Automation of content generation is required.
Project Goal
Create a system for the automatic generation and management of AI bloggers, including:
a digital avatar with a fixed face and style,
content generation (text, images, voice, video scripts),
scheduling publications in Telegram,
TikTok Live scripts.
The system must be modular, with sub-agents, each performing strictly defined functions.
1️⃣ General Requirements
OpenClaw is used as the platform for orchestrating all sub-agents.
Each sub-agent performs one or several strictly defined tasks.
The system must be scalable: at least 1 blogger, with the ability to expand to 50–100 bloggers.
All data is stored in a structured format: blogger database, visual assets, content, content plans.
Control of the blogger's visual identity is mandatory: one face, one visual style, a library of poses.
The ability to test and restart each sub-agent independently.
Hybrid model:
Stage 1 (MVP, quick start):
n8n + GPT + Image API + Telegram API
Goal: validate the idea, create the first channels, quickly test the content and visual of the blogger.
Stage 2 (Production, scale):
Python + LangGraph + Database + Storage + API for image generation
Goal: create a full-fledged content factory, scalable to 100+ channels with control of the bloggers' visual identity.
2️⃣ System Pipeline (operational logic)
User Input
↓
Strategy Agent (content strategy, target audience)
↓
Blogger Identity Agent (blogger's identity)
↓
Character Bible Agent (document with personality and style)
↓
Avatar Generator Agent (generation of face and visual style)
↓
Pose Library Agent (poses and scenes of the blogger)
↓
Telegram Channel Agent (creation of the channel and its metadata)
↓
Content Matrix Agent (type of posts)
↓
Prompt Generator Agent (prompts for each type of content)
↓
Content Creator Agent (text, voice, video script)
↓
Image Generator Agent (posts with images)
↓
Content Planner Agent (publication calendar)
↓
Publisher Agent (scheduled publication)
↓
TikTok Live Script Agent (live stream scripts)