Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

seedance-cog种子齿轮

Agent Skill

seedance-cog 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

29,282

周安装

1,245

GitHub Stars

2

下载量

10,259
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:seedance-cog(种子齿轮)
来源仓库:https://github.com/nitishgargiitd/seedance-cog
安装命令:
openclaw skills install seedance-cog
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install seedance-cog

简介

用于通过 CellCog 技术支持 Seedance 视频生成。

  • 支持电影级 1080p 视频输出与多镜头叙述编排。
  • 使用时需配置 API 密钥并定义故事板结构。
  • 建议对比不同模型版本以匹配最佳画质与节奏。
  • 集成口型同步与语音合成提升视频真实感。seedance-cog 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

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:

  • 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

SpecDetails
ResolutionUp to 1080p
Duration3 seconds to 4 minutes
StylesPhotorealistic, cinematic, anime, stylized, documentary
AudioVoice synthesis, background music, sound effects
OutputMP4

Chat Mode for Video

ScenarioRecommended 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"
  1. Specify duration: "30-second social ad" vs. "2-minute explainer" sets the pacing.
  1. Set the mood: "Upbeat and energetic", "calm and professional", "dramatic and cinematic"
  1. Mention music preferences: "Uplifting corporate background", "lo-fi beats", "cinematic orchestral" — or let CellCog choose.
  1. 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.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

70.17%
按下载量换算7,199

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills