← 返回 Skills 市场
55
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install revid-prompt-to-video
功能描述
Turn a one-line idea into a full short video — Revid writes the script, picks visuals, and assembles the cut. Use when the user has a topic but no script.
安全使用建议
This skill appears to do exactly what it says: call Revid's public API to render videos and poll status. Before installing, 1) confirm you trust https://www.revid.ai and that the REVID_API_KEY you provide has the minimal needed permissions; 2) avoid sending sensitive/private prompts or PII to the service (the API call will transmit the prompt and other render metadata to Revid); 3) if you plan to use the example script, ensure curl and jq are available and inspect the script (it requires REVID_API_KEY in the environment); and 4) review Revid's privacy/retention policy if your inputs include customer data or proprietary content.
功能分析
Type: OpenClaw Skill
Name: revid-prompt-to-video
Version: 1.2.0
The skill provides a standard interface for interacting with the Revid.ai API to generate videos from text prompts. The documentation (SKILL.md) and example script (examples/run.sh) correctly implement the API's render and status polling workflow using the provided REVID_API_KEY, with no evidence of malicious behavior, data exfiltration, or prompt injection.
能力标签
能力评估
Purpose & Capability
Name/description map directly to calling Revid's API to render videos. The declared config key REVID_API_KEY matches the API usage in SKILL.md and example code.
Instruction Scope
SKILL.md instructs POST /api/public/v3/render and polling /status on https://www.revid.ai and only references REVID_API_KEY. This stays within the expected scope. Note: the shipped example script uses curl and jq (network calls and local JSON manipulation); those binaries are not declared as required in registry metadata — the examples assume them but the skill itself is instruction-only.
Install Mechanism
No install spec — instruction-only. Nothing is downloaded or written to disk by the skill itself, which minimizes install-time risk.
Credentials
Only a single service credential (REVID_API_KEY) is required, which is proportional to the stated purpose. No unrelated secrets or broad system paths are requested.
Persistence & Privilege
always:false and default invocation settings are used. The skill does not request permanent system presence or privileges beyond calling the external API.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install revid-prompt-to-video - 安装完成后,直接呼叫该 Skill 的名称或使用
/revid-prompt-to-video触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
- Improved documentation for easier use and troubleshooting
- Clarified when to use this skill versus other related video skills
- Detailed required and optional input fields
- Added practical examples and common failure modes with solutions
- Improved API call template and response flow overview
元数据
常见问题
Prompt to Video 是什么?
Turn a one-line idea into a full short video — Revid writes the script, picks visuals, and assembles the cut. Use when the user has a topic but no script. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 55 次。
如何安装 Prompt to Video?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install revid-prompt-to-video」即可一键安装,无需额外配置。
Prompt to Video 是免费的吗?
是的,Prompt to Video 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Prompt to Video 支持哪些平台?
Prompt to Video 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Prompt to Video?
由 api00(@api00)开发并维护,当前版本 v1.2.0。
推荐 Skills