⚠ Status: v0.1 skeletons — requires verification before production use. The pack's shape (setup → per-medium skill → pipeline → cost) is solid, but specific endpoint URLs, model identifiers, API request shapes, and all pricing numbers are educated guesses — not pulled from kie.ai's actual docs. Each SKILL.md ends with a Verification Status block detailing what's confirmed vs what's guessed. The author's first pass should verify every API call against kie.ai's live documentation.
Claude Code skills for automating AI-generated media pipelines — video, image, voice — primarily via kie.ai, a unified API aggregator for models like Veo 3, Nano Banana, Flux, ElevenLabs, and others.
Who this is for: founders who need to generate marketing video, product images, voiceovers, and social-ready assets at scale, without juggling five API dashboards.
npx @orbweva/academy@latest --track accelerator --pack ai-mediaOr manually:
git clone --depth 1 https://github.com/ORBWEVA/ai-media-pack.git /tmp/ai-media-pack
cp -r /tmp/ai-media-pack/skills/* ~/.claude/skills/| Command | What it does |
|---|---|
/ai-media:setup |
Wire kie.ai into your project — API key in .env, model selection, sanity test call |
/ai-media:video |
Video generation via Veo 3 — prompt → script → clip → variations |
/ai-media:image |
Image generation via Nano Banana / Flux — batch runs, brand-consistent prompts |
/ai-media:voice |
TTS / voice cloning via kie.ai voice models |
/ai-media:pipeline |
End-to-end n8n pipeline: trigger → generate → post-process → publish |
/ai-media:cost |
Cost estimate before committing to a batch generation |
- One API, many models — Veo 3, Nano Banana, Flux, Imagen, Sora, ElevenLabs, etc. Swap models without rewriting code.
- Unified billing — one invoice, one budget, no rate-limit juggling
- Beta access — kie.ai often fronts new models faster than individual providers open their APIs
If you prefer direct provider APIs, the skill workflows work the same way — just change the base URL and auth header.
CC BY-NC-SA 4.0. © 2026 ORBWEVA.