历史科学类科普短视频自动化生成 Skill
SkillMediaOnce added, your AI can turn a history or science topic into a complete material pack for a 3-minute short video. Each pack includes a narration script, a storyboard, Veo2 prompts, and character designs, formatted for the Jimeng platform. This removes the need to assemble each production piece separately.
Available today. Use it from your connected AI after setup.
No other account needed.
Add the skill and give your AI a history or science topic for a 3-minute video. It will generate the full material pack for you to use in production.
Then ask your AI: use the 历史科学类科普短视频自动化生成 Skill skill
What your AI can do with it
- Write a narration script for a 3-minute historical science video
- Create a shot-by-shot storyboard script
- Generate Veo2 prompts for producing each shot
- Specify character designs to use in the video
- Deliver everything as one complete material pack ready for the Jimeng platform
What this skill tells your AI
The instructions your AI receives, as published by anbeime/skill in skills/historical-science-video-prod/historical-science-video-prod/SKILL.md and read by ahel’s review.
任务目标
- 本 Skill 用于:自动化生成历史科学类3分钟科普短视频的全流程素材
- 能力包含:口播文案创作、分镜脚本规划、Veo2提示词生成、人物形象设计
- 触发条件:用户需要制作历史科学类科普视频,希望快速获得完整的素材包
前置准备
- 依赖说明:无需额外安装,依赖包已在 dependency 字段中声明
- 输入要求:用户提供科普主题、年代背景、核心科学结论
操作步骤
-
标准流程:
-
准备输入信息
- 确定科普主题(如"蝴蝶效应的起源"、"青霉素的发现")
- 明确年代背景(如"1961年"、"1928年")
- 提炼核心科学结论(如"初始条件的敏感性")
-
执行生成脚本
- 调用
scripts/generate_video_materials.py处理... - 传入参数:--theme、--era、--core_conclusion、--output_dir
- 调用
-
查看输出素材
output/script.txt- 3分钟口播文案(约900-1100字)output/storyboard.md- 分镜脚本表(30-35个分镜)output/veo2_prompts.txt- Veo2提示词清单output/character_design.md- 人物形象规范
-
-
可选分支:
- 当 需要调整风格:在 references/style-guide.md 中修改复古风格参数
- 当 需要优化文案结构:在 references/script-structure.md 中调整时间分配
资源索引
- 必要脚本:见 scripts/generate_video_materials.py(用途与参数:生成全流程素材包,接收主题、年代、核心结论参数)
- 领域参考:见 references/multi-agent-architecture.md(何时读取:了解多智能体协作体系架构)
- 领域参考:见 references/style-guide.md(何时读取:调整复古风格参数时)
- 领域参考:见 references/veo2-prompt-template.md(何时读取:了解Veo2提示词标准格式)
- 领域参考:见 references/script-structure.md(何时读取:了解文案结构和时间分配)
注意事项
- 脚本会自动调用大模型生成内容,生成时间约1-2分钟
- 输出文件将保存到指定的 output_dir 目录
- 确保提供的核心科学结论准确无误,脚本会基于此生成文案
- 生成的分镜脚本严格遵循3分钟时长,每镜4-6秒
使用示例
- 功能说明:生成"蝴蝶效应的起源"主题的视频素材包
- 执行方式:脚本自动调用大模型生成
- 关键参数或指导要点:主题、年代、核心结论
- 简单示例代码或命令:
python scripts/generate_video_materials.py \
--theme "蝴蝶效应的起源" \
--era "1961年" \
--core_conclusion "初始条件的微小变化会导致巨大差异,无法长期预测天气" \
--output_dir "./output"
Signals
- GitHub stars
- 7k
- Forks
- 628
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
historical-science-video-prod- Source
- github.com/anbeime/skill