npx skills add https://github.com/eachlabs/skills --skill 'AI Influencer Generation'使用 each::sense API 为社交媒体内容、品牌合作和虚拟模特生成一致的 AI 网红人设。
AI 网红生成技能使您能够创建和维护一致的虚拟人设,用于:
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"mode": "max"
}'
| 内容类型 | 描述 | 推荐模式 |
|---|---|---|
| Instagram 帖子 | 动态照片、生活照、肖像照 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| max |
| Instagram Stories | 随意、幕后时刻 | eco |
| Reels 缩略图 | 视频内容的吸睛封面图 | max |
| TikTok 内容 | 趋势导向的视觉内容和缩略图 | eco |
| YouTube 缩略图 | 高质量预览图 | max |
| 品牌合作 | 产品植入、赞助内容 | max |
| 时尚/今日穿搭 | 每日穿搭、风格展示 | max |
| 旅行内容 | 基于地点的生活方式摄影 | max |
建立您的 AI 网红的基础外观,以确保所有未来内容的一致性。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max"
}'
为 Instagram 动态生成随意的生活方式内容。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
创建随意、吸引人的 Stories 内容。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "eco",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
为品牌合作伙伴关系生成赞助内容。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
创建激发旅行欲望的旅行摄影。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
展示每日穿搭内容。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
生成健康和健身主题的图像。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
创建引人注目的产品展示内容。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
生成真实的幕后时刻。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "eco",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
为特殊场合创建主题内容。
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
提供 image_urls 以在所有内容中保持您的 AI 网红的外观一致性:
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Generate new content maintaining the exact appearance of the reference image. Place her in a beach setting at sunset, wearing a casual summer dress.",
"image_urls": ["https://your-storage.com/influencer-base-portrait.jpg"],
"session_id": "influencer-maya-2024",
"mode": "max"
}'
使用 session_id 在多次生成中构建一致的人设上下文:
# 第一个请求 - 建立人设
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "sophia-influencer-session"
}'
# 第二个请求 - 使用已建立的人设生成内容
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Generate an Instagram post of Sophia at a rooftop party in LA at night.",
"session_id": "sophia-influencer-session",
"mode": "max"
}'
| 星期 | 内容类型 | 模式 | 重点 |
|---|---|---|---|
| 周一 | 励志语录叠加 | eco | 灵感 |
| 周二 | 今日穿搭/时尚 | max | 风格 |
| 周三 | 幕后花絮 | eco | 真实性 |
| 周四 | 产品/品牌内容 | max | 变现 |
| 周五 | 生活方式/周末预告 | max | 互动 |
| 周末 | 旅行/冒险 | max | 向往 |
| 模式 | 最适合 | 质量 | 速度 |
|---|---|---|---|
max | 主图、品牌合作、作品集素材 | 最高 | 标准 |
eco | Stories、随意内容、高频率发布 | 良好 | 更快 |
# 检查响应中的错误
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Generate AI influencer content...",
"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
每周安装次数
–
代码仓库
GitHub 星标数
9
首次出现时间
–
安全审计
Generate consistent AI influencer personas for social media content, brand collaborations, and virtual modeling using the each::sense API.
The AI Influencer Generation skill enables you to create and maintain consistent virtual personas for:
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"mode": "max"
}'
| Content Type | Description | Recommended Mode |
|---|---|---|
| Instagram Posts | Feed photos, lifestyle shots, portraits | max |
| Instagram Stories | Casual, behind-the-scenes moments | eco |
| Reels Thumbnails | Eye-catching cover images for video content | max |
| TikTok Content | Trend-focused visuals and thumbnails | eco |
| YouTube Thumbnails | High-quality preview images | max |
| Brand Collaborations | Product placements, sponsored content | max |
| Fashion/OOTD | Outfit of the day, style showcases | max |
| Travel Content | Location-based lifestyle photography | max |
Establish your AI influencer's base appearance for consistency across all future content.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max"
}'
Generate casual lifestyle content for the Instagram feed.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
Create casual, engaging Stories content.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "eco",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
Generate sponsored content for brand partnerships.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
Create wanderlust-inspiring travel photography.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
Showcase outfit of the day content.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
Generate health and wellness focused imagery.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
Create compelling product showcase content.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
Generate authentic BTS moments.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "eco",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
Create themed content for special occasions.
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "influencer-maya-2024",
"mode": "max",
"image_urls": ["https://example.com/maya-reference.jpg"]
}'
Provide image_urls to maintain your AI influencer's appearance across all content:
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Generate new content maintaining the exact appearance of the reference image. Place her in a beach setting at sunset, wearing a casual summer dress.",
"image_urls": ["https://your-storage.com/influencer-base-portrait.jpg"],
"session_id": "influencer-maya-2024",
"mode": "max"
}'
Use session_id to build consistent persona context across multiple generations:
# First request - establish persona
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "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.",
"session_id": "sophia-influencer-session"
}'
# Second request - generate content using established persona
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Generate an Instagram post of Sophia at a rooftop party in LA at night.",
"session_id": "sophia-influencer-session",
"mode": "max"
}'
| Day | Content Type | Mode | Focus |
|---|---|---|---|
| Monday | Motivational quote overlay | eco | Inspiration |
| Tuesday | OOTD/Fashion | max | Style |
| Wednesday | Behind the scenes | eco | Authenticity |
| Thursday | Product/Brand content | max | Monetization |
| Friday | Lifestyle/Weekend preview | max | Engagement |
| Weekend | Travel/Adventure | max | Aspirational |
| Mode | Best For | Quality | Speed |
|---|---|---|---|
max | Hero images, brand collaborations, portfolio pieces | Highest | Standard |
eco | Stories, casual content, high-volume posting | Good | Faster |
# Check response for errors
curl -X POST "https://sense.eachlabs.run/chat" \
-H "Content-Type: application/json" \
-H "X-API-Key: $EACHLABS_API_KEY" \
-H "Accept: text/event-stream" \
-d '{
"message": "Generate AI influencer content...",
"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
Weekly Installs
–
Repository
GitHub Stars
9
First Seen
–
Security Audits
专业文案撰写指南:转化文案写作技巧、框架与SEO优化原则
54,100 周安装