← Back to Skills Marketplace
Media.io Wan Video Generator
by
wondershare-boop
· GitHub ↗
· v1.0.0
· MIT-0
176
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mediaio-wan-video-generator
Description
Generate 1080p AI videos via Media.io Wan (v2.6) using text, images, or reference videos through the Media.io OpenAPI.
Usage Guidance
This skill appears to implement what it claims (a Media.io Wan video generator) and the code restricts calls to openapi.media.io, but there are a few things to verify before installing: 1) The registry metadata omitted the required API_KEY—make sure you will only provide a Media.io API key and understand its permissions and billing implications. 2) The Python code uses the 'requests' package but no dependency is declared; run it in an environment that has requests installed or add a dependency declaration. 3) Inspect c_api_doc_detail.json to confirm the endpoints are the official openapi.media.io URLs you expect (the router enforces host == 'openapi.media.io'). 4) Prefer running in an isolated environment (sandbox/VM) first and avoid sharing any high-privilege or long-lived API keys. If you want this skill installed, ask the publisher to fix the registry metadata to list API_KEY as required and to declare the 'requests' dependency so the package metadata and runtime behavior match.
Capability Analysis
Type: OpenClaw Skill
Name: mediaio-wan-video-generator
Version: 1.0.0
The skill bundle is a legitimate implementation for generating AI videos via the Media.io OpenAPI. The core logic in `scripts/skill_router.py` includes a security validation step that restricts outbound network requests specifically to the `openapi.media.io` domain, preventing unauthorized data exfiltration. The API definitions in `scripts/c_api_doc_detail.json` and the instructions in `SKILL.md` are consistent with the stated purpose and do not contain any malicious commands or prompt injection attempts.
Capability Assessment
Purpose & Capability
The skill's name, description, SKILL.md, _meta.json, and included c_api_doc_detail.json all describe a Media.io Wan video generator and the code implements calls to media.io endpoints — this is coherent. However the registry summary at the top of the submission claims 'Required env vars: none' while the skill files (SKILL.md and _meta.json) require an API_KEY. That metadata mismatch is a coherence problem (likely an oversight) and should be corrected.
Instruction Scope
SKILL.md instructs only how to call Media.io APIs and the runtime code (scripts/skill_router.py) only reads API_KEY from env or argument and performs HTTPS requests to the documented endpoints. There are no instructions to read unrelated files, system state, or to transmit data to third parties beyond the Media.io API host.
Install Mechanism
There is no install spec (instruction-only), which lowers disk-write risk. However the bundled code imports the Python 'requests' library but no dependency manifest declares it. That is an inconsistency: the runtime environment must provide 'requests' or the code will fail. No external download URLs or archives are used.
Credentials
The only runtime secret accessed is API_KEY (used as X-API-KEY) which is appropriate for the described Media.io integration. Again, the registry-level metadata omitted this required env var while SKILL.md and _meta.json include it — this mismatch should be fixed. No other credentials or secrets are requested.
Persistence & Privilege
The skill does not request persistent/system privileges, does not set always:true, and does not modify other skills' configurations. It runs network requests only to a single allowed host as enforced by the code.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mediaio-wan-video-generator - After installation, invoke the skill by name or use
/mediaio-wan-video-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of mediaio-wan-video-generator
- Generate AI videos using Wan (v2.6) via Media.io OpenAPI.
- Supports text-to-video, image-to-video, and reference-to-video with 1080p output.
- Includes APIs for checking credits, retrieving task results, and model-specific video generation.
- Requires a Media.io API key (API_KEY environment variable).
Metadata
Frequently Asked Questions
What is Media.io Wan Video Generator?
Generate 1080p AI videos via Media.io Wan (v2.6) using text, images, or reference videos through the Media.io OpenAPI. It is an AI Agent Skill for Claude Code / OpenClaw, with 176 downloads so far.
How do I install Media.io Wan Video Generator?
Run "/install mediaio-wan-video-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Media.io Wan Video Generator free?
Yes, Media.io Wan Video Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Media.io Wan Video Generator support?
Media.io Wan Video Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Media.io Wan Video Generator?
It is built and maintained by wondershare-boop (@wondershare-boop); the current version is v1.0.0.
More Skills