← Back to Skills Marketplace
🔌

sdk

by RunAPI · GitHub ↗ · v0.2.4 · MIT-0
cross-platform ⚠ pending
35
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install runapi-sdk
Description
Choose RunAPI SDK packages for application developers building web apps, backends, workers, or libraries. Use when the user asks to integrate RunAPI into cod...
README (SKILL.md)

RunAPI SDK selection

Use this skill to help an application developer pick and wire up RunAPI SDK packages for JavaScript, Ruby, or Go.

When NOT to use this skill

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 (the runapi-cli skill) or the relevant model skill instead — not an SDK.

Reach for an SDK only when building a web app, backend, worker, library, or production codebase that calls RunAPI from its own code.

Core SDK vs model SDKs

  • Core SDK — shared client primitives (auth, HTTP, polling, errors). Install it transitively via a model SDK; depend on it directly only for custom clients.
    • JavaScript / TypeScript: @runapi.ai/core
    • Ruby: runapi-core
    • Go: github.com/runapi-ai/core-sdk/go
  • Model SDKs — one typed package per model line, built on the core SDK.
    • JavaScript / TypeScript: @runapi.ai/\x3Cmodel> (e.g. @runapi.ai/suno)
    • Ruby: runapi-\x3Cmodel> (e.g. runapi-suno)
    • Go: github.com/runapi-ai/\x3Cmodel>-sdk/go

Install only the model SDKs an application actually uses; each pulls the core SDK as a dependency.

Authentication

Keep the RunAPI API key in RUNAPI_API_KEY (or pass it to the client constructor); never commit secrets.

References

Capability Tags
requires-sensitive-credentials
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install runapi-sdk
  3. After installation, invoke the skill by name or use /runapi-sdk
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.4
Agent-facing CLI-first redesign
Metadata
Slug runapi-sdk
Version 0.2.4
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is sdk?

Choose RunAPI SDK packages for application developers building web apps, backends, workers, or libraries. Use when the user asks to integrate RunAPI into cod... It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.

How do I install sdk?

Run "/install runapi-sdk" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is sdk free?

Yes, sdk is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does sdk support?

sdk is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created sdk?

It is built and maintained by RunAPI (@runapi-ai); the current version is v0.2.4.

💬 Comments