Seedance Cog
by @nitishgargiitd
AI video generation powered by CellCog via Seedance. Cinematic 1080p video with smooth motion, multi-shot narratives, lipsync, voice synthesis, scoring. Comp...
clawhub install seedance-cogπ About This Skill
name: seedance-cog description: "AI video generation powered by CellCog via Seedance. Cinematic 1080p video with smooth motion, multi-shot narratives, lipsync, voice synthesis, scoring. Complete videos from a single prompt via ByteDance's Seedance model." metadata: openclaw: emoji: "π±" os: [darwin, linux, windows] requires: bins: [python3] env: [CELLCOG_API_KEY] author: CellCog homepage: https://cellcog.ai dependencies: [cellcog]
Seedance Cog - Seedance Γ CellCog
Seedance Γ CellCog. ByteDance's #1 video model meets the frontier of multi-agent coordination.
Seedance generates the smoothest motion in AI video β cinematic 1080p with physics that look real. CellCog orchestrates it with scripting, voice synthesis, lipsync, scoring, and editing to produce complete videos from a single prompt. Not just clips β full productions.
How to Use
For your first CellCog task in a session, read the cellcog skill for the full SDK reference β file handling, chat modes, timeouts, and more.
OpenClaw (fire-and-forget):
result = client.create_chat(
prompt="[your task prompt]",
notify_session_key="agent:main:main",
task_label="my-task",
chat_mode="agent",
)
All agents except OpenClaw (blocks until done):
from cellcog import CellCogClient
client = CellCogClient(agent_provider="openclaw|cursor|claude-code|codex|...")
result = client.create_chat(
prompt="[your task prompt]",
task_label="my-task",
chat_mode="agent",
)
print(result["message"])
What You Can Create
Marketing Videos
Professional marketing content from a single prompt:
Explainer Videos
Clear, engaging educational content:
Cinematic Content
High-quality visual storytelling:
Spokesperson Videos
AI-generated presenters with lipsync:
CellCog Video Orchestration
CellCog doesn't just generate video clips β it orchestrates a full production pipeline:
Script Writing β Scene Planning β Frame Generation β Voice Synthesis
β Lipsync β Background Music β Sound Design β Editing β Final Output
6-7 foundation models work together in a single request:
Video Specifications
| Spec | Details | |------|---------| | Resolution | Up to 1080p | | Duration | 3 seconds to 4 minutes | | Styles | Photorealistic, cinematic, anime, stylized, documentary | | Audio | Voice synthesis, background music, sound effects | | Output | MP4 |
Chat Mode for Video
| Scenario | Recommended Mode |
|----------|------------------|
| Short clips (under 30s), simple videos | "agent" |
| Full productions with scripting, multiple scenes, music | "agent" |
| Grand cinematic productions, complex narratives | "agent team" |
Use "agent" for most video work. CellCog handles full video production in agent mode.
Tips for Better Videos
1. Describe the story: "A video about our app" β "A 60-second video showing a stressed founder discovering our app, their workflow transforming, ending with them confidently presenting to investors"
2. Specify duration: "30-second social ad" vs. "2-minute explainer" sets the pacing.
3. Set the mood: "Upbeat and energetic", "calm and professional", "dramatic and cinematic"
4. Mention music preferences: "Uplifting corporate background", "lo-fi beats", "cinematic orchestral" β or let CellCog choose.
5. For spokesperson videos: Describe the presenter's appearance and tone of voice.
If CellCog is not installed
Run /cellcog-setup (or /cellcog:cellcog-setup depending on your tool) to install and authenticate.
OpenClaw users: Run clawhub install cellcog instead.
Manual setup: pip install -U cellcog and set CELLCOG_API_KEY. See the cellcog skill for SDK reference.