🎬 Seedance 2 Prompt Engineering Video Gen — Seedance 2.0 提示工程 - 文本/图像到视频
v1.1.2设计 Seedance 2.0 样式的英文提示,使用 WeryAI 生成文本到视频或图像到视频(支持单图像或多图像/首末帧,模型限制内)。包含提示工程工作流、模式到 JSON 映射、摄像机词汇和预飞检查清单。适用于需要 JiMeng 级提示控制转换为 WeryAI 提交流的场景,强制预提交确认以避免意外收费。
0· 94·0 当前·0 累计
安全扫描
OpenClaw
安全
high confidence该技能与其声明的目的一致(Seedance 样式提示工程 + WeryAI 文本/图像到视频生成);所需的 Node 和单个 WERYAI_API_KEY 成本合理,包中包含仅与 WeryAI 主机交互的 CLI 脚本。
评估建议
["确保 WERYAI_API_KEY 私密,不提交到仓库。","如果计划提供本地图像路径,请自行审查 scripts/video_gen.js 脚本,因为它会读取本地文件并使用您的 API 密钥上传到 WeryAI(预期用于图像到视频流)。如果不希望上传,请仅传递公共 https 图像 URL。","该技能强制执行预提交门槵——确保在任何付费提交之前代理确实提示明确确认,以避免意外收费。","初次测试时在沙盒或短期 API 密钥环境中运行。","如果需要更高的安全保障,请验证网络主机(api.weryai.com 和 api-growth-agent.weryai.com)并在任何付费运行之前确认提示/参数。"]...详细分析 ▾
✓ 用途与能力
The skill's name/description, required binaries (node), and required env (WERYAI_API_KEY) align with a tool that crafts prompts and calls WeryAI video APIs. No unrelated credentials, binaries, or config paths are requested.
ℹ 指令范围
SKILL.md and the bundled resources focus on prompt design and the WeryAI submit flows and explicitly require an explicit pre-submit confirmation before any paid submit. The included script will accept public https image URLs or, if given local file paths, will read local files and upload them to api-growth-agent.weryai.com using the WERYAI_API_KEY. Reading/uploading local files is within the declared purpose (image→video) but is a sensitive operation—the skill documents this and asks for explicit consent.
✓ 安装机制
No install spec or external download URLs are present (instruction-only packaging + an included script). The code has no remote-install behavior; network calls occur at runtime to WeryAI endpoints only.
ℹ 凭证需求
Only WERYAI_API_KEY is required (declared as primaryEnv), which fits the described API usage. Note: that key grants both generation and upload privileges (the script posts local files to a WeryAI upload endpoint). Treat the key as sensitive and avoid committing it.
✓ 持久化与权限
The skill is not always-enabled, is user-invocable, and does not request system-wide or other-skills configuration changes. It does not request elevated persistence privileges.
⚠ scripts/video_gen.js:675
Environment variable access combined with network send.
⚠ scripts/video_gen.js:223
File read combined with network send (possible exfiltration).
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.1.22026/3/23
此版本(1.1.2)无用户可见变化;SKILL.md 与版本 1.1.1 相同。
● Pending
安装命令
点击复制官方npx clawhub@latest install seedance-2-prompt-engineering-to-video
镜像加速npx clawhub@latest install seedance-2-prompt-engineering-to-video --registry https://cn.longxiaskill.com
技能文档
(由于原始内容过长,以下仅提供简略版,完整内容请参考原始文档)
# Seedance 2.0 提示工程到视频 · 包文件夹:seedance-2-prompt-engineering-to-video
结合 高控制 Seedance 样式提示设计 和 直接 WeryAI 生成 为 SEEDANCE_2_0 提供 文本到视频 和 图像到视频(默认单图像,支持多图像/首末帧,模型限制内)。
...(中略)...
安全、秘密和 API 主机
WERYAI_API_KEY:视为秘密;永远不要将其值提交到技能包中。- API 主机(在
video_gen.js中固定):视频任务使用https://api.weryai.com;模型列表使用https://api-growth-agent.weryai.com。不要依赖未记录的 URL 覆盖。
...(末略)...