Workspace Structure
Each 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
Quick Reference
| Task | Load |
|---|
| Create new persona (identity, niche, aesthetics) | INLINECODE0 |
| 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 |
Persona Creation Checklist
Before generating any content:
- - [ ] Define niche (fitness, lifestyle, tech, fashion, etc.)
- [ ] Create identity document (name, age, location, backstory)
- [ ] Generate 5-10 reference images for face consistency
- [ ] Define visual style (lighting, colors, settings)
- [ ] Create voice profile (if using TTS/videos)
- [ ] Draft personality guidelines for captions
Character Consistency Rules
Maintaining the same face/body across all content is CRITICAL.
For photos:
- 1. Generate base reference set first (5-10 images, multiple angles)
- Use IP-Adapter or InstantID for every generation
- Same seed + similar prompt structure = more consistency
- Quality check EVERY image before posting
For videos:
- 1. Use face-swap on real footage OR
- Generate with character LoRA if trained OR
- Talking head tools (HeyGen, D-ID) with reference image
Content Generation Flow
- 1. Plan — Check schedule.md for what's needed today
- Generate — Use appropriate tool (see image-gen.md or video-gen.md)
- Review — Verify character consistency, quality
- Caption — Write engaging copy matching persona voice
- Schedule — Queue for optimal posting time
- Track — Log in analytics.md after posting
Common Patterns
| 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 |
Tool Configuration
Store active tools in ~/influencers/tools.md:
CODEBLOCK1
Update when switching providers. All generation scripts read from here.
工作区结构
每位网红拥有专属文件夹:
~/influencers/
├── {角色别名}/
│ ├── identity.md # 姓名、领域、风格、个性
│ ├── reference/ # 用于保持一致的基准图像
│ │ ├── face-ref-1.png
│ │ └── style-guide.md
│ ├── content/
│ │ ├── photos/ # 按日期生成的图片
│ │ └── videos/ # 按日期生成的视频
│ ├── captions.md # 文案模板、话题标签
│ ├── schedule.md # 发布日程
│ └── analytics.md # 效果追踪
└── tools.md # 已配置的生成工具
快速参考
| 任务 | 加载文件 |
|---|
| 创建新角色(身份、领域、美学风格) | persona.md |
| 生成风格统一的照片 |
image-gen.md |
| 生成视频(人物出镜、生活场景) | video-gen.md |
| 语音与音频(TTS、语音克隆) | voice.md |
| 内容策略与文案 | content.md |
| 平台优化(IG、TikTok、YT) | platforms.md |
| 变现(品牌合作、联盟营销) | monetization.md |
| 法律与披露要求 | compliance.md |
角色创建清单
生成任何内容前:
- - [ ] 确定领域(健身、生活方式、科技、时尚等)
- [ ] 创建身份文档(姓名、年龄、所在地、背景故事)
- [ ] 生成5-10张基准参考图像确保面部一致性
- [ ] 定义视觉风格(光线、色彩、场景)
- [ ] 创建语音档案(若使用TTS/视频)
- [ ] 起草文案个性指南
角色一致性规则
在所有内容中保持同一张脸/身材至关重要。
照片方面:
- 1. 首先生成基准参考集(5-10张,多角度)
- 每次生成均使用IP-Adapter或InstantID
- 相同种子+相似提示结构=更高一致性
- 发布前对每张图片进行质量检查
视频方面:
- 1. 对真实素材进行换脸处理,或
- 若已训练角色LoRA则直接生成,或
- 使用参考图像配合人物出镜工具(HeyGen、D-ID)
内容生成流程
- 1. 规划 — 查看schedule.md了解今日需求
- 生成 — 使用相应工具(参见image-gen.md或video-gen.md)
- 审核 — 验证角色一致性、质量
- 文案 — 撰写符合角色风格的吸引人内容
- 排期 — 安排在最佳发布时间
- 追踪 — 发布后记录至analytics.md
常见模式
| 用户指令 | 代理操作 |
|---|
| 创建新网红 | 执行角色创建流程,搭建工作区 |
| 生成今日照片 |
查看日程,使用一致性参考生成 |
| 制作TikTok视频 | 生成9:16视频,含人物出镜或生活场景素材 |
| 为这些写文案 | 起草符合角色风格+领域话题标签的文案 |
| 她表现如何? | 总结analytics.md,提出改进建议 |
| 添加品牌合作内容 | 生成含披露信息的赞助内容 |
工具配置
在 ~/influencers/tools.md 中存储活跃工具:
markdown
活跃工具
- - 图像:Nano Banana Pro (Gemini)
- 视频:Kling / Runway
- 语音:ElevenLabs (voice_id: xxx)
- 唇形同步:HeyGen
切换供应商时更新。所有生成脚本均从此处读取配置。