aaronzoe/video-generator-seedance/SKILL.md
使用火山引擎 SD1.5pro API 生成视频。支持文本到视频和图生视频,异步处理任务。
npx skillsauth add openclaw/skills Video-Generator-SeeDanceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
使用火山引擎的 SD1.5pro API 生成视频,支持纯文本生成和图生视频。
在技能目录中创建 config.json 文件:
{
"api_key": "你的火山引擎API Key",
"model": "你的模型ID(如:ep-20260313005600-p8s6m)"
}
ep-20260313005600-p8s6mpython scripts/generate_video.py "提示词"
python scripts/generate_video.py "提示词" --image "https://example.com/image.jpg"
python scripts/generate_video.py "提示词" --output "C:\Users\Desktop\视频.mp4"
python scripts/generate_video.py "提示词" \
--image "https://example.com/image.jpg" \
--duration 5 \
--output "C:\Users\Desktop\视频.mp4" \
--camera-fixed False \
--watermark True
| 参数 | 类型 | 必需 | 默认值 | 说明 |
|------|------|------|--------|------|
| prompt | 字符串 | 是 | - | 文本提示词 |
| --image | 字符串 | 否 | 无 | 参考图片URL(图生视频) |
| --duration | 整数 | 否 | 5 | 视频时长(秒) |
| --output | 字符串 | 否 | 桌面 | 输出文件路径 |
| --camera-fixed | 布尔 | 否 | False | 相机是否固定 |
| --watermark | 布尔 | 否 | True | 是否添加水印 |
python scripts/generate_video.py "冬日的杭州西湖,雪花纷纷扬扬飘落"
python scripts/generate_video.py "无人机穿越障碍" \
--image "https://example.com/reference.jpg"
python scripts/generate_video.py "美丽风景" \
--duration 10 \
--output "C:\Videos\风景.mp4" \
--watermark False
config.json 文件如果遇到以下错误:
config.json 文件并配置API Key和模型IDtools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。