doubao-seedance-skill
v1.0.0调用火山引擎 Seedance 视频生成 API。当用户需要生成视频、文生视频、图生视频时使用此 skill。
⭐ 0· 265·1 current·1 all-time
by@lamuier
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description state the skill calls Seedance video generation. The code and SKILL.md request only a VOLCENGINE_API_KEY and call the expected API endpoints to create tasks, poll status, and download resulting videos — all proportional to the stated purpose.
Instruction Scope
SKILL.md directs the agent to call the provided Python script with prompt and parameters; the script only performs network calls to the Seedance endpoints, polls task status, and optionally downloads the produced video to a local output directory. It does not read unrelated files or access other environment variables or endpoints.
Install Mechanism
This is instruction-only (no install spec). The included Python file depends on third-party packages (requests, python-dotenv) but the skill does not provide an install step or declare those dependencies; the runtime environment must already have them available. No remote download/install of arbitrary code is performed.
Credentials
Only VOLCENGINE_API_KEY is used (declared in SKILL.md and .env). That single credential is appropriate and expected for calling the Seedance API; no unrelated credentials or config paths are requested.
Persistence & Privilege
Skill is not set to always: true and is user-invocable. It does not modify other skills or system-wide agent settings. It writes generated video files to a local output directory (expected behavior).
Assessment
This skill appears to do exactly what it says: call the Volcengine (Seedance) video-generation API and save the returned video locally. Before installing, ensure you: 1) are comfortable providing VOLCENGINE_API_KEY to the agent (the key is sent to the Seedance API); 2) run the skill in an environment that has the Python dependencies (requests and python-dotenv) or install them yourself; 3) understand that generated videos will be downloaded and written to the output directory; and 4) verify the API endpoint/domain (ark.cn-beijing.volces.com) matches the official service you intend to use. If you need stronger guarantees, request the skill author to include an explicit install spec and a dependency list, or to use a vetted client library.Like a lobster shell, security has layers — review code before you run it.
latestvk97ee54mtbr459jx4va3a05t8582t9f9
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
