← 返回 Skills 市场
🔌

sdk

作者 RunAPI · GitHub ↗ · v0.2.4 · MIT-0
cross-platform ⚠ pending
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install runapi-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...
使用说明 (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

能力标签
requires-sensitive-credentials
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install runapi-sdk
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /runapi-sdk 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.4
Agent-facing CLI-first redesign
元数据
Slug runapi-sdk
版本 0.2.4
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。

如何安装 sdk?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install runapi-sdk」即可一键安装,无需额外配置。

sdk 是免费的吗?

是的,sdk 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

sdk 支持哪些平台?

sdk 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 sdk?

由 RunAPI(@runapi-ai)开发并维护,当前版本 v0.2.4。

💬 留言讨论