/install douyin-guoxue-volcengine-pipeline
douyin-guoxue-volcengine-pipeline
Use this skill to run a production-tested Douyin guoxue pipeline.
Core workflow
- Load Volcengine env from
C:\Users\Lenovo\.openclaw\workspace\.volcengine_config - Generate 3 vertical keyframes with
volcengine-image-studio - Turn each keyframe into a 5s motion shot with
volcengine-video-studio - Stitch 3 shots into a ~15s vertical cut with
ffmpeg - Generate Chinese voiceover with
edge-tts - Mix voice + BGM + subtitles
- Publish through
skills/douyin-publisher/scripts/publish.py - Verify in Douyin creator backend after publish
Hard rules
- Do not use a single still image as the full video when the user wants a stronger result
- Prefer 3 shots; use about 3-5s per shot
- Always keep output 9:16 vertical
- Always do a backend verification after publish; do not trust script success text alone
- When publishing AI-generated work, use the publish flow that goes through:
发文助手自主声明添加声明内容由AI生成
Current validated local components
- Volcengine image script:
skills/volcengine-image-studio/scripts/generate_image.py - Volcengine video script:
skills/volcengine-video-studio/scripts/generate_video.py - Douyin publish script:
skills/douyin-publisher/scripts/publish.py - Volcengine env file:
.volcengine_config - Typical BGM asset:
generated/guoxue-douyin/final-cuts/guofeng-lite-bgm.wav
Fast execution pattern
1. Load config into current process
PowerShell:
$cfg = Get-Content .\.volcengine_config
foreach($line in $cfg){ if($line -match '^\s*([A-Z0-9_]+)=(.*)$'){ [Environment]::SetEnvironmentVariable($matches[1], $matches[2], 'Process') } }
[Environment]::SetEnvironmentVariable('VOLCENGINE_VIDEO_MODEL','doubao-seedance-1-0-pro-fast-251015','Process')
2. Generate 3 keyframes
Use thematic prompts for shot 1 / shot 2 / shot 3. Keep style consistent:
- Song-dynasty aesthetics
- Eastern negative space
- cinematic light
- no cartoon
- no modern city unless requested
3. Generate 3 motion shots
For each generated keyframe:
py -3.11 .\skills\volcengine-video-studio\scripts\generate_video.py "\x3Cmotion prompt>" --image \x3Ccover> --ratio 9:16 --duration 5 --download-dir \x3Cdir>
4. Voiceover
edge-tts --voice zh-CN-XiaoxiaoNeural --file \x3Cscript.txt> --write-media \x3Cvoice.mp3>
Recommended voices:
zh-CN-XiaoxiaoNeural— warm / calm / femalezh-CN-YunxiNeural— male / composed / explanatory
5. Final assembly
Use ffmpeg to:
- trim each shot to ~4.8-4.9s
- concat 3 shots
- burn title / line subtitles
- mix voice + low-volume BGM
6. Publish and verify
Publish with py -3.11 skills/douyin-publisher/scripts/publish.py ...
Then must open creator manage page and confirm the new item appears in the list.
Suggested directory pattern
Store runs under:
generated/guoxue-douyin/\x3Ctheme>-volcengine/
Example themes:
qian-gua-volcenginekun-gua-volcenginetai-gua-volcengine
Read next when needed
- For prompt structure and reusable shot patterns, read
references/prompt-patterns.md - For publishing / verification / AI declaration notes, read
references/publish-notes.md
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install douyin-guoxue-volcengine-pipeline - 安装完成后,直接呼叫该 Skill 的名称或使用
/douyin-guoxue-volcengine-pipeline触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
douyin-guoxue-volcengine-pipeline 是什么?
Automate creation and publishing of 3-shot 9:16 Chinese metaphysics short videos on Douyin with Volcengine visuals, Edge TTS, ffmpeg, and backend verification. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 douyin-guoxue-volcengine-pipeline?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install douyin-guoxue-volcengine-pipeline」即可一键安装,无需额外配置。
douyin-guoxue-volcengine-pipeline 是免费的吗?
是的,douyin-guoxue-volcengine-pipeline 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
douyin-guoxue-volcengine-pipeline 支持哪些平台?
douyin-guoxue-volcengine-pipeline 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 douyin-guoxue-volcengine-pipeline?
由 Koi(@jinhuadeng)开发并维护,当前版本 v1.0.0。