← 返回 Skills 市场
runninghub-video
作者
balckbeeai
· GitHub ↗
· v1.0.0
· MIT-0
52
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install runninghub-video
功能描述
Use RunningHub official standard-model APIs for image-to-video generation. Trigger when the user asks to use RunningHub, 可灵, Seedance, 万相, or other RunningHu...
安全使用建议
This skill will upload any local images you give it to https://www.runninghub.cn and will attempt to use an API key. Before installing or running it: (1) Be aware you must provide a RunningHub API key (via --api-key or the RUNNINGHUB_API_KEY environment variable); the skill metadata incorrectly omits this. (2) Inspect the script yourself — it reads local files and (on Windows) will try to read HKCU\Environment for RUNNINGHUB_API_KEY. (3) If you do not want your API key or files transmitted, do not run the script; consider running it in an isolated environment or supplying the key on the CLI for more control. (4) If you plan to install the skill for others, request the author fix the metadata to declare the required env var and document the registry access. (5) If you need more assurance, ask the publisher for an authoritative homepage or source repository to verify origin and review the remainder of the code (the provided script was truncated in the manifest listing — verify the complete file before use).
功能分析
Type: OpenClaw Skill
Name: runninghub-video
Version: 1.0.0
The skill is a legitimate tool for interacting with the RunningHub image-to-video API. It includes a Python script (runninghub_video.py) that manages file uploads, task polling, and result downloads from runninghub.cn. The script's use of the Windows Registry (winreg) to retrieve the API key is a standard method for accessing persistent environment variables on that platform. No malicious behaviors such as data exfiltration, unauthorized execution, or prompt injection were found; the code logic is transparent and aligned with the stated purpose.
能力标签
能力评估
Purpose & Capability
The skill's name, SKILL.md, API reference, and script all align with the stated purpose (submit image-to-video jobs, poll /openapi/v2/query, upload local files, download outputs). However the declared registry metadata lists no required environment variables or primary credential while the included script clearly requires an API key (RUNNINGHUB_API_KEY or --api-key). This metadata omission is an inconsistency.
Instruction Scope
The SKILL.md instructs the agent to use the included script to upload local files, poll tasks, and download outputs — this matches the script. The script uploads local files to https://www.runninghub.cn and downloads returned media. One behavior not called out explicitly in SKILL.md: the script, when not given a CLI key, will attempt to read RUNNINGHUB_API_KEY from the user environment and on Windows will try to read HKCU\Environment via winreg.
Install Mechanism
No install spec (instruction-only with a helper script). Nothing is downloaded during install and no external install URLs are present. Risk surface comes from running the included script, not from a remote installer.
Credentials
The script requires an API key to call RunningHub (accepted via --api-key or RUNNINGHUB_API_KEY). The skill metadata did not declare this required environment variable. The script also probes the Windows registry for the same key, which is unusual and should be documented/justified. No other unrelated credentials are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not persist credentials itself. It runs as an on-demand helper script and behaves as a normal, non-persistent skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install runninghub-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/runninghub-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of runninghub-video skill for image-to-video generation using RunningHub APIs.
- Supports multiple official endpoints: Wan 2.2, Kling v3.0 std, Seedance 2.0 (global/fast), with model-specific quick-start examples.
- Handles both public image URLs and local file uploads, including automatic uploading and download of media.
- Provides robust polling via /openapi/v2/query and immediate download of finished video files.
- Includes troubleshooting advice, tuning parameters, and command templates for typical workflows.
元数据
常见问题
runninghub-video 是什么?
Use RunningHub official standard-model APIs for image-to-video generation. Trigger when the user asks to use RunningHub, 可灵, Seedance, 万相, or other RunningHu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 52 次。
如何安装 runninghub-video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install runninghub-video」即可一键安装,无需额外配置。
runninghub-video 是免费的吗?
是的,runninghub-video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
runninghub-video 支持哪些平台?
runninghub-video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 runninghub-video?
由 balckbeeai(@darker314159)开发并维护,当前版本 v1.0.0。
推荐 Skills