Agent skill · Media & Video

dream-video-prompt-generator

小省导购员数字人带货版即梦视频提示词生成系统,基于四大智能体协同(提示词生成师、质量管控师、知识库运维师、跨环节适配师),按照"主体+运动+场景+(镜头语言+光影+氛围)"公式输出中英文双版提示词,适配5s短视频。确保人物一致性、视觉连贯性、情绪连贯性,支持知识库智能复用和跨工具适配(Suno音乐、AI绘画),为数字人带货视频提供高质量提示词生成服务。

anbeimegithub.com/anbeimeGitHub ↗
claude-code
Install
npx skills add anbeime/skill --skill dream-video-prompt-generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 8
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/dream-video-prompt-generator/dream-video-prompt-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,714
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 小省导购员数字人带货即梦视频提示词生成系统 ## 任务目标 - 本 Skill 用于:生成小省导购员数字人带货视频的即梦视频生成提示词 - 能力包含: - 四大智能体协同:提示词生成师、质量管控师、知识库运维师、跨环节适配师 - 提示词公式驱动:主体+运动+场景+(镜头语言+光影+氛围) - 中英文双版对应:适配国际AI工具需求 - 一致性保障:人物一致性、视觉连贯性、情绪连贯性 - 知识库智能复用:同类需求直接调取,新增需求迭代优化 - 跨工具适配:联动Suno音乐生成、AI绘画生成 - 触发条件:用户需要生成小省导购员数字人带货视频的提示词 ## 前置准备 - 无需特殊依赖 - 准备带货视频信息: - 场景类型(产品推荐、价格对比、促销活动等) - 情绪基调(热情、专业、亲切、紧迫等) - 视频时长(默认5s) - 分镜幕次(默认5幕) ## 操作步骤 ### 标准工作流程(四大智能体协同) #### 步骤1:需求对接与知识库核查(智能体3:知识库运维师) **职责**:优先核查知识库,同类需求直接调取,新需求启动协作 - 需求识别:识别场景类型、情绪基调、分镜幕次 - 知识库核查:查询是否存在同类场景的提示词模板 - 直接复用:如匹配,直接调取并返回提示词 - 新增处理:如不匹配,传递给提示词生成师启动创作 **输出格式**: ```json { "demand_type": "产品推荐/价格对比/促销活动", "emotion_tone": "热情/专业/亲切/紧迫", "scene_count": 5, "knowledge_base_match": "true/false", "existing_prompts": "如匹配,返回已存在提示词;如不匹配,返回null" } ``` --- #### 步骤2:提示词生成(智能体1:提示词生成师) **职责**:按公式输出即梦提示词,严格遵循一致性 **提示词公式**: ``` 主体(主体描述)+ 运动 + 场景(场景描述)+(镜头语言 + 光影 + 氛围) ``` **核心要求**: - 主体一致性:所有分镜沿用核心角色固定描述 - 情绪适配性:光影、氛围匹配对应幕次情绪 - 中英文双版:生成中英文对照版本 - 细节具体:动作连贯,适配5s短视频 - 延伸细节:规避AI独立生成的上下文断层问题 **输出格式**(每幕): ```json { "scene_number": 1, "scene_name": "场景名称", "duration": "5s", "chinese_prompt": { "subject": "主体描述", "movement": "运动描述", "scene": "场景描述", "shot_language": "镜头语言", "light": "光影", "atmo

What's inside
Steps it walks through
  1. 任务目标
  2. 前置准备
  3. 操作步骤
  4. 标准工作流程(四大智能体协同)
  5. 完整输出示例
  6. 资源索引
  7. 必要参考文档
  8. 输出资产
  9. 注意事项
  10. 提示词生成原则
  11. 一致性保障
  12. 知识库使用
  13. 跨工具适配
  14. 使用示例
Ships with 7 files
  • assets/examples/sample-prompts.md
  • references/agent-roles.md
  • references/character-profile.md
  • references/consistency-guide.md
  • references/cross-tool-adaptation.md
  • references/prompt-formula.md
  • references/scene-templates.md
More from skill
All skills →
About this skill
What does the dream-video-prompt-generator skill do?

小省导购员数字人带货版即梦视频提示词生成系统,基于四大智能体协同(提示词生成师、质量管控师、知识库运维师、跨环节适配师),按照"主体+运动+场景+(镜头语言+光影+氛围)"公式输出中英文双版提示词,适配5s短视频。确保人物一致性、视觉连贯性、情绪连贯性,支持知识库智能复用和跨工具适配(Suno音乐、AI绘画),为数字人带货视频提供高质量提示词生成服务。

How do I install it?

Run `npx skills add anbeime/skill --skill dream-video-prompt-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From anbeime/skill, a repository with 4,714 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going