video-generator-seedance
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to be a coherent Volcengine video-generation tool, but it requires a local API key, Python execution, and sending prompts or image URLs to the provider.
Before installing, make sure you trust this skill with a Volcengine API key, understand that prompts and image URLs are sent to Volcengine, keep config.json private, and review generated output paths to avoid overwriting files.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
When invoked, the agent can run the Python generator locally and create or overwrite the chosen output video file.
The skill allows Python execution through Bash so the agent can run the generator script. This matches the skill's purpose, but it is still a local command capability with user-controlled arguments such as prompt and output path.
allowed-tools: Bash(python *)
Use the skill for explicit video-generation requests, review output paths, and prefer running only the included script with intended parameters.
Video generation requests will use the user's Volcengine account and may consume quota or incur costs depending on that account's billing.
The script reads the user's Volcengine API key from config.json and uses it as a bearer token for API calls. This is disclosed and expected for the integration, but it grants account-backed API authority.
self.api_key = self.config.get('api_key') ... "Authorization": f"Bearer {self.api_key}"Use a dedicated or least-privileged API key if possible, keep config.json private, and monitor provider usage.
Setup may depend on locally available Python packages, and there is limited provenance information to help verify the package origin.
The package provenance and setup contract are sparse. This is not evidence of malicious behavior, but users must rely on the visible artifacts and their local Python environment rather than a pinned installer or homepage.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill.
Review the included script before use and install any needed Python dependencies from trusted sources.
