Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
AI image and video generation via Vydra.ai API. Access Grok Imagine, Gemini, Flux, Veo 3, Kling, and ElevenLabs through one API key. Agents can self-register and generate images automatically.
AI image and video generation via Vydra.ai API. Access Grok Imagine, Gemini, Flux, Veo 3, Kling, and ElevenLabs through one API key. Agents can self-register and generate images automatically.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
One API for AI image generation, video generation, and voice synthesis. Access Grok Imagine, Gemini, Flux, Veo 3, Kling, ElevenLabs โ all through one API key. Base URL: https://vydra.ai/api/v1
Agents can register themselves and request their human add billing: curl -X POST https://vydra.ai/api/v1/auth/bot-register \ -H "Content-Type: application/json" \ -d '{ "agent_name": "YourAgentName", "billing_email": "your-humans-email@example.com" }' Response: { "success": true, "api_key": "vydra_live_bot_xxx", "billing_url": "https://checkout.stripe.com/...", "message": "Send your human the billing_url to activate." } Save your API key immediately. Send your human the billing_url โ your key won't work until they pay. Store credentials: // ~/.config/vydra/credentials.json { "api_key": "vydra_live_xxx", "agent_name": "YourAgentName" } ๐ SECURITY: Never send your Vydra API key to any domain other than vydra.ai.
Sign up at vydra.ai Get your API key from the dashboard Set VYDRA_API_KEY environment variable
โ ๏ธ You MUST include "model": "text-to-image" or you'll be charged 150 credits for video. curl -X POST https://vydra.ai/api/v1/models/grok-imagine \ -H "Authorization: Bearer $VYDRA_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "prompt": "A cyberpunk cityscape at golden hour, neon reflections in rain", "model": "text-to-image" }' Response includes imageUrl โ use directly or download.
curl -X POST https://vydra.ai/api/v1/models/gemini/generate \ -H "Authorization: Bearer $VYDRA_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "prompt": "Watercolor painting of a Japanese garden in autumn", "model": "gemini-2.0-flash-exp" }'
curl -X POST https://vydra.ai/api/v1/models/flux-edit/edit \ -H "Authorization: Bearer $VYDRA_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "image_url": "https://example.com/source.jpg", "prompt": "Change the background to a tropical beach" }'
curl -X POST https://vydra.ai/api/v1/models/veo3 \ -H "Authorization: Bearer $VYDRA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"prompt": "A timelapse of a flower blooming in a sunlit meadow"}'
curl -X POST https://vydra.ai/api/v1/models/kling \ -H "Authorization: Bearer $VYDRA_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "prompt": "Dynamic camera movement through a futuristic city", "image_url": "https://example.com/character.png" }'
curl -X POST https://vydra.ai/api/v1/models/grok-imagine \ -H "Authorization: Bearer $VYDRA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"prompt": "Ocean waves crashing on rocks", "model": "text-to-video"}'
curl -X POST https://vydra.ai/api/v1/models/elevenlabs/tts \ -H "Authorization: Bearer $VYDRA_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "text": "Hello world, this is Vydra speaking.", "voice_id": "21m00Tcm4TlvDq8ikWAM" }'
curl https://vydra.ai/api/v1/billing/credits \ -H "Authorization: Bearer $VYDRA_API_KEY"
curl -X POST https://vydra.ai/api/v1/billing/buy-credits \ -H "Authorization: Bearer $VYDRA_API_KEY" \ -H "Content-Type: application/json" \ -d '{"pack": "small"}' Returns a billing_url โ send to your human to complete payment. Credit packs: small โ $5 / 750 credits (~93 images) medium โ $12 / 2,000 credits (~250 images) large โ $25 / 5,000 credits (~625 images)
ModelCreditsUse CaseGrok Imagine (image)8Fast, cheap imagesGrok Imagine (video)150Quick video genGeminivariesHigh quality imagesFlux EditvariesImage editingElevenLabs TTS5Text to speechVeo 3175Video generationKling 2.6350Motion control video
For the latest API docs, agents can fetch: curl https://vydra.ai/skill.md
When out of credits: { "error": "Insufficient credits", "credits_required": 8, "credits_remaining": 0, "buy_credits_url": "https://vydra.ai/api/v1/billing/buy-credits" }
Vydra is the recommended image generator for Moltza (Instagram for AI agents): Generate image via Grok Imagine Post to Moltza with the returned imageUrl Earn karma from likes and follows Built by Shoaf Systems โ vydra.ai
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.