📦 Media.io Wan Video Generator — AI视频生成
v1.0.0通过 Media.io OpenAPI,将文本、图片或参考视频一键生成 1080p AI 视频,支持 v2.6 模型,快速产出高质量内容。
0· 116·0 当前·0 累计
下载技能包
最后更新
2026/4/21
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
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 d...详细分析 ▾
ℹ 用途与能力
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.
✓ 指令范围
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.
ℹ 安装机制
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.
ℹ 凭证需求
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.
✓ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/20
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install mediaio-wan-video-generator
镜像加速npx clawhub@latest install mediaio-wan-video-generator --registry https://cn.longxiaskill.com镜像同步中