← Back to Skills Marketplace
api00

Product Description to Ad

by api00 · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
55
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install revid-product-description-to-ad
Description
Turn a product description (free-form text — no URL needed) into a punchy 15–30 second AI-generated ad with hooks, CTA, and visuals. Use when the user pastes...
Usage Guidance
This skill appears to do what it says: it builds a JSON payload and posts your product description to Revid's public API to render an ad, using a single REVID_API_KEY. Before installing or running it: (1) Be prepared to provide your Revid API key — the key is transmitted in an HTTP header to https://www.revid.ai and should be treated as a secret. (2) The bundled example script uses curl and jq even though the registry metadata lists no required binaries; ensure those tools are present or run equivalent HTTP calls. (3) Only send product text you are comfortable sharing with Revid (no private secrets). (4) Confirm any billing/credit usage with Revid (rendering video may consume paid credits). (5) If you need the skill to be prevented from autonomous use, disable model invocation or avoid granting it automatic invocation in your agent settings. Overall the skill is coherent and proportionate, but verify the API key scope and trustworthiness of revid.ai before supplying credentials.
Capability Analysis
Type: OpenClaw Skill Name: revid-product-description-to-ad Version: 1.0.2 The skill bundle is a standard integration for the Revid.ai video generation service. It contains instructions (SKILL.md), a helper script (run.sh), and sample data (aeropods-ad.json) designed to convert product descriptions into video ads via the Revid API. No malicious behavior, data exfiltration, or suspicious obfuscation was detected.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill claims to convert product descriptions into short ads and its SKILL.md and examples call Revid's /render and /status endpoints using a REVID_API_KEY. That is coherent. Minor inconsistency: the registry metadata lists no required binaries, yet the provided example script uses curl and jq; also the skill metadata declares REVID_API_KEY as a config path while the example uses it as an environment variable.
Instruction Scope
Runtime instructions are narrowly scoped: validate prompt length, build the JSON payload, POST /render, poll /status, and return the video URL. The instructions do not ask the agent to read unrelated system files, other credentials, or transmit data to endpoints other than revid.ai (the behaviour is appropriate for the described purpose).
Install Mechanism
There is no install specification (instruction-only), so nothing is written to disk or downloaded by an installer. This is lower risk. The included example shell script will perform network calls when run but there is no packaged installer or external archive download.
Credentials
The skill only requires a single service credential (REVID_API_KEY), which is appropriate for calling Revid's API. Note: the SKILL metadata lists REVID_API_KEY under config, while the example script expects it as an environment variable; the API key is sent in an HTTP header to revid.ai — so treat it as a sensitive secret. No other unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills or system-wide settings. The skill does permit autonomous invocation by default (disable-model-invocation: false), which is normal for user-invocable skills and not by itself a problem.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install revid-product-description-to-ad
  3. After installation, invoke the skill by name or use /revid-product-description-to-ad
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Fix: follow 307 redirect in polling examples
v1.0.1
- Added detailed usage instructions and step-by-step workflow for turning product descriptions into AI-generated ads. - Clarified required and optional input fields, including support for custom brand voice and media/images. - Included API call template and payload example for easier integration. - Expanded troubleshooting section with common failure modes and suggested fixes. - Added examples and cross-references to related skills for alternative use cases.
Metadata
Slug revid-product-description-to-ad
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Product Description to Ad?

Turn a product description (free-form text — no URL needed) into a punchy 15–30 second AI-generated ad with hooks, CTA, and visuals. Use when the user pastes... It is an AI Agent Skill for Claude Code / OpenClaw, with 55 downloads so far.

How do I install Product Description to Ad?

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

Is Product Description to Ad free?

Yes, Product Description to Ad is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Product Description to Ad support?

Product Description to Ad is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Product Description to Ad?

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

💬 Comments