Install
openclaw skills install @runapi-ai/runapi-sdkChoose RunAPI SDK packages for application developers building web apps, backends, workers, or libraries. Use when the user asks to integrate RunAPI into code, pick JavaScript/Python/Ruby/Go/Java/PHP packages, or understand core SDK vs Provider Client packages. Do not use for one-off generation or agent-executed media tasks; use the RunAPI CLI or the relevant model skill instead.
openclaw skills install @runapi-ai/runapi-sdkUse this skill to help an application developer pick and wire up RunAPI SDK packages for JavaScript, Python, Ruby, Go, Java, or PHP.
Choose from the requested deliverable: a one-off artifact or result uses the RunAPI CLI; an app, backend, worker, library, or production code integration uses an SDK.
When the user is integrating RunAPI into an app, backend, worker, library,
Rails service, Node service, Ruby codebase, Go service, webhook pipeline, or
production workflow, start here before CLI/API docs. First confirm the target
language and current Provider Client package, then inspect the package README or
source for install commands, client methods (create, get, run), response
shape, and error classes.
Never shell out to the runapi CLI as the production runtime integration
layer.
Do not use for one-off generation or agent-executed media tasks. If the user just wants an agent to create, edit, transform, or transcribe media once, use the RunAPI CLI skill instead: https://github.com/runapi-ai/cli-skill.
Reach for an SDK only when building a web app, backend, worker, library, or production codebase that calls RunAPI from its own code.
@runapi.ai/corerunapi-corerunapi-coregithub.com/runapi-ai/core-sdk/goai.runapi:runapi-corerunapi-ai/core@runapi.ai/<model> (e.g. @runapi.ai/suno)runapi-<model> (e.g. runapi-suno)runapi-<model> (e.g. runapi-suno)github.com/runapi-ai/<model>-sdk/goai.runapi:runapi-<model> (e.g. ai.runapi:runapi-suno)runapi-ai/<model> (e.g. runapi-ai/suno)Install only the Provider Client packages an application actually uses; each pulls the core SDK as a dependency.
RunAPI-generated file URLs are temporary. Download and store any images, videos, audio, or other generated files in your own durable storage within 7 days; do not treat returned file URLs as long-term assets.
Keep the RunAPI API key in RUNAPI_API_KEY (or pass it to the client
constructor); never commit secrets.