← Back to Skills Marketplace
Mediaio Image to Video API
by
wondershare-boop
· GitHub ↗
· v1.0.0
· MIT-0
178
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mediaio-image-to-video-api
Description
Animate static images into dynamic AI-generated videos with realistic motion using Media.io OpenAPI and an API key.
Usage Guidance
This skill appears to do what it says (call Media.io OpenAPI endpoints) and the script even enforces calls only to openapi.media.io. Before installing: (1) Note the registry metadata omission — you must provide an API_KEY (X-API-KEY) even though the top-level metadata lists none. Don't supply that key unless you trust the publisher. (2) The package includes a Python script that uses the 'requests' library but declares no dependencies; ensure you run it in a controlled environment (sandbox/isolated container) and that required libraries are installed. (3) The source/homepage is missing and the owner ID is not a well-known vendor — consider verifying the Media.io integration from an official source or obtaining an API key scoped for limited use. (4) If you proceed, restrict the API key's permissions and monitor activity; avoid reusing high-privilege credentials.
Capability Analysis
Type: OpenClaw Skill
Name: mediaio-image-to-video-api
Version: 1.0.0
The skill bundle provides a standard interface for the Media.io Image-to-Video API. The implementation in `scripts/skill_router.py` includes a security check to restrict API calls to the official domain (`openapi.media.io`) and correctly handles the `API_KEY` environment variable for authentication. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
The skill's name, description, SKILL.md, and included Python router all align with a Media.io image-to-video API integration: the code calls endpoints under openapi.media.io and expects an API key for X-API-KEY. However the registry metadata (top-level 'Requirements') lists no required environment variables, while SKILL.md and the code require API_KEY — an inconsistency between declared registry requirements and the actual runtime needs.
Instruction Scope
SKILL.md describes only Media.io APIs (Credits, Task Result, Vidu Q3) and declares API_KEY as the only environment variable. The runtime script only reads the provided c_api_doc_detail.json and calls openapi.media.io endpoints using that API key. The instructions do not ask the agent to read unrelated files, extra env vars, or transmit data to unknown hosts; the code explicitly blocks hosts not equal to openapi.media.io.
Install Mechanism
There is no install spec (no downloads or package installs), which is low-risk. However, the bundle includes a Python script that depends on the 'requests' library but the package does not declare dependencies. Running the script may fail unless 'requests' is available or will require installing a network-capable Python package. No external or untrusted download URLs are used.
Credentials
At runtime the code requires an API_KEY (used as X-API-KEY) to authenticate to Media.io — this is proportionate to the function. The concern is the mismatch: registry metadata claims no required env vars while SKILL.md and the script require API_KEY, so the installer/user may be unaware they're expected to provide a secret. No other credentials or unrelated secrets are requested.
Persistence & Privilege
The skill does not request 'always: true' or any elevated persistence. It can be invoked autonomously by the agent (default), which is expected for skills; there is no code that modifies other skills or system-wide agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mediaio-image-to-video-api - After installation, invoke the skill by name or use
/mediaio-image-to-video-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
mediaio-image-to-video-api 1.0.0 initial release:
- Animate static images into dynamic AI-generated videos via Media.io OpenAPI.
- Supports checking user credits, retrieving task results, and generating videos using the Vidu Q3 image-to-video model.
- Requires configuration of a Media.io API key.
- Optimized for use cases such as "image to video," "animate image," and "photo to video."
Metadata
Frequently Asked Questions
What is Mediaio Image to Video API?
Animate static images into dynamic AI-generated videos with realistic motion using Media.io OpenAPI and an API key. It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.
How do I install Mediaio Image to Video API?
Run "/install mediaio-image-to-video-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mediaio Image to Video API free?
Yes, Mediaio Image to Video API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mediaio Image to Video API support?
Mediaio Image to Video API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mediaio Image to Video API?
It is built and maintained by wondershare-boop (@wondershare-boop); the current version is v1.0.0.
More Skills