Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Generate Ai Video Via Seedance

ASecurity

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.

19 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentspythongoapi

Works with

cursorcliapi

Security Analysis

A92/100
mediumInstalls packages at runtime which could introduce malicious dependencies

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill generate-ai-video-via-seedance --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Generate Ai Video Via Seedance?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Generate Ai Video Via Seedance
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-generate-ai-video-via-seedance/badge)](https://www.skillsdirectory.com/skills/rondoflow-generate-ai-video-via-seedance)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: generate-ai-video-via-seedance
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."
category: "AI & Agents"
author: community
version: "1.0.9"
icon: bot
---

# 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):**
```python
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):**
```python
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:

- **Product Demos**: "Create a 60-second product demo video for our project management app"
- **Brand Videos**: "Create a 30-second brand story video for a sustainable fashion startup"
- **Social Ads**: "Create a 15-second Instagram ad for our new coffee blend"
- **Testimonial Style**: "Create a UGC-style testimonial video for a fitness product"

### Explainer Videos

Clear, engaging educational content:

- **Product Explainers**: "Create a 90-second explainer for how our API works"
- **Concept Videos**: "Create a video explaining blockchain in simple terms"
- **Tutorial Videos**: "Create a step-by-step tutorial video on setting up a home network"

### Cinematic Content

High-quality visual storytelling:

- **Short Films**: "Create a 2-minute short film about a robot discovering nature"
- **Music Videos**: "Create a cinematic music video with dramatic landscapes"
- **Brand Films**: "Create a cinematic brand film for a luxury watch company"

### Spokesperson Videos

AI-generated presenters with lipsync:

- **News Reports**: "Create a news-style report on recent AI developments"
- **Training Videos**: "Create a training video with a presenter explaining safety protocols"
- **Announcements**: "Create a product launch announcement with a spokesperson"

---

## 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:
- Seedance for video generation
- Frontier LLMs for scripting
- TTS models for voice synthesis
- Lipsync models for speaker alignment
- Music generation for scoring
- Automated editing for pacing and transitions

---

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

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693161 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →