← 返回 Skills 市场
50
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install revid-script-with-custom-media
功能描述
Render a video from a script using only the media assets the caller provides (no stock visuals). Use for branded content where every frame must be on-brand —...
安全使用建议
This skill is coherent with its stated purpose, but before installing: 1) Confirm you trust revid.ai — the skill sends your media URLs and the API key to https://www.revid.ai. 2) Keep your REVID_API_KEY secret and scoped as tightly as possible; rotate it if leaked. 3) Ensure provided media URLs are publicly reachable (signed URLs are OK but must not expire mid-render). 4) The example run.sh requires curl and jq — make sure those are available or adapt the script. 5) If you require stricter privacy, avoid sending links to private buckets or PII in the payload. 6) Verify the two "useOnlyProvided" flags are set (as the SKILL.md recommends) to prevent stock content from being added. If you want further assurance, review Revid's privacy/processing policy or test with non-sensitive media first.
功能分析
Type: OpenClaw Skill
Name: revid-script-with-custom-media
Version: 1.0.0
The skill bundle provides a legitimate integration with the Revid.ai API for video generation using user-provided media. The instructions in SKILL.md and the example script examples/run.sh follow standard API interaction patterns, using curl to communicate with the official revid.ai domain without any signs of data exfiltration, malicious execution, or prompt injection.
能力标签
能力评估
Purpose & Capability
The skill is a thin integration with Revid's render API and declares the single required config REVID_API_KEY. The example scripts and SKILL.md show only calls to revid.ai and handling of provided media URLs, which matches the description.
Instruction Scope
Runtime instructions are limited to validating provided asset URLs, POSTing a render request to Revid, and polling status. They do not instruct reading unrelated local files or exfiltrating other secrets. The SKILL.md explicitly enforces flags that prevent stock fill to satisfy the "only provided media" requirement.
Install Mechanism
No install spec (instruction-only) — lowest risk. Minor note: the provided example run.sh uses curl and jq but the skill metadata does not declare required binaries; users should ensure those tools are available in their environment.
Credentials
Only REVID_API_KEY is required, which is appropriate for a service that calls Revid's API. No unrelated credentials or broad environment access are requested.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills/settings. Autonomous model invocation is allowed (platform default) but is not combined with broad privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install revid-script-with-custom-media - 安装完成后,直接呼叫该 Skill 的名称或使用
/revid-script-with-custom-media触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Render branded videos using only user-provided media assets.
- Requires script text and at least 3 public media asset URLs (image/video/audio).
- Ensures no stock visuals are used by setting both `media.useOnlyProvided: true` and `options.useOnlyProvidedMedia: true`.
- Suitable for cases where every frame must reflect brand visuals.
- Step-by-step instructions, failure modes, and API template included.
- Fallback to [`revid-script-to-video`] skill if stock/fill visuals are desired.
元数据
常见问题
Script + Custom Media 是什么?
Render a video from a script using only the media assets the caller provides (no stock visuals). Use for branded content where every frame must be on-brand —... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。
如何安装 Script + Custom Media?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install revid-script-with-custom-media」即可一键安装,无需额外配置。
Script + Custom Media 是免费的吗?
是的,Script + Custom Media 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Script + Custom Media 支持哪些平台?
Script + Custom Media 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Script + Custom Media?
由 api00(@api00)开发并维护,当前版本 v1.0.0。
推荐 Skills