← 返回 Skills 市场
wondershare-boop

Media.io Wan Video Generator

作者 wondershare-boop · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
176
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mediaio-wan-video-generator
功能描述
Generate 1080p AI videos via Media.io Wan (v2.6) using text, images, or reference videos through the Media.io OpenAPI.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mediaio-wan-video-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mediaio-wan-video-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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).
元数据
Slug mediaio-wan-video-generator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 176 次。

如何安装 Media.io Wan Video Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mediaio-wan-video-generator」即可一键安装,无需额外配置。

Media.io Wan Video Generator 是免费的吗?

是的,Media.io Wan Video Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Media.io Wan Video Generator 支持哪些平台?

Media.io Wan Video Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Media.io Wan Video Generator?

由 wondershare-boop(@wondershare-boop)开发并维护,当前版本 v1.0.0。

💬 留言讨论