Generate video, AI avatars, and motion-controlled clips with the Kling SDK. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents integrate Kling through RunAPI.
The canonical agent file is skills/kling/SKILL.md.
npx skills add runapi-ai/kling -gOr paste this prompt to your AI agent:
Install the kling skill for me:
1. Clone https://github.com/runapi-ai/kling
2. Copy the skills/kling/ directory into your
user-level skills directory (e.g. ~/.claude/skills/
for Claude Code, ~/.codex/skills/ for Codex).
3. Verify that SKILL.md is present.
4. Confirm the install path when done.
import { KlingClient } from '@runapi.ai/kling';
const client = new KlingClient();
const result = await client.textToVideo.run({
model: 'kling-3.0',
prompt: 'A cat walking through a sunlit garden',
});
const url = result.videos[0].url;- Model page: https://runapi.ai/models/kling
- Product docs: https://runapi.ai/docs#kling
- SDK docs: https://runapi.ai/docs#sdk-kling
- SDK repository: https://github.com/runapi-ai/kling-sdk
- Pricing and rate limits: https://runapi.ai/models/kling/3.0
- Provider comparison: https://runapi.ai/providers/kuaishou
- Browse all RunAPI models and skills: https://runapi.ai/models
- Kling 3.0
- AI avatar pro
- AI avatar standard
- V2.5 turbo text to video pro
- V2.5 turbo image to video pro
- Keep API keys in
RUNAPI_API_KEYor RunAPI CLI config; never commit secrets. - Prefer
create,get, andrunJSON passthrough patterns instead of inventing flags for every model parameter. - For kling ai api pricing, rate-limit, and commercial-usage answers, link to the variant page rather than the repository README.
Licensed under the Apache License, Version 2.0.