← Back to Skills Marketplace
Media.io Text 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-text-to-video-api
Description
Generate high-quality AI videos from text prompts using the Media.io Text to Video API with supported top models and task progress tracking.
Usage Guidance
This package appears to be a straightforward Media.io API wrapper and will send whatever API_KEY you provide to openapi.media.io only (the router enforces that host). However: (1) the registry metadata omitted the API_KEY requirement even though SKILL.md and the code require it — that mismatch could be a packaging error or oversight; (2) the skill's publisher/source fields are unclear (no verified homepage), so verify the publisher and that openapi.media.io is the correct official endpoint before providing credentials; (3) use a least-privileged API key (e.g., scoped/test key) and monitor usage/credits because generation is billable; and (4) review the included scripts yourself if you plan to run them in a sensitive environment. If you need higher assurance, ask the publisher for an authoritative homepage or signed release, or only install from trusted sources.
Capability Analysis
Type: OpenClaw Skill
Name: mediaio-text-to-video-api
Version: 1.0.0
The skill bundle is a legitimate wrapper for the Media.io Text-to-Video API. The Python implementation in `scripts/skill_router.py` includes a security check to ensure requests are only sent to the authorized domain (`openapi.media.io`), preventing data exfiltration to arbitrary endpoints. The API definitions in `scripts/c_api_doc_detail.json` and the instructions in `SKILL.md` are consistent with the stated functionality and show no signs of malicious intent or prompt injection.
Capability Assessment
Purpose & Capability
The SKILL.md, c_api_doc_detail.json, and scripts/skill_router.py consistently implement a Media.io text-to-video and related APIs (Credits, Task Result, Vidu Q3). The code enforces calls only to openapi.media.io, which is coherent with the stated purpose.
Instruction Scope
Runtime instructions and the Python router are narrowly scoped to calling the documented Media.io endpoints, replacing path params and posting JSON. The SKILL.md instructs use of an API_KEY only for authorization; there are no instructions to read unrelated files, system state, or to transmit data to other endpoints.
Install Mechanism
There is no install spec (instruction-only plus a small included Python script). No remote downloads or archive extraction occur at install time. Risk from installation artifacts is low.
Credentials
The SKILL.md and scripts require an API key (API_KEY used as X-API-KEY), which is appropriate. However, the registry metadata supplied with the skill indicates no required env vars / primary credential — an inconsistency between the published manifest and the runtime instructions/code. The skill will accept an API_KEY and use it to call openapi.media.io; requiring an API key is proportional, but the manifest mismatch and lack of declared primaryEnv in registry is a red flag that the packaging or metadata may be incomplete or incorrect.
Persistence & Privilege
The skill does not request 'always: true' or other elevated persistent privileges, and it does not modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not unusual for a skill of this type.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mediaio-text-to-video-api - After installation, invoke the skill by name or use
/mediaio-text-to-video-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the mediaio-text-to-video-api skill.
- Generate AI videos from text descriptions using Media.io OpenAPI.
- Includes APIs for checking credits, retrieving task results, and generating videos via the Vidu Q3 model.
- Requires an API key (`API_KEY`) for authentication.
Metadata
Frequently Asked Questions
What is Media.io Text to Video API?
Generate high-quality AI videos from text prompts using the Media.io Text to Video API with supported top models and task progress tracking. It is an AI Agent Skill for Claude Code / OpenClaw, with 178 downloads so far.
How do I install Media.io Text to Video API?
Run "/install mediaio-text-to-video-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Media.io Text to Video API free?
Yes, Media.io Text to Video API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Media.io Text to Video API support?
Media.io Text to Video API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Media.io Text to Video API?
It is built and maintained by wondershare-boop (@wondershare-boop); the current version is v1.0.0.
More Skills