AI モデル skills を任意のエージェントにインストール。
1 つの skill にインストール、ドキュメント、ツール呼び出しを同梱。Claude Code、Codex CLI、Gemini CLI、npm/pip から利用できます。
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/<model> -g
Install the <model> skill for me: 1. Clone https://github.com/runapi-ai/<model> 2. Copy the skills/<model>/ 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.
RunAPI は 18 プロバイダーの 31 マルチモーダルモデルを集約し、それぞれを CLI でインストール可能な skill として提供します。1 つのキーでカタログ全体を利用でき、1 つの schema が全 runtime で動きます。
- 全プロバイダー共通の API キー
- 送信前に検証される schema-first ツール呼び出し
- 呼び出し単位の従量課金、契約不要
- Claude Code、Codex、Cursor、Gemini CLI など 50+ エージェント対応
すべての skills を見る
モダリティで絞り込むか、プロバイダーへ移動します。
skill は単なる binding ではなく、ドキュメント、schema、インストールを 1 つにしたものです。
1 回のインストールで全エージェントに対応
runtime を選んでコマンドを貼るだけで、エージェントが docs、schema、adapter を読み込みます。
Schema-first ツール呼び出し
各 skill は型付き JSON schema を同梱。誤ったリクエストは本番に届く前に止まります。
予測しやすいコストとレイテンシ
呼び出しまたは単位ごとの料金を事前に確認できます。
1 コマンドで、すべてのエージェントへ。
Claude Code、Codex、Gemini CLI、Cursor、50+ エージェントで動作します。
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/<model> -g
Install the <model> skill for me: 1. Clone https://github.com/runapi-ai/<model> 2. Copy the skills/<model>/ 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.
呼び出した分だけ支払い。
Video generation — text-to-video, image-to-video, extend, upscale.
Image generation and editing — text-to-image, remix, upscale.
Music, speech synthesis, sound effects, and audio processing.
ドキュメントからの簡潔な回答。
モデル skill とは具体的に何ですか?
skill は、対応 CLI 向けにインストール、schema、prompt、runtime adapter をまとめたパッケージです。
現在どの CLI に対応していますか?
Claude Code、Codex、Gemini CLI、Cursor など 50+ エージェントで動作します。
プロバイダーごとに別アカウントが必要ですか?
いいえ。1つの RunAPI key でカタログ全体を利用でき、請求も統合されます。
料金はどのように請求されますか?
呼び出しまたは単位ごとの従量課金で、月次 USD 請求です。失敗した生成は課金されません。
SDK をセルフホストできますか?
npm、pip、RubyGems の SDK パッケージは MIT ライセンスです。
壊れた skill はどこに報告しますか?
公開 GitHub リポジトリで issue を作成してください。