← Back to Skills Marketplace
api00

Revid API Foundations

by api00 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
54
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install revid-api-foundations
Description
Foundation knowledge for every Revid skill — auth, the single render endpoint, the workflow discriminator, polling, webhooks, and the response envelope. Load...
Usage Guidance
This skill is an instruction-only Revid API reference and appears coherent: it only needs a single REVID_API_KEY and documents how to call /render and poll /status. Before installing, confirm the skill's provenance (no homepage/source listed) and that you trust the owner. Protect the REVID_API_KEY: use a key with minimal scope or a dedicated account, rotate it if possible, and avoid exposing it to untrusted agents. If you expect high-volume or unattended renders, prefer setting webhookUrl (recommended in the doc) to avoid continuous polling, and monitor usage/charges. Finally, if you are uncomfortable with autonomous agent actions, restrict the agent's permissions or require manual invocation for operations that will use your API key.
Capability Analysis
Type: OpenClaw Skill Name: revid-api-foundations Version: 1.0.1 The skill bundle provides foundational documentation and usage instructions for the Revid.ai API, covering authentication, endpoints, and workflow mapping. It contains no executable code, malicious instructions, or evidence of data exfiltration, and its behavior is strictly aligned with its stated purpose of facilitating video generation via a legitimate third-party service (revid.ai).
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name and description claim to provide foundational Revid API guidance and the SKILL.md only requires a single Revid API key and documents the /render and /status endpoints — these requirements are consistent with the stated purpose.
Instruction Scope
The instructions describe HTTP calls, the required header (key: $REVID_API_KEY), response handling, polling, webhook usage, and failure modes. They do not ask the agent to read unrelated files or secrets. Note: the polling guidance implies frequent outbound requests (every 5–8s) which may be costly or noisy if run unattended.
Install Mechanism
There is no install spec and no code files — this is instruction-only, so nothing will be written to disk by an installer.
Credentials
The only credential/config required is REVID_API_KEY (declared in the skill metadata and used in instructions). That is proportional to a skill that calls Revid's API; no unrelated secrets or multiple credentials are requested.
Persistence & Privilege
always:false and default autonomous invocation are set. The skill does not request permanent presence or system-wide changes. Autonomous invocation is the platform default and not by itself a concern.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install revid-api-foundations
  3. After installation, invoke the skill by name or use /revid-api-foundations
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix: follow 307 redirect in polling examples
v1.0.0
Initial release of revid-api-foundations: foundational knowledge for all Revid skills. - Documents authentication, single render endpoint, polling vs. webhooks, and response envelope. - Outlines all 9 supported workflows and their required input fields. - Details recommended request fields (`aspectRatio`, `voice`, `captions`, etc.) for skill builders. - Provides usage patterns, error handling, and polling strategies. - Explains how to interpret API responses and address common failure modes.
Metadata
Slug revid-api-foundations
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Revid API Foundations?

Foundation knowledge for every Revid skill — auth, the single render endpoint, the workflow discriminator, polling, webhooks, and the response envelope. Load... It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.

How do I install Revid API Foundations?

Run "/install revid-api-foundations" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Revid API Foundations free?

Yes, Revid API Foundations is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Revid API Foundations support?

Revid API Foundations is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Revid API Foundations?

It is built and maintained by api00 (@api00); the current version is v1.0.1.

💬 Comments