What is Open Claw?
Open Claw is a gateway-based AI agent platform that lets you chat with AI through a browser-based Control UI, Discord, Slack, and other messaging channels. It supports extensible skills — packaged instructions and tools that teach agents how to perform specific tasks. ClawHub is Open Claw’s public skill registry where you can discover, install, and share skills with the community. The official RawUGC skill is the recommended way to interact with the RawUGC API through Open Claw. Instead of writing code or crafting API calls manually, you tell your agent what you want and the skill handles the rest.View on ClawHub
Get the official RawUGC skill → clawhub.ai/tfcbot/ai-ugc
Why use the skill instead of raw API calls?
| Raw API | Open Claw Skill | |
|---|---|---|
| Setup | Write auth headers, base URLs, polling logic | One install + API key |
| Video generation | Build request payloads, handle async polling | ”Generate a video of a sunset beach” |
| Error handling | Parse RFC 7807 errors, retry logic | Automatic with plain-English feedback |
Setup
1. Get your RawUGC API key
Go to Account Settings and create a new API key. Copy the secret — it’s only shown once.2. Install the RawUGC skill
Install the skill from ClawHub:./skills directory.
3. Configure your API key
Add your API key to Open Claw’s skill configuration in~/.openclaw/openclaw.json:
~/.zshrc or ~/.bashrc):
Available commands
Once installed, you get three slash commands:/rawugc:generate-video
Generate AI videos using any supported model. The agent will ask for your concept, help you pick the right model, confirm credit cost, and poll for completion automatically.
| Model | Type | Credits | Time |
|---|---|---|---|
sora-2-text-to-video | Text to Video | 6 | 1-3 min |
sora-2-image-to-video | Image to Video | 6 | 2-4 min |
veo3 | Text/Image to Video | 6 | 2-4 min |
veo3_fast | Text/Image to Video (fast) | 6 | 1-3 min |
kling-2.6/motion-control | Motion transfer | 18 | 2-5 min |
/rawugc:check-video
Check the status of a generation task. Pass a task ID directly or let the agent show your recent pending tasks.
/rawugc:my-videos
List your recent video generations in a table with status, model, prompt, and result URLs.
Example workflows
Generate a batch of product videos
Keeping the skill updated
Update the RawUGC skill (and all other installed skills) with:When to use the API directly
The Open Claw skill covers the most common workflows, but you may want the REST API directly when:- Building a production integration — embed video generation in your own app or SaaS
- Automating at scale — programmatic batch generation with custom retry logic
- Webhook consumers — receiving completion callbacks in your own backend
- Custom pipelines — chaining video generation with other services
Troubleshooting
”Authentication failed”
Make sureRAWUGC_API_KEY is configured. Check your Open Claw config:

