← 返回 Skills 市场
zero2ai-hub

Skill Runway Video Gen

作者 Zero2Ai · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
479
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-runway-video-gen
功能描述
Generate short product videos from images using Runway Gen4 Turbo. Use for TikTok ads, UGC-style product demos, Reels, and YouTube Shorts.
安全使用建议
Before installing or running this skill: 1) Verify and provide a dedicated RUNWAY_API_KEY (or a safe ~/tiktok-api.json entry) — do not reuse high-privilege or unrelated keys. The registry metadata does not declare this requirement even though the script needs it. 2) Confirm the API host: the script uses https://api.dev.runwayml.com (a dev/staging-looking endpoint). Confirm with Runway documentation or the skill author that this is intentional; otherwise you may be sending images to a non-production endpoint. 3) Review ~/tiktok-api.json contents if you plan to rely on it — it may contain other secrets; prefer an env var with a least-privilege key. 4) Ensure Python (>=3.10) and the 'requests' dependency are available; the skill has no install step. 5) Remember your images and generated video are uploaded to an external service — consider privacy and IP implications. If anything above is unclear or you cannot verify the Runway API host, treat this skill as untrusted until clarified.
功能分析
Type: OpenClaw Skill Name: skill-runway-video-gen Version: 1.0.0 The skill is designed to generate videos using the Runway API. It accesses an API key from either the `RUNWAY_API_KEY` environment variable or a specific configuration file `~/tiktok-api.json`. This behavior is explicitly documented in `SKILL.md` and is necessary for the skill's stated purpose of authenticating with the Runway service. The Python script `scripts/generate_video.py` makes legitimate API calls to `api.dev.runwayml.com` and saves the generated video to a user-specified output path. There is no evidence of prompt injection, data exfiltration beyond its own API key, malicious execution, persistence mechanisms, or obfuscation. The file access is for its own documented configuration, not for arbitrary credential theft.
能力评估
Purpose & Capability
The script implements image→video via Runway Gen4 Turbo and the SKILL.md usage matches the code. However, registry metadata lists no required env vars or config paths while the script expects a RUNWAY_API_KEY or ~/tiktok-api.json → runway.apiKey. Declared binary 'uv' is reasonable for running the script.
Instruction Scope
SKILL.md instructs running the included Python script and documents the API key lookup (env var or ~/tiktok-api.json). The script reads an image, base64-encodes it, sends it to https://api.dev.runwayml.com, polls for results, and downloads the produced MP4 — behavior consistent with purpose. Concern: it reads a user home config file (~/tiktok-api.json) which was not declared in registry metadata and could contain other secrets; SKILL.md does document this file but the top-level skill metadata omitted it.
Install Mechanism
No install spec (instruction-only plus a script). The Python shebang declares dependencies (requests) but there is no automated install step to ensure them. This is low risk but operationally brittle; the skill does not download or execute code from unknown URLs.
Credentials
The script requires a Runway API key (RUNWAY_API_KEY) or a key in ~/tiktok-api.json, but the skill's registry metadata lists no required environment variables or config paths. That mismatch is a proportion/visibility problem. Also the code posts your image data to api.dev.runwayml.com (a 'dev' subdomain) rather than an obvious production API host — that increases the risk that data could be handled by non-production infrastructure.
Persistence & Privilege
The skill does not request persistent autonomy (always is false), does not alter other skills or system configuration, and writes only the requested output file. No elevated privileges requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-runway-video-gen
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-runway-video-gen 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Generate short product videos from images using Runway Gen4 Turbo. - Converts a product image and motion prompt into a 5s or 10s vertical MP4 video. - Designed for TikTok ads, UGC demos, Reels, and YouTube Shorts. - Reads API key from environment variable or config file. - Documents common quirks, cost per video, and demonstrates MoviePy workaround for frozen frames. - Integrates with downstream TikTok video pipeline for further processing.
元数据
Slug skill-runway-video-gen
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Skill Runway Video Gen 是什么?

Generate short product videos from images using Runway Gen4 Turbo. Use for TikTok ads, UGC-style product demos, Reels, and YouTube Shorts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 479 次。

如何安装 Skill Runway Video Gen?

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

Skill Runway Video Gen 是免费的吗?

是的,Skill Runway Video Gen 完全免费(开源免费),可自由下载、安装和使用。

Skill Runway Video Gen 支持哪些平台?

Skill Runway Video Gen 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Runway Video Gen?

由 Zero2Ai(@zero2ai-hub)开发并维护,当前版本 v1.0.0。

💬 留言讨论