Content Pipeline Skill
这个 Skill 提供了一个完整的内容生成 pipeline:
by chenyang399 · published 2026-04-01
$ claw add gh:chenyang399/chenyang399-douyin-video-create# Content Pipeline Skill
描述
这个 Skill 提供了一个完整的内容生成 pipeline:
**搜索信息 → 整理数据 → 生成脚本 → 生成数字人视频**
何时使用
当用户要求:
功能
1. 信息搜索和整理
2. 脚本生成
3. 数字人视频生成
使用示例
基础用法
node pipeline.js --topic "人工智能的未来" --style "analysis"指定提供商
node pipeline.js --topic "气候变化" --provider "d-id" --style "educational"自定义输出
node pipeline.js --topic "区块链" --output "./my-videos" --style "story"输出
Pipeline 会生成以下文件:
output/[timestamp]/
├── 01-search-results.json # 搜索结果
├── 02-organized-data.json # 整理后的数据
├── 03-script.md # Markdown 脚本
├── 03-script.json # JSON 脚本
├── 04-video-result.json # 视频生成结果
└── REPORT.json # 完整报告配置
环境变量
# 数字人 API Keys
export AVATAR_API_KEY="your-api-key"
export HEYGEN_API_KEY="your-heygen-key"
export DID_API_KEY="your-d-id-key"
export SYNTHESIA_API_KEY="your-synthesia-key"脚本模板
支持的风格:
扩展
添加新的脚本风格
编辑 `script-generator.js` 中的 `SCRIPT_TEMPLATES`:
SCRIPT_TEMPLATES['my-style'] = {
intro: '...',
body: '...',
conclusion: '...'
};添加新的数字人提供商
编辑 `avatar-generator.js` 中的 `generateWithProvider` 方法。
集成新的搜索源
编辑 `pipeline.js` 中的 `searchInformation` 方法。
故障排除
网络搜索不可用
数字人 API 失败
脚本质量不佳
文件结构
content-pipeline/
├── script-generator.js # 脚本生成引擎
├── data-organizer.js # 数据整理工具
├── avatar-generator.js # 数字人视频生成
├── pipeline.js # 主 pipeline
├── SKILL.md # 本文件
└── examples/
├── sample-data.json # 示例数据
└── sample-script.json # 示例脚本许可证
MIT
支持
如有问题,请查看日志文件或联系开发者。
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...