Seedance 2.0 Al Video Generator

v1.0.13

Generates video via Loova Seedance 2.0 API (Seedance 2.0 video). Requires LOOVA_API_KEY from .env or environment (get API key at loova.ai). Use when the user...

2· 193·0 current·0 all-time
byloova@hjianfeng
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, SKILL.md, README, reference, and the included Python script all align: the code posts to Loova Seedance endpoints and polls for a task result. Required env var LOOVA_API_KEY is appropriate for this API and no unrelated services/binaries are requested.
Instruction Scope
Instructions ask the agent to accept user uploads (or URLs), save local uploads in the workspace (e.g., workspace/assets/) and pass file paths to the script. The script opens and uploads any file paths it is given, and polls once per minute for up to ~3 hours. This behavior is expected for a file-upload video generation skill, but be aware that any local file path passed to the script will be opened and transmitted to the external API — do not pass sensitive local files. Minor documentation inconsistencies: some docs reference GET /api/v1/tasks while others show /v1/tasks (missing /api); these are likely typos but worth verifying against the live API.
Install Mechanism
No install spec; included code uses only Python packages listed in requirements.txt (requests, python-dotenv). No downloads from third-party URLs or archive extraction. This is low-risk and proportionate to the functionality.
Credentials
Declared primary credential is LOOVA_API_KEY which matches the script's Authorization header usage. The script also accepts a fallback env var LOOAI_API_KEY (not declared in metadata), a minor discrepancy. The skill does not request additional secrets or system config paths.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or elevated platform privileges or alter other skills. It will only act when invoked and does not install background services.
Assessment
This skill appears to do what it says: it needs your LOOVA_API_KEY and will send prompts, URLs, and any local files you provide to api.loova.ai to generate videos (generation can take hours and the script polls once per minute). Before installing: (1) Only provide an API key you trust Loova with and check your account permissions/rate limits; (2) avoid passing paths to sensitive local files — the script will open and upload any file paths you provide; (3) verify which exact task-status endpoint the live API expects (docs include a small /api vs /v1 mismatch); (4) note the script also checks an undocumented LOOAI_API_KEY env var as a fallback — if you rely on strict env control, be aware of this alternate name. If those points are acceptable, the skill is coherent with its stated purpose.

Like a lobster shell, security has layers — review code before you run it.

ai-videovk976ws446fjwkk19dh6zd07d6s839thycreative-toolsvk976ws446fjwkk19dh6zd07d6s839thyimage-to-videovk976ws446fjwkk19dh6zd07d6s839thylatestvk97eza81zg5jgxj70kk8gyyykn83gq9jseedancevk976ws446fjwkk19dh6zd07d6s839thyseedance-2vk976ws446fjwkk19dh6zd07d6s839thytext-to-videovk976ws446fjwkk19dh6zd07d6s839thyvideo-generationvk976ws446fjwkk19dh6zd07d6s839thy

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

EnvLOOVA_API_KEY
Primary envLOOVA_API_KEY

Comments