TopRank Skills

Home / Claw Skills / Others / AI Influencer Generation
Official OpenClaw rules 15%

AI Influencer Generation

Generate consistent AI influencer personas and social media content using each::sense API

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 AI Influencer Generation 技能。 若已安装,则直接安装 AI Influencer Generation 技能。

Overview

Skill Key
eftalyurtseven/ai-influencer-generation
Author
eftalyurtseven
Source Repo
openclaw/skills
Version
-
Source Path
skills/eftalyurtseven/ai-influencer-generation
Latest Commit SHA
ea77795aa7e738265c2403e1fc02394f3f13a28b

Extracted Content

SKILL.md excerpt

# 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

```bash
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 Types

| 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 |

## Use Case Examples

### 1. Create AI Influencer Persona (Initial Character)

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

```bash
curl -X POST "https://...

Related Claw Skills