Token导航 LogoToken导航TokenDH.com
前端设计需要联网github未标认证来源可访问许可证需确认审计提醒

ar-filter-generationar 滤波器生成

Agent Skill

ar-filter-generation 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,117

周安装

90

GitHub Stars

12

下载量

742
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ar-filter-generation(ar 滤波器生成)
来源仓库:https://github.com/eachlabs/skills
仓库路径:skills/ar-filter-generation
安装命令:
npx skills add https://github.com/eachlabs/skills --skill ar-filter-generation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill ar-filter-generation

简介

用于生成创意 AR 滤镜和面部特效,支持多平台发布。

  • 适合创建动物耳朵、虚拟妆容、背景替换等交互式面部滤镜。
  • 通过代码生成图像与视频素材,适用于 Instagram、Snapchat 等平台。
  • 需确认项目是否已集成 AR 框架及目标平台 SDK 兼容性。
  • 涉及图像合成时建议先在模拟器中预览实际渲染效果。

SKILL.md

AR Filter Generation

Generate creative AR filters and face effects using each::sense. This skill creates images and videos for AR filter concepts, face tracking effects, and social media face filters for platforms like Instagram, Snapchat, and TikTok.

Features

  • Face Filters: Animal ears, noses, whiskers, and character overlays
  • Beauty Effects: Skin smoothing, contouring, and enhancement filters
  • Makeup AR: Virtual lipstick, eyeshadow, blush, and full makeup looks
  • Accessories: Sunglasses, hats, jewelry, and wearable overlays
  • Background Effects: Background replacement and blur effects
  • Face Distortion: Funny face warping and comedic effects
  • Branded Filters: Logo overlays and promotional AR experiences
  • 3D Face Tracking: Objects that follow facial movements

Quick Start

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an AR filter concept showing a person with cute dog ears and a dog nose overlay, playful and fun style"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

AR Filter Types & Use Cases

Filter TypeDescriptionPlatform Use
Face FiltersAnimal overlays, character masksInstagram, Snapchat, TikTok
Beauty FiltersSkin enhancement, face reshapingAll platforms
Makeup EffectsVirtual cosmetics applicationBeauty brands, influencers
AccessoriesSunglasses, hats, jewelryFashion, retail
BackgroundEnvironment replacementVideo calls, content creation
DistortionFunny face warpsEntertainment, viral content
BrandedLogo overlays, promotionalMarketing campaigns
3D ObjectsFace-tracked 3D elementsGaming, entertainment

Use Case Examples

1. Face Filter Design (Dog Ears and Nose)

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an AR filter concept showing a young woman with realistic fluffy golden retriever dog ears on top of her head and a cute black dog nose overlay on her nose. Add subtle whisker dots on cheeks. The filter should look natural and integrate well with the face. Show front-facing selfie view."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

2. Beauty Filter Effect

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a beauty AR filter effect showing before and after comparison. Show a person with the beauty filter applied: smooth skin, subtle face slimming, brightened eyes, soft glow effect, and enhanced jawline definition. Natural-looking enhancement, not overdone. Professional beauty app style."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

3. Makeup AR Filter

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a virtual makeup AR filter concept. Show a woman with AR-applied makeup: bold red lipstick, smoky eye shadow in bronze and gold tones, defined eyebrows, subtle blush, and winged eyeliner. The makeup should look realistic as if professionally applied. Glamorous evening look. Front-facing portrait."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

4. Sunglasses and Accessories Filter

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an AR try-on filter showing a person wearing virtual aviator sunglasses with gold frames and gradient lenses. Add a matching gold chain necklace and small hoop earrings. The accessories should look photorealistic and properly positioned on the face. Fashion e-commerce style visualization."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

5. Background Replacement Filter

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an AR background replacement filter concept. Show a person in selfie view with their original background replaced by a tropical beach paradise - palm trees, turquoise water, golden sand, sunset sky. Clean edge detection around the person, natural lighting blend between subject and background."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

6. Face Distortion / Funny Filter

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a funny face distortion AR filter. Show a person with comically enlarged eyes (anime style big), tiny mouth, and slightly enlarged forehead. Add sparkles around the eyes and a rainbow effect. Cute and comedic style like popular Snapchat filters. Exaggerated but still recognizable."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

7. Branded AR Filter (Logo Overlay)

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a branded AR filter concept for a sports event. Show a person with face paint in team colors (blue and white stripes on cheeks), a virtual foam finger appearing next to their head, confetti particles falling, and a banner frame around the image that says GO TEAM. Celebratory sports fan atmosphere."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

8. Holiday Themed Filter

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a Christmas holiday AR filter. Show a person wearing a virtual Santa hat, with a red Rudolph nose overlay, snowflakes falling around them, and a subtle frost effect on the edges of the frame. Add twinkling lights in the background. Festive and cheerful holiday spirit."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

9. Game-Style Filter (Among Us)

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a gaming-inspired AR filter in the style of Among Us. Transform the person into a crewmate character - their face visible through a space helmet visor, wearing the iconic colored spacesuit (red), with a small pet companion floating nearby. Add a spaceship interior background. Fun and recognizable gaming aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

10. 3D Object Face Tracking Filter

curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a 3D face tracking AR filter concept. Show a person with a 3D floating crown hovering above their head that follows head movement, 3D butterflies orbiting around them, and magical sparkle particles emanating from their eyes. The 3D elements should have realistic lighting and shadows. Fantasy magical theme."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Best Practices

Face Filter Design

  • Natural Integration: Filters should blend seamlessly with facial features
  • Proper Tracking Points: Design around standard face landmark positions (eyes, nose, mouth, forehead)
  • Lighting Consistency: Match filter lighting with typical selfie lighting conditions
  • Scale Appropriateness: Elements should be proportional to face size

Platform Considerations

  • Instagram/TikTok: Vertical 9:16 format, mobile-first design
  • Snapchat: Consider lens studio capabilities and limitations
  • Video Calls: Subtle effects that work at lower resolutions

Performance Tips

  • Simplicity: Fewer elements = better real-time performance
  • Transparency: Use proper alpha channels for overlays
  • Animation: Consider how static designs translate to animated filters

Mode Selection

Ask your users before generating:

"Do you want fast & cheap, or high quality?"

ModeBest ForSpeedQuality
maxFinal filter concepts, client presentations, portfolio workSlowerHighest
ecoQuick drafts, concept exploration, brainstorming variationsFasterGood

Multi-Turn Creative Iteration

Use session_id to iterate on filter designs:

# Initial filter concept
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a cat face AR filter with whiskers and cat ears"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "cat-filter-project"
  }'

# Iterate based on feedback
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Make the ears more realistic and fluffy, add a pink nose, and include subtle face contouring to make cheeks more cat-like"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "cat-filter-project"
  }'

# Request variation
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create a variation with black cat features instead of tabby, and add glowing yellow eyes effect"}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "cat-filter-project"
  }'

Filter Collection Generation

Generate multiple related filters for a campaign:

# Filter 1 - Dog
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Create an AR filter with golden retriever dog ears and nose, cute and playful"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco",
    "session_id": "animal-filter-pack"
  }'

# Filter 2 - Cat
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Now create a matching cat filter with the same style - tabby cat ears and whiskers"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco",
    "session_id": "animal-filter-pack"
  }'

# Filter 3 - Bunny
curl -X POST https://eachsense-agent.core.eachlabs.run/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "X-API-Key: $EACHLABS_API_KEY" \
  -H "Accept: text/event-stream" \
  -d '{
    "messages": [{"role": "user", "content": "Complete the pack with a bunny filter - long floppy ears and a pink bunny nose"}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "eco",
    "session_id": "animal-filter-pack"
  }'

Error Handling

ErrorCauseSolution
Failed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.ai
Content policy violationProhibited contentAdjust prompt to comply with platform guidelines
TimeoutComplex generationSet client timeout to minimum 10 minutes

Prompt Tips for AR Filters

When creating AR filter concepts, include these details in your prompt:

  1. Filter Type: Specify the category (face filter, beauty, makeup, etc.)
  2. Elements: List all overlay elements needed (ears, nose, accessories)
  3. Style: Realistic, cartoonish, minimal, elaborate
  4. Positioning: Where elements appear relative to facial features
  5. Effects: Particles, glow, color grading, distortion
  6. Platform: Target platform if specific requirements exist
  7. Mood: Fun, glamorous, scary, festive, etc.

Example Prompt Structure

"Create a [filter type] AR filter showing [subject description].
Include [overlay elements] with [style/aesthetic].
Add [effects/particles] and [additional features].
[Platform/mood requirements]."

Related Skills

  • each-sense - Core API documentation
  • product-photo-generation - Product visualization
  • video-generation - Video content creation
  • image-generation - General image creation

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.62%
按下载量换算272

Claude

27.08%
按下载量换算201

Cursor

17.81%
按下载量换算132

Gemini CLI

8.67%
按下载量换算64

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills