Generate branded 15-180 second HD motion graphics explainer videos by providing a prompt with brand info and URL via OpenVid on Base network.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install openvid或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install openvid⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/openvid/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
AI motion graphics video generation service. Send a prompt + URL, receive a branded explainer video.
Pricing: $5–$20 with volume discounts (15s, 30s, 60s, 90s)
This is a SERVICE skill — it calls an external API. No code execution, no local files modified.
---
---
This skill uses the x402 HTTP payment protocol — a standard for pay-per-call APIs.
X-Payment header containing the signed transactionjobId, you poll until completeYour agent's wallet signs payments, not this skill.
The skill only documents the API. Payment signing is handled by:
@x402/fetch, @x402/client)No private keys are needed or requested by this skill.
---
Gateway: https://gateway.openvid.app
POST /v1/video/generate
Content-Type: application/json
{
"prompt": "Make a video about Stripe https://stripe.com",
"duration": 30
}
First response (402 Payment Required):
{
"error": "Payment Required",
"price": "$10",
"duration": 30,
"options": {
"baseUsdc": {
"network": "eip155:8453",
"asset": "USDC",
"amount": "10000000",
"payTo": "0xc0A11946195525c5b6632e562d3958A2eA4328EE"
},
"solanaSol": {
"network": "solana:mainnet",
"asset": "SOL",
"amount": "116000000",
"payTo": "DzQB5aqnq8myCGm166v6AfWkJ4fsEq9HdWqhFLX6LQfi"
}
}
}
After payment, retry with X-Payment header:
POST /v1/video/generate
Content-Type: application/json
X-Payment: <base64-encoded-payment-proof>
{
"prompt": "Make a video about Stripe https://stripe.com",
"duration": 30
}
Success response:
{
"jobId": "abc-123",
"status": "processing",
"pollUrl": "https://gateway.openvid.app/v1/jobs/abc-123"
}
GET /v1/jobs/{jobId}
Response (completed):
{
"jobId": "abc-123",
"status": "completed",
"videoUrl": "https://api.openvid.app/api/renders/...",
"productName": "Stripe",
"duration": 30
}
---
| Duration | Price | |----------|-------| | 15s | $5 | | 30s | $10 | | 60s | $15 | | 90s | $20 |
---
For agent-to-agent commerce via Virtuals Protocol:
18690xc0A11946195525c5b6632e562d3958A2eA4328EE---
安装 OpenVid 后,可以对 AI 说这些话来触发它
Help me get started with OpenVid
Explains what OpenVid does, walks through the setup, and runs a quick demo based on your current project
Use OpenVid to generate branded 15-180 second HD motion graphics explainer videos ...
Invokes OpenVid with the right parameters and returns the result directly in the conversation
What can I do with OpenVid in my design & creative workflow?
Lists the top use cases for OpenVid, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/openvid/ 目录(个人级,所有项目可用),或 .claude/skills/openvid/(项目级)。重启 AI 客户端后,用 /openvid 主动调用,或让 AI 根据上下文自动发现并使用。
OpenVid 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
OpenVid 可免费安装使用。请查阅仓库了解许可证信息。
Generate branded 15-180 second HD motion graphics explainer videos by providing a prompt with brand info and URL via OpenVid on Base network.
OpenVid 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using OpenVid
Identifies repetitive steps in your workflow and sets up OpenVid to handle them automatically