← Back to Skills Marketplace
56
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install revid-shopify-product-promo
Description
Turn a Shopify (or any e-commerce) product page URL into a 30–45 second 9:16 promo video ready for TikTok / Reels / Shorts. Use when the user shares a produc...
Usage Guidance
This skill is coherent and appears to do what it says: it scrapes a public product page and sends the content to Revid (www.revid.ai) using a single API key. Before installing or using it, ensure you: (1) only send public/non-sensitive product URLs — do not use internal or authenticated pages because their content will be transmitted to Revid; (2) treat REVID_API_KEY as a secret (set via environment variable), avoid exposing it in logs or shared scripts, and use a limited-scope or revocable key if available; (3) verify you trust the Revid service and the domain in the skill (www.revid.ai) and consider using webhooks to avoid long polling; and (4) review the provided examples/run.sh to avoid accidental key leakage when sharing examples or CI logs.
Capability Analysis
Type: OpenClaw Skill
Name: revid-shopify-product-promo
Version: 1.2.1
The skill is a legitimate integration for the Revid AI service, designed to convert product URLs into promotional videos. The instructions in SKILL.md and the accompanying shell script (examples/run.sh) follow standard API interaction patterns, including authentication via an API key and status polling from revid.ai. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, SKILL.md and examples all consistently implement a Revid-based workflow that scrapes a product page and posts a render request to https://www.revid.ai using REVID_API_KEY. The requested config (REVID_API_KEY) and network calls are proportionate to the advertised capability.
Instruction Scope
Instructions stay on-task: validate and optionally HEAD the product URL, scrape product fields, POST to Revid's /render endpoint, then poll /status (or use webhook). Note: this necessarily fetches the target product page and transmits scraped content to revid.ai — expected for the feature but a privacy consideration if pages are private or contain PII.
Install Mechanism
No install spec — instruction-only with example scripts. Nothing is downloaded or executed from untrusted URLs; the example uses curl/jq which are standard and not installed by the skill.
Credentials
Only a single config value (REVID_API_KEY) is required and is appropriate for the external API usage. No unrelated credentials, secrets, or system config paths are requested.
Persistence & Privilege
Skill is not force-included (always: false) and uses normal autonomous invocation defaults. It does not request system-wide changes or access to other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install revid-shopify-product-promo - After installation, invoke the skill by name or use
/revid-shopify-product-promo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
Fix: follow 307 redirect in polling examples
v1.2.0
- Shopify/e-commerce product URLs can now be turned into 30–45 second vertical promo videos for TikTok, Reels, or Shorts.
- Automatically extracts product image(s), name, key features, and price.
- Improved scraping prompt to exclude unrelated page content (e.g. footer, navigation).
- Detailed API usage and troubleshooting guidance added.
- Polling and webhook support for video generation status.
- Includes tips for handling storefront scraping issues and customizing video output.
Metadata
Frequently Asked Questions
What is Shopify Product Promo?
Turn a Shopify (or any e-commerce) product page URL into a 30–45 second 9:16 promo video ready for TikTok / Reels / Shorts. Use when the user shares a produc... It is an AI Agent Skill for Claude Code / OpenClaw, with 56 downloads so far.
How do I install Shopify Product Promo?
Run "/install revid-shopify-product-promo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Shopify Product Promo free?
Yes, Shopify Product Promo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Shopify Product Promo support?
Shopify Product Promo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Shopify Product Promo?
It is built and maintained by api00 (@api00); the current version is v1.2.1.
More Skills