Choose the right RunAPI model SDK package for JavaScript, Ruby, or Go.
Model SDKs · Agent Skills · Core SDK
Choose and install the right RunAPI model SDK for JavaScript, Ruby, or Go. This skill helps Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents pick the correct SDK package and link to public docs.
The canonical agent file is skills/sdk/SKILL.md.
npx skills add runapi-ai/sdk-skill -gOr paste this prompt to your AI agent:
Install the sdk skill for me:
1. Clone https://github.com/runapi-ai/sdk-skill
2. Copy the skills/sdk/ 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.
Each AI model has its own SDK package. Install the one you need:
npm install @runapi.ai/kling # Kling video generation
npm install @runapi.ai/suno # Suno music generation
npm install @runapi.ai/flux-kontext # Flux Kontext image generation
npm install @runapi.ai/elevenlabs # ElevenLabs audioAll RunAPI model SDKs share @runapi.ai/core for HTTP primitives and error types.
- A user asks which JavaScript, Ruby, or Go RunAPI SDK package to install.
- A user asks why each model has its own model SDK repository.
- An agent needs to route pricing or documentation links without guessing URL shapes.
- SDK docs: https://runapi.ai/docs#runapi-sdks
- Model catalog: https://runapi.ai/models
- Repository: https://github.com/runapi-ai/sdk-skill
Licensed under the Apache License, Version 2.0.