Install
openclaw skills install influencerCreate, manage, and scale AI-generated virtual influencers with consistent characters, multi-platform content, and monetization workflows.
openclaw skills install influencerEach influencer lives in a dedicated folder:
~/influencers/
├── {persona-slug}/
│ ├── identity.md # Name, niche, voice, personality
│ ├── reference/ # Base images for consistency
│ │ ├── face-ref-1.png
│ │ └── style-guide.md
│ ├── content/
│ │ ├── photos/ # Generated images by date
│ │ └── videos/ # Generated videos by date
│ ├── captions.md # Caption templates, hashtags
│ ├── schedule.md # Posting schedule
│ └── analytics.md # Performance tracking
└── tools.md # Configured generation tools
| Task | Load |
|---|---|
| Create new persona (identity, niche, aesthetics) | persona.md |
| Generate consistent photos | image-gen.md |
| Generate videos (talking head, lifestyle) | video-gen.md |
| Voice and audio (TTS, voice cloning) | voice.md |
| Content strategy and captions | content.md |
| Platform optimization (IG, TikTok, YT) | platforms.md |
| Monetization (brand deals, affiliates) | monetization.md |
| Legal and disclosure requirements | compliance.md |
Before generating any content:
Maintaining the same face/body across all content is CRITICAL.
For photos:
For videos:
| User says | Agent does |
|---|---|
| "Create new influencer" | Run persona creation flow, set up workspace |
| "Generate photos for today" | Check schedule, generate with consistency refs |
| "Make a TikTok video" | Generate 9:16 video with talking head or lifestyle footage |
| "Write captions for these" | Draft captions matching persona voice + niche hashtags |
| "How is she performing?" | Summarize analytics.md, suggest improvements |
| "Add brand deal content" | Generate sponsored content with disclosure |
Store active tools in ~/influencers/tools.md:
## Active Tools
- Image: Nano Banana Pro (Gemini)
- Video: Kling / Runway
- Voice: ElevenLabs (voice_id: xxx)
- Lip Sync: HeyGen
Update when switching providers. All generation scripts read from here.