← Back to Skills Marketplace
50
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install revid-script-with-custom-media
Description
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 —...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install revid-script-with-custom-media - After installation, invoke the skill by name or use
/revid-script-with-custom-media - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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 —... It is an AI Agent Skill for Claude Code / OpenClaw, with 50 downloads so far.
How do I install Script + Custom Media?
Run "/install revid-script-with-custom-media" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Script + Custom Media free?
Yes, Script + Custom Media is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Script + Custom Media support?
Script + Custom Media is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Script + Custom Media?
It is built and maintained by api00 (@api00); the current version is v1.0.0.
More Skills