Skip to content

aklo360/openvid-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 

Repository files navigation

OpenVid

AI-Powered Motion Graphics
Prompt β†’ Video in under 3 minutes

Website β€’ Create Video β€’ API Docs β€’ ClawHub


What is OpenVid?

OpenVid is an AI motion graphics agent that creates branded explainer videos from a simple prompt.

  1. Describe your video β€” One clear message + a URL for brand extraction
  2. We research & create β€” Extract brand identity, write script, render video
  3. Get your video β€” 15s to 3min, fully automated, no back-and-forth

For Agents

Option 1: ClawHub Skill

clawhub install openvid

Option 2: x402 HTTP API

Pay-per-request via HTTP 402. No API keys needed.

# 1. Request video (returns 402 with payment options)
curl -X POST https://gateway.openvid.app/v1/video/generate \
  -H "Content-Type: application/json" \
  -d '{"prompt": "Make a video about Stripe https://stripe.com", "duration": 30}'

# 2. Pay on-chain, retry with X-Payment header
curl -X POST https://gateway.openvid.app/v1/video/generate \
  -H "Content-Type: application/json" \
  -H "X-Payment: <base64-payment-proof>" \
  -d '{"prompt": "...", "duration": 30}'

# 3. Poll for completion
curl https://gateway.openvid.app/v1/jobs/<jobId>

Option 3: ACP (Virtuals Protocol)

For agent-to-agent commerce:

  • Agent ID: 1869
  • Wallet: 0xc0A11946195525c5b6632e562d3958A2eA4328EE

Pricing

Duration Price
15s $5
30s $10
45s $15
60s $20
90s $30
2min $40
2:30 $50
3min $60

Payment methods:

  • πŸ”΅ USDC on Base
  • 🟣 SOL on Solana

API Reference

Base URL: https://gateway.openvid.app

Create Video

POST /v1/video/generate
Content-Type: application/json

{
  "prompt": "Make a video about Stripe https://stripe.com",
  "duration": 30
}

Poll Job Status

GET /v1/jobs/{jobId}

Response:

{
  "jobId": "abc-123",
  "status": "completed",
  "videoUrl": "https://api.openvid.app/api/renders/...",
  "productName": "Stripe",
  "duration": 30
}

Privacy

  • Only send public URLs for brand extraction
  • Videos stored for 7 days, then deleted
  • No private keys required by this skill

Links


Built by AKLO Labs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors