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

ai-influencer-generationAI 影响者一代

Agent Skill

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

总安装

20,550

周安装

715

GitHub Stars

12

下载量

4,819
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/eachlabs/skills --skill 'AI Influencer Generation'

简介

创建虚拟网红形象用于社交媒体运营与品牌代言,保持外观高度一致。

  • 支持 Instagram、TikTok 等平台内容模板生成,适配营销活动节奏。
  • 通过 each::sense 技术实现表情自然度与服装细节的真实感还原。
  • 安装命令:npx skills add https://github.com/eachlabs/skills --skill 'AI Influencer Generation
  • 商用前须验证形象授权范围,防止与真人特征混淆引发法律争议。

SKILL.md

AI Influencer Generation

Generate consistent AI influencer personas for social media content, brand collaborations, and virtual modeling using the each::sense API.

Overview

The AI Influencer Generation skill enables you to create and maintain consistent virtual personas for:

  • Consistent AI Personas: Generate a virtual influencer with consistent appearance across all content
  • Social Media Content: Create Instagram posts, Stories, Reels thumbnails, TikTok content, and more
  • Brand Ambassadors: Virtual spokespeople for product promotions and collaborations
  • Virtual Models: AI-generated models for fashion, lifestyle, and commercial content

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 a portrait of a young female AI influencer with long dark wavy hair, warm brown eyes, natural makeup, wearing a casual white linen shirt. Soft golden hour lighting, neutral background. Professional photography style, Instagram aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }'

Content Types

Content TypeDescriptionRecommended Mode
Instagram PostsFeed photos, lifestyle shots, portraitsmax
Instagram StoriesCasual, behind-the-scenes momentseco
Reels ThumbnailsEye-catching cover images for video contentmax
TikTok ContentTrend-focused visuals and thumbnailseco
YouTube ThumbnailsHigh-quality preview imagesmax
Brand CollaborationsProduct placements, sponsored contentmax
Fashion/OOTDOutfit of the day, style showcasesmax
Travel ContentLocation-based lifestyle photographymax

Use Case Examples

1. Create AI Influencer Persona (Initial Character)

Establish your AI influencer's base appearance for consistency across all future content.

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 detailed portrait of an AI influencer persona: A 25-year-old woman with shoulder-length auburn hair with subtle waves, bright green eyes, light freckles across her nose and cheeks, warm peachy skin tone. She has a friendly, approachable smile. Wearing minimal natural makeup. Clean white background, soft studio lighting. Ultra-realistic photography, 4K quality."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "influencer-maya-2024",
    "mode": "max"
  }'

2. Instagram Lifestyle Post

Generate casual lifestyle content for the Instagram feed.

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": "Generate an Instagram lifestyle photo: A young woman with shoulder-length auburn wavy hair, green eyes, and light freckles. She is sitting at a cozy coffee shop, holding a ceramic latte cup, wearing an oversized cream knit sweater. Warm ambient lighting, bokeh background with fairy lights. Candid pose, genuine smile. Instagram aesthetic, lifestyle photography."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "influencer-maya-2024",
    "mode": "max",
    "image_urls": ["https://example.com/maya-reference.jpg"]
  }'

3. Instagram Stories Content

Create casual, engaging Stories content.

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 Instagram Stories photo: Close-up selfie of a young woman with auburn wavy hair and green eyes, light freckles. She is making a playful expression, holding up a peace sign. Morning light from a window, casual bedroom setting. Wearing a simple white t-shirt. Authentic, unfiltered look. Vertical 9:16 aspect ratio."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "influencer-maya-2024",
    "mode": "eco",
    "image_urls": ["https://example.com/maya-reference.jpg"]
  }'

4. Brand Collaboration Post

Generate sponsored content for brand partnerships.

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 brand collaboration photo: A young woman with auburn wavy hair, green eyes, and freckles. She is elegantly holding a luxury skincare product bottle close to her face. Clean, minimalist white studio background. Wearing a silk robe in blush pink. Soft beauty lighting, dewy skin appearance. Professional product photography style, aspirational aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "influencer-maya-2024",
    "mode": "max",
    "image_urls": ["https://example.com/maya-reference.jpg"]
  }'

5. Travel Content

Create wanderlust-inspiring travel photography.

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": "Generate travel influencer content: A young woman with auburn wavy hair, green eyes, and light freckles. She is standing on a scenic cliff overlooking the Santorini coastline, white and blue buildings in the background. Wearing a flowing white maxi dress, wind gently blowing her hair. Golden sunset lighting. Travel photography, wanderlust aesthetic, editorial quality."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "influencer-maya-2024",
    "mode": "max",
    "image_urls": ["https://example.com/maya-reference.jpg"]
  }'

6. Fashion/OOTD Post

Showcase outfit of the day content.

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 OOTD fashion post: Full-body shot of a young woman with auburn wavy hair, green eyes, and freckles. She is posing confidently on an urban street. Wearing a tailored beige blazer, white crop top, high-waisted dark denim jeans, and white sneakers. Carrying a designer handbag. Natural daylight, city backdrop with blurred pedestrians. Street style photography, fashion editorial aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "influencer-maya-2024",
    "mode": "max",
    "image_urls": ["https://example.com/maya-reference.jpg"]
  }'

7. Fitness Content

Generate health and wellness focused imagery.

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 fitness influencer content: A young athletic woman with auburn hair in a high ponytail, green eyes, light freckles. She is doing a yoga pose on a mat in a bright, modern home gym. Wearing a matching sage green sports bra and leggings set. Morning sunlight streaming through large windows. Healthy glow, natural sweat. Fitness photography, wellness aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "influencer-maya-2024",
    "mode": "max",
    "image_urls": ["https://example.com/maya-reference.jpg"]
  }'

8. Product Promotion

Create compelling product showcase content.

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": "Generate product promotion content: Close-up of a young woman with auburn wavy hair, green eyes, and freckles. She is applying lip gloss while looking at camera with a slight smile. The product is clearly visible in frame. Soft ring light reflection in eyes, beauty studio setting. Pink and rose gold color palette. Beauty influencer aesthetic, product-focused composition."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "influencer-maya-2024",
    "mode": "max",
    "image_urls": ["https://example.com/maya-reference.jpg"]
  }'

9. Behind the Scenes Content

Generate authentic BTS moments.

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 behind-the-scenes content: A young woman with auburn wavy hair, green eyes, and freckles. She is sitting in a makeup chair, hair in rollers, laughing candidly while a makeup artist works. Studio environment visible with lighting equipment in background. Wearing a black cape over her clothes. Documentary style, authentic moment, slightly desaturated tones."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "influencer-maya-2024",
    "mode": "eco",
    "image_urls": ["https://example.com/maya-reference.jpg"]
  }'

10. Seasonal/Holiday Content

Create themed content for special occasions.

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": "Generate holiday content: A young woman with auburn wavy hair, green eyes, and light freckles. She is decorating a Christmas tree, wearing a cozy red knit sweater. Warm interior with fireplace glow in background, string lights creating bokeh. Holding a gold ornament, looking at camera with a warm smile. Festive, cozy atmosphere, holiday photography aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "influencer-maya-2024",
    "mode": "max",
    "image_urls": ["https://example.com/maya-reference.jpg"]
  }'

Maintaining Character Consistency

Using Reference Images

Provide image_urls to maintain your AI influencer's appearance across all content:

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": "Generate new content maintaining the exact appearance of the reference image. Place her in a beach setting at sunset, wearing a casual summer dress."}],
    "model": "eachsense/beta",
    "stream": true,
    "image_urls": ["https://your-storage.com/influencer-base-portrait.jpg"],
    "session_id": "influencer-maya-2024",
    "mode": "max"
  }'

Multi-Turn Sessions

Use session_id to build consistent persona context across multiple generations:

# First request - establish persona
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": "My AI influencer is named Sophia. She has long blonde hair, blue eyes, and a bright smile. She is 26 years old with a California beach vibe aesthetic."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "sophia-influencer-session"
  }'

# Second request - generate content using established persona
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": "Generate an Instagram post of Sophia at a rooftop party in LA at night."}],
    "model": "eachsense/beta",
    "stream": true,
    "session_id": "sophia-influencer-session",
    "mode": "max"
  }'

Best Practices

Persona Consistency

  1. Create a detailed character bible: Document hair color, eye color, skin tone, distinctive features, and preferred aesthetic
  2. Use consistent descriptors: Always include key identifying features in every prompt
  3. Maintain style continuity: Keep lighting, color grading, and photography style consistent
  4. Save reference images: Use generated images as references for future content

Prompt Tips

  • Be specific about features: "Auburn wavy hair, green eyes, light freckles" rather than "attractive woman"
  • Describe the aesthetic: Include photography style, lighting, and mood
  • Specify clothing in detail: Colors, fabrics, and styles for recognizable personal brand
  • Include environment context: Settings that match your influencer's niche
  • Mention camera angle: Close-up, full-body, candid shot, etc.

Content Calendar Strategy

DayContent TypeModeFocus
MondayMotivational quote overlayecoInspiration
TuesdayOOTD/FashionmaxStyle
WednesdayBehind the scenesecoAuthenticity
ThursdayProduct/Brand contentmaxMonetization
FridayLifestyle/Weekend previewmaxEngagement
WeekendTravel/AdventuremaxAspirational

Mode Selection

ModeBest ForQualitySpeed
maxHero images, brand collaborations, portfolio piecesHighestStandard
ecoStories, casual content, high-volume postingGoodFaster

Error Handling

# Check response for errors
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": "Generate AI influencer content..."}],
    "model": "eachsense/beta",
    "stream": true,
    "mode": "max"
  }' 2>&1 | while read line; do
    if echo "$line" | grep -q "error"; then
      echo "Error occurred: $line"
      exit 1
    fi
    echo "$line"
  done

Related Skills

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

39.53%
按下载量换算1,905

Claude

31.58%
按下载量换算1,522

Cursor

16.98%
按下载量换算818

Gemini CLI

9.9%
按下载量换算477

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills