---
read_when:
    - Plugin をコア npm パッケージに同梱するか、別途インストールするかを判断しています
    - バンドルされたPluginパッケージのメタデータまたはリリース自動化を更新しています
    - 内部 Plugin と外部 Plugin の正規一覧が必要です
summary: コアに同梱、外部公開、またはソースのみで保持されている OpenClaw Plugin の生成済みインベントリ
title: Plugin インベントリ
x-i18n:
    generated_at: "2026-05-10T19:44:52Z"
    model: gpt-5.5
    provider: openai
    source_hash: 1a42c8f230925618eb7c15fd6ea7279694adccd45d8e827bb89dffa13576521d
    source_path: plugins/plugin-inventory.md
    workflow: 16
---

# Plugin インベントリ

このページは `extensions/*/package.json`、`openclaw.plugin.json`、
およびルート npm パッケージの `files` 除外設定から生成されます。次のコマンドで再生成します。

```bash
pnpm plugins:inventory:gen
```

## 定義

- **コア npm パッケージ:** `openclaw` npm パッケージに組み込まれており、別途 Plugin をインストールしなくても利用できます。
- **公式外部パッケージ:** コア npm パッケージから除外され、この公式インベントリに保持され、ClawHub や npm を通じて必要に応じてインストールされる OpenClaw 管理の Plugin です。
- **ソースチェックアウトのみ:** 公開 npm アーティファクトから除外され、インストール可能なパッケージとして案内されないリポジトリローカルの Plugin です。

ソースチェックアウトは npm インストールとは異なります。`pnpm install` の後、バンドル済み
Plugin は `extensions/<id>` から読み込まれるため、ローカル編集とパッケージローカルのワークスペース
依存関係を利用できます。

## Plugin をインストールする

インストールが必要かどうかは **配布形態** 列で判断します。
`included in OpenClaw` と表示されている Plugin は、すでにコアパッケージに含まれています。公式
外部パッケージは一度インストールしてから、Gateway を再起動する必要があります。

たとえば、Discord は公式外部パッケージです。

```bash
openclaw plugins install @openclaw/discord
openclaw gateway restart
openclaw plugins inspect discord --runtime --json
```

ベアパッケージ指定では、まず ClawHub が試行され、その後 npm にフォールバックします。ソースを強制するには、
`clawhub:@openclaw/discord` または `npm:@openclaw/discord` を使用します。インストール後は、
[Discord](/ja-JP/channels/discord) などの Plugin のセットアップドキュメントに従い、認証情報と
チャンネル設定を追加します。更新、アンインストール、公開コマンドについては、
[Plugin を管理する](/ja-JP/plugins/manage-plugins) を参照してください。

## コア npm パッケージ

| Plugin                                                            | 説明                                                                                                                                                                     | 配布                                                                   | サーフェス                                                                                                                                                                                                                                                       |
| ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [alibaba](/ja-JP/plugins/reference/alibaba)                             | 動画生成プロバイダーのサポートを追加します。                                                                                                                             | `@openclaw/alibaba-provider`<br />OpenClaw に含まれる                  | contracts: videoGenerationProviders                                                                                                                                                                                                                              |
| [amazon-bedrock](/ja-JP/plugins/reference/amazon-bedrock)               | Amazon Bedrock モデルプロバイダーのサポートを OpenClaw に追加します。                                                                                                    | `@openclaw/amazon-bedrock-provider`<br />OpenClaw に含まれる           | providers: amazon-bedrock; contracts: memoryEmbeddingProviders                                                                                                                                                                                                   |
| [amazon-bedrock-mantle](/ja-JP/plugins/reference/amazon-bedrock-mantle) | Amazon Bedrock Mantle モデルプロバイダーのサポートを OpenClaw に追加します。                                                                                             | `@openclaw/amazon-bedrock-mantle-provider`<br />OpenClaw に含まれる    | providers: amazon-bedrock-mantle                                                                                                                                                                                                                                 |
| [anthropic](/ja-JP/plugins/reference/anthropic)                         | Anthropic モデルプロバイダーのサポートを OpenClaw に追加します。                                                                                                         | `@openclaw/anthropic-provider`<br />OpenClaw に含まれる                | providers: anthropic; contracts: mediaUnderstandingProviders                                                                                                                                                                                                     |
| [anthropic-vertex](/ja-JP/plugins/reference/anthropic-vertex)           | Anthropic Vertex モデルプロバイダーのサポートを OpenClaw に追加します。                                                                                                  | `@openclaw/anthropic-vertex-provider`<br />OpenClaw に含まれる         | providers: anthropic-vertex                                                                                                                                                                                                                                      |
| [arcee](/ja-JP/plugins/reference/arcee)                                 | Arcee モデルプロバイダーのサポートを OpenClaw に追加します。                                                                                                             | `@openclaw/arcee-provider`<br />OpenClaw に含まれる                    | providers: arcee                                                                                                                                                                                                                                                 |
| [azure-speech](/ja-JP/plugins/reference/azure-speech)                   | Azure AI Speech のテキスト読み上げ（MP3、ネイティブ Ogg/Opus 音声メモ、PCM テレフォニー）。                                                                              | `@openclaw/azure-speech`<br />OpenClaw に含まれる                      | contracts: speechProviders                                                                                                                                                                                                                                       |
| [bonjour](/ja-JP/plugins/reference/bonjour)                             | ローカル OpenClaw Gateway を Bonjour/mDNS 経由でアドバタイズします。                                                                                                     | `@openclaw/bonjour`<br />OpenClaw に含まれる                           | plugin                                                                                                                                                                                                                                                           |
| [browser](/ja-JP/plugins/reference/browser)                             | エージェントから呼び出せるツールを追加します。                                                                                                                           | `@openclaw/browser-plugin`<br />OpenClaw に含まれる                    | contracts: tools; skills                                                                                                                                                                                                                                         |
| [byteplus](/ja-JP/plugins/reference/byteplus)                           | BytePlus、BytePlus Plan モデルプロバイダーのサポートを OpenClaw に追加します。                                                                                          | `@openclaw/byteplus-provider`<br />OpenClaw に含まれる                 | providers: byteplus, byteplus-plan; contracts: videoGenerationProviders                                                                                                                                                                                          |
| [canvas](/ja-JP/plugins/reference/canvas)                               | ペアリングされたノード向けの実験的な Canvas 制御と A2UI レンダリングサーフェス。                                                                                         | `@openclaw/canvas-plugin`<br />OpenClaw に含まれる                     | contracts: tools                                                                                                                                                                                                                                                 |
| [cerebras](/ja-JP/plugins/reference/cerebras)                           | Cerebras モデルプロバイダーのサポートを OpenClaw に追加します。                                                                                                         | `@openclaw/cerebras-provider`<br />OpenClaw に含まれる                 | providers: cerebras                                                                                                                                                                                                                                              |
| [chutes](/ja-JP/plugins/reference/chutes)                               | Chutes モデルプロバイダーのサポートを OpenClaw に追加します。                                                                                                           | `@openclaw/chutes-provider`<br />OpenClaw に含まれる                   | providers: chutes                                                                                                                                                                                                                                                |
| [clickclack](/ja-JP/plugins/reference/clickclack)                       | OpenClaw メッセージの送受信用 Clickclack チャネルサーフェスを追加します。                                                                                               | `@openclaw/clickclack`<br />OpenClaw に含まれる                        | channels: clickclack                                                                                                                                                                                                                                             |
| [cloudflare-ai-gateway](/ja-JP/plugins/reference/cloudflare-ai-gateway) | Cloudflare AI Gateway モデルプロバイダーのサポートを OpenClaw に追加します。                                                                                            | `@openclaw/cloudflare-ai-gateway-provider`<br />OpenClaw に含まれる    | providers: cloudflare-ai-gateway                                                                                                                                                                                                                                 |
| [comfy](/ja-JP/plugins/reference/comfy)                                 | ComfyUI モデルプロバイダーのサポートを OpenClaw に追加します。                                                                                                          | `@openclaw/comfy-provider`<br />OpenClaw に含まれる                    | providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders                                                                                                                                                        |
| [copilot-proxy](/ja-JP/plugins/reference/copilot-proxy)                 | Copilot Proxy モデルプロバイダーのサポートを OpenClaw に追加します。                                                                                                    | `@openclaw/copilot-proxy`<br />OpenClaw に含まれる                     | providers: copilot-proxy                                                                                                                                                                                                                                         |
| [deepgram](/ja-JP/plugins/reference/deepgram)                           | メディア理解プロバイダーのサポートを追加します。リアルタイム文字起こしプロバイダーのサポートを追加します。                                                              | `@openclaw/deepgram-provider`<br />OpenClaw に含まれる                 | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders                                                                                                                                                                                           |
| [deepinfra](/ja-JP/plugins/reference/deepinfra)                         | DeepInfra モデルプロバイダーのサポートを OpenClaw に追加します。                                                                                                        | `@openclaw/deepinfra-provider`<br />OpenClaw に含まれる                | providers: deepinfra; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, speechProviders, videoGenerationProviders                                                                                                      |
| [deepseek](/ja-JP/plugins/reference/deepseek)                           | OpenClaw に DeepSeek モデルプロバイダー対応を追加します。                                                                                                                    | `@openclaw/deepseek-provider`<br />OpenClaw に含まれる              | providers: deepseek                                                                                                                                                                                                                                              |
| [document-extract](/ja-JP/plugins/reference/document-extract)           | ローカルのドキュメント添付ファイルからテキストとフォールバック用のページ画像を抽出します。                                                                                               | `@openclaw/document-extract-plugin`<br />OpenClaw に含まれる        | contracts: documentExtractors                                                                                                                                                                                                                                    |
| [duckduckgo](/ja-JP/plugins/reference/duckduckgo)                       | Web 検索プロバイダー対応を追加します。                                                                                                                                    | `@openclaw/duckduckgo-plugin`<br />OpenClaw に含まれる              | contracts: webSearchProviders                                                                                                                                                                                                                                    |
| [elevenlabs](/ja-JP/plugins/reference/elevenlabs)                       | メディア理解プロバイダー対応を追加します。リアルタイム文字起こしプロバイダー対応を追加します。テキスト読み上げプロバイダー対応を追加します。                                       | `@openclaw/elevenlabs-speech`<br />OpenClaw に含まれる              | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders                                                                                                                                                                          |
| [exa](/ja-JP/plugins/reference/exa)                                     | Web 検索プロバイダー対応を追加します。                                                                                                                                    | `@openclaw/exa-plugin`<br />OpenClaw に含まれる                     | contracts: webSearchProviders                                                                                                                                                                                                                                    |
| [fal](/ja-JP/plugins/reference/fal)                                     | OpenClaw に fal モデルプロバイダー対応を追加します。                                                                                                                         | `@openclaw/fal-provider`<br />OpenClaw に含まれる                   | providers: fal; contracts: imageGenerationProviders, videoGenerationProviders                                                                                                                                                                                    |
| [file-transfer](/ja-JP/plugins/reference/file-transfer)                 | 専用のノードコマンドを介して、ペアリング済みノード上のファイルを取得、一覧表示、書き込みます。最大 16 MB のバイナリに対して node.invoke 経由で base64 を使用することで、bash stdout の切り詰めを回避します。 | `@openclaw/file-transfer`<br />OpenClaw に含まれる                  | contracts: tools                                                                                                                                                                                                                                                 |
| [firecrawl](/ja-JP/plugins/reference/firecrawl)                         | エージェントから呼び出し可能なツールを追加します。Web 取得プロバイダー対応を追加します。Web 検索プロバイダー対応を追加します。                                                                        | `@openclaw/firecrawl-plugin`<br />OpenClaw に含まれる               | contracts: tools, webFetchProviders, webSearchProviders                                                                                                                                                                                                          |
| [fireworks](/ja-JP/plugins/reference/fireworks)                         | OpenClaw に Fireworks モデルプロバイダー対応を追加します。                                                                                                                   | `@openclaw/fireworks-provider`<br />OpenClaw に含まれる             | providers: fireworks                                                                                                                                                                                                                                             |
| [github-copilot](/ja-JP/plugins/reference/github-copilot)               | OpenClaw に GitHub Copilot モデルプロバイダー対応を追加します。                                                                                                              | `@openclaw/github-copilot-provider`<br />OpenClaw に含まれる        | providers: github-copilot; contracts: memoryEmbeddingProviders                                                                                                                                                                                                   |
| [google](/ja-JP/plugins/reference/google)                               | OpenClaw に Google、Google Gemini CLI、Google Vertex モデルプロバイダー対応を追加します。                                                                                    | `@openclaw/google-plugin`<br />OpenClaw に含まれる                  | providers: google, google-gemini-cli, google-vertex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, musicGenerationProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders, webSearchProviders |
| [gradium](/ja-JP/plugins/reference/gradium)                             | テキスト読み上げプロバイダー対応を追加します。                                                                                                                                | `@openclaw/gradium-speech`<br />OpenClaw に含まれる                 | contracts: speechProviders                                                                                                                                                                                                                                       |
| [groq](/ja-JP/plugins/reference/groq)                                   | OpenClaw に Groq モデルプロバイダー対応を追加します。                                                                                                                        | `@openclaw/groq-provider`<br />OpenClaw に含まれる                  | providers: groq; contracts: mediaUnderstandingProviders                                                                                                                                                                                                          |
| [huggingface](/ja-JP/plugins/reference/huggingface)                     | OpenClaw に Hugging Face モデルプロバイダー対応を追加します。                                                                                                                | `@openclaw/huggingface-provider`<br />OpenClaw に含まれる           | providers: huggingface                                                                                                                                                                                                                                           |
| [imessage](/ja-JP/plugins/reference/imessage)                           | OpenClaw メッセージを送受信するための iMessage チャネルサーフェスを追加します。                                                                                       | `@openclaw/imessage`<br />OpenClaw に含まれる                       | channels: imessage                                                                                                                                                                                                                                               |
| [inworld](/ja-JP/plugins/reference/inworld)                             | Inworld ストリーミングテキスト読み上げ（MP3、OGG_OPUS、PCM telephony）。                                                                                                     | `@openclaw/inworld-speech`<br />OpenClaw に含まれる                 | contracts: speechProviders                                                                                                                                                                                                                                       |
| [irc](/ja-JP/plugins/reference/irc)                                     | OpenClaw メッセージを送受信するための IRC チャネルサーフェスを追加します。                                                                                            | `@openclaw/irc`<br />OpenClaw に含まれる                            | channels: irc                                                                                                                                                                                                                                                    |
| [kilocode](/ja-JP/plugins/reference/kilocode)                           | OpenClaw に Kilocode モデルプロバイダー対応を追加します。                                                                                                                    | `@openclaw/kilocode-provider`<br />OpenClaw に含まれる              | providers: kilocode                                                                                                                                                                                                                                              |
| [kimi](/ja-JP/plugins/reference/kimi)                                   | OpenClaw に Kimi、Kimi Coding モデルプロバイダー対応を追加します。                                                                                                           | `@openclaw/kimi-provider`<br />OpenClaw に含まれる                  | providers: kimi, kimi-coding                                                                                                                                                                                                                                     |
| [litellm](/ja-JP/plugins/reference/litellm)                             | OpenClaw に LiteLLM モデルプロバイダー対応を追加します。                                                                                                                     | `@openclaw/litellm-provider`<br />OpenClaw に含まれる               | providers: litellm; contracts: imageGenerationProviders                                                                                                                                                                                                          |
| [llm-task](/ja-JP/plugins/reference/llm-task)                           | ワークフローから呼び出し可能な、構造化タスク用の汎用 JSON 専用 LLM ツール。                                                                                             | `@openclaw/llm-task`<br />OpenClaw に含まれる                       | contracts: tools                                                                                                                                                                                                                                                 |
| [lmstudio](/ja-JP/plugins/reference/lmstudio)                           | OpenClaw に LM Studio モデルプロバイダーのサポートを追加します。                                                                                                                   | `@openclaw/lmstudio-provider`<br />OpenClaw に同梱              | providers: lmstudio; contracts: memoryEmbeddingProviders                                                                                                                                                                                                         |
| [mattermost](/ja-JP/plugins/reference/mattermost)                       | OpenClaw メッセージを送受信するための Mattermost チャンネルサーフェスを追加します。                                                                                     | `@openclaw/mattermost`<br />OpenClaw に同梱                     | channels: mattermost                                                                                                                                                                                                                                             |
| [memory-core](/ja-JP/plugins/reference/memory-core)                     | メモリ埋め込みプロバイダーのサポートを追加します。エージェントから呼び出し可能なツールを追加します。                                                                                                   | `@openclaw/memory-core`<br />OpenClaw に同梱                    | contracts: memoryEmbeddingProviders, tools                                                                                                                                                                                                                       |
| [memory-wiki](/ja-JP/plugins/reference/memory-wiki)                     | OpenClaw 用の永続的な wiki コンパイラーと Obsidian フレンドリーなナレッジボールトです。                                                                                         | `@openclaw/memory-wiki`<br />OpenClaw に同梱                    | contracts: tools; skills                                                                                                                                                                                                                                         |
| [microsoft](/ja-JP/plugins/reference/microsoft)                         | テキスト読み上げプロバイダーのサポートを追加します。                                                                                                                                | `@openclaw/microsoft-speech`<br />OpenClaw に同梱               | contracts: speechProviders                                                                                                                                                                                                                                       |
| [microsoft-foundry](/ja-JP/plugins/reference/microsoft-foundry)         | OpenClaw に Microsoft Foundry モデルプロバイダーのサポートを追加します。                                                                                                           | `@openclaw/microsoft-foundry`<br />OpenClaw に同梱              | providers: microsoft-foundry                                                                                                                                                                                                                                     |
| [migrate-claude](/ja-JP/plugins/reference/migrate-claude)               | Claude Code と Claude Desktop の手順、MCP サーバー、Skills、安全な設定を OpenClaw にインポートします。                                                      | `@openclaw/migrate-claude`<br />OpenClaw に同梱                 | contracts: migrationProviders                                                                                                                                                                                                                                    |
| [migrate-hermes](/ja-JP/plugins/reference/migrate-hermes)               | Hermes の設定、メモリ、Skills、サポート対象の認証情報を OpenClaw にインポートします。                                                                             | `@openclaw/migrate-hermes`<br />OpenClaw に同梱                 | contracts: migrationProviders                                                                                                                                                                                                                                    |
| [minimax](/ja-JP/plugins/reference/minimax)                             | OpenClaw に MiniMax、MiniMax Portal モデルプロバイダーのサポートを追加します。                                                                                                     | `@openclaw/minimax-provider`<br />OpenClaw に同梱               | providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders                                                                    |
| [mistral](/ja-JP/plugins/reference/mistral)                             | OpenClaw に Mistral モデルプロバイダーのサポートを追加します。                                                                                                                     | `@openclaw/mistral-provider`<br />OpenClaw に同梱               | providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders                                                                                                                                             |
| [moonshot](/ja-JP/plugins/reference/moonshot)                           | OpenClaw に Moonshot モデルプロバイダーのサポートを追加します。                                                                                                                    | `@openclaw/moonshot-provider`<br />OpenClaw に同梱              | providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders                                                                                                                                                                                  |
| [nvidia](/ja-JP/plugins/reference/nvidia)                               | OpenClaw に NVIDIA モデルプロバイダーのサポートを追加します。                                                                                                                      | `@openclaw/nvidia-provider`<br />OpenClaw に同梱                | providers: nvidia                                                                                                                                                                                                                                                |
| [oc-path](/ja-JP/plugins/reference/oc-path)                             | `oc://` ワークスペースファイルアドレス指定用の openclaw path CLI を追加します。                                                                                                      | `@openclaw/oc-path`<br />OpenClaw に同梱                        | plugin                                                                                                                                                                                                                                                           |
| [ollama](/ja-JP/plugins/reference/ollama)                               | OpenClaw に Ollama モデルプロバイダーのサポートを追加します。                                                                                                                      | `@openclaw/ollama-provider`<br />OpenClaw に同梱                | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders                                                                                                                                                                                       |
| [open-prose](/ja-JP/plugins/reference/open-prose)                       | `/prose` スラッシュコマンドを備えた OpenProse VM Skills パックです。                                                                                                                 | `@openclaw/open-prose`<br />OpenClaw に同梱                     | skills                                                                                                                                                                                                                                                           |
| [openai](/ja-JP/plugins/reference/openai)                               | OpenClaw に OpenAI、OpenAI Codex モデルプロバイダーのサポートを追加します。                                                                                                        | `@openclaw/openai-provider`<br />OpenClaw に同梱                | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders                                   |
| [opencode](/ja-JP/plugins/reference/opencode)                           | OpenClaw に OpenCode モデルプロバイダーのサポートを追加します。                                                                                                                    | `@openclaw/opencode-provider`<br />OpenClaw に同梱              | providers: opencode; contracts: mediaUnderstandingProviders                                                                                                                                                                                                      |
| [opencode-go](/ja-JP/plugins/reference/opencode-go)                     | OpenClaw に OpenCode Go モデルプロバイダーのサポートを追加します。                                                                                                                 | `@openclaw/opencode-go-provider`<br />OpenClaw に同梱           | providers: opencode-go; contracts: mediaUnderstandingProviders                                                                                                                                                                                                   |
| [openrouter](/ja-JP/plugins/reference/openrouter)                       | OpenClaw に OpenRouter モデルプロバイダーのサポートを追加します。                                                                                                                  | `@openclaw/openrouter-provider`<br />OpenClaw に同梱            | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, speechProviders, videoGenerationProviders                                                                                                                               |
| [openshell](/ja-JP/plugins/reference/openshell)                         | ミラーリングされたローカルワークスペースと SSH ベースのコマンド実行を備えた、OpenShell によるサンドボックスバックエンドです。                                                                 | `@openclaw/openshell-sandbox`<br />OpenClaw に同梱              | plugin                                                                                                                                                                                                                                                           |
| [perplexity](/ja-JP/plugins/reference/perplexity)                       | Web 検索プロバイダーのサポートを追加します。                                                                                                                                    | `@openclaw/perplexity-plugin`<br />OpenClaw に同梱              | contracts: webSearchProviders                                                                                                                                                                                                                                    |
| [qianfan](/ja-JP/plugins/reference/qianfan)                             | OpenClaw に Qianfan モデルプロバイダーのサポートを追加します。                                                                                                                     | `@openclaw/qianfan-provider`<br />OpenClaw に含まれます               | providers: qianfan                                                                                                                                                                                                                                               |
| [qwen](/ja-JP/plugins/reference/qwen)                                   | OpenClaw に Qwen、Qwen Cloud、Model Studio、DashScope モデルプロバイダーのサポートを追加します。                                                                                   | `@openclaw/qwen-provider`<br />OpenClaw に含まれます                  | providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders                                                                                                                                             |
| [runway](/ja-JP/plugins/reference/runway)                               | 動画生成プロバイダーのサポートを追加します。                                                                                                                              | `@openclaw/runway-provider`<br />OpenClaw に含まれます                | contracts: videoGenerationProviders                                                                                                                                                                                                                              |
| [searxng](/ja-JP/plugins/reference/searxng)                             | Web 検索プロバイダーのサポートを追加します。                                                                                                                                    | `@openclaw/searxng-plugin`<br />OpenClaw に含まれます                 | contracts: webSearchProviders                                                                                                                                                                                                                                    |
| [senseaudio](/ja-JP/plugins/reference/senseaudio)                       | メディア理解プロバイダーのサポートを追加します。                                                                                                                           | `@openclaw/senseaudio-provider`<br />OpenClaw に含まれます            | contracts: mediaUnderstandingProviders                                                                                                                                                                                                                           |
| [sglang](/ja-JP/plugins/reference/sglang)                               | OpenClaw に SGLang モデルプロバイダーのサポートを追加します。                                                                                                                      | `@openclaw/sglang-provider`<br />OpenClaw に含まれます                | providers: sglang                                                                                                                                                                                                                                                |
| [signal](/ja-JP/plugins/reference/signal)                               | OpenClaw メッセージを送受信するための Signal チャネルサーフェスを追加します。                                                                                         | `@openclaw/signal`<br />OpenClaw に含まれます                         | channels: signal                                                                                                                                                                                                                                                 |
| [skill-workshop](/ja-JP/plugins/reference/skill-workshop)               | レビュー待ち、安全な書き込み、Skill プロンプト更新により、反復可能なワークフローをワークスペース Skills として記録します。                                                       | `@openclaw/skill-workshop`<br />OpenClaw に含まれます                 | contracts: tools                                                                                                                                                                                                                                                 |
| [slack](/ja-JP/plugins/reference/slack)                                 | OpenClaw メッセージを送受信するための Slack チャネルサーフェスを追加します。                                                                                          | `@openclaw/slack`<br />OpenClaw に含まれます                          | channels: slack                                                                                                                                                                                                                                                  |
| [stepfun](/ja-JP/plugins/reference/stepfun)                             | OpenClaw に StepFun、StepFun Plan モデルプロバイダーのサポートを追加します。                                                                                                       | `@openclaw/stepfun-provider`<br />OpenClaw に含まれます               | providers: stepfun, stepfun-plan                                                                                                                                                                                                                                 |
| [synthetic](/ja-JP/plugins/reference/synthetic)                         | OpenClaw に Synthetic モデルプロバイダーのサポートを追加します。                                                                                                                   | `@openclaw/synthetic-provider`<br />OpenClaw に含まれます             | providers: synthetic                                                                                                                                                                                                                                             |
| [tavily](/ja-JP/plugins/reference/tavily)                               | エージェントから呼び出せるツールを追加します。Web 検索プロバイダーのサポートを追加します。                                                                                                         | `@openclaw/tavily-plugin`<br />OpenClaw に含まれます                  | contracts: tools, webSearchProviders; skills                                                                                                                                                                                                                     |
| [telegram](/ja-JP/plugins/reference/telegram)                           | OpenClaw メッセージを送受信するための Telegram チャネルサーフェスを追加します。                                                                                       | `@openclaw/telegram`<br />OpenClaw に含まれます                       | channels: telegram                                                                                                                                                                                                                                               |
| [tencent](/ja-JP/plugins/reference/tencent)                             | OpenClaw に Tencent TokenHub モデルプロバイダーのサポートを追加します。                                                                                                            | `@openclaw/tencent-provider`<br />OpenClaw に含まれます               | providers: tencent-tokenhub                                                                                                                                                                                                                                      |
| [together](/ja-JP/plugins/reference/together)                           | OpenClaw に Together モデルプロバイダーのサポートを追加します。                                                                                                                    | `@openclaw/together-provider`<br />OpenClaw に含まれます              | providers: together; contracts: videoGenerationProviders                                                                                                                                                                                                         |
| [tokenjuice](/ja-JP/plugins/reference/tokenjuice)                       | tokenjuice reducer で exec と bash ツールの結果を圧縮します。                                                                                                        | `@openclaw/tokenjuice`<br />OpenClaw に含まれます                     | contracts: agentToolResultMiddleware                                                                                                                                                                                                                             |
| [tts-local-cli](/ja-JP/plugins/reference/tts-local-cli)                 | テキスト読み上げプロバイダーのサポートを追加します。                                                                                                                                | `@openclaw/tts-local-cli`<br />OpenClaw に含まれます                  | contracts: speechProviders                                                                                                                                                                                                                                       |
| [venice](/ja-JP/plugins/reference/venice)                               | OpenClaw に Venice モデルプロバイダーのサポートを追加します。                                                                                                                      | `@openclaw/venice-provider`<br />OpenClaw に含まれます                | providers: venice                                                                                                                                                                                                                                                |
| [vercel-ai-gateway](/ja-JP/plugins/reference/vercel-ai-gateway)         | OpenClaw に Vercel AI Gateway モデルプロバイダーのサポートを追加します。                                                                                                           | `@openclaw/vercel-ai-gateway-provider`<br />OpenClaw に含まれます     | providers: vercel-ai-gateway                                                                                                                                                                                                                                     |
| [vllm](/ja-JP/plugins/reference/vllm)                                   | OpenClaw に vLLM モデルプロバイダーのサポートを追加します。                                                                                                                        | `@openclaw/vllm-provider`<br />OpenClaw に含まれます                  | providers: vllm                                                                                                                                                                                                                                                  |
| [volcengine](/ja-JP/plugins/reference/volcengine)                       | OpenClaw に Volcengine、Volcengine Plan モデルプロバイダーのサポートを追加します。                                                                                                 | `@openclaw/volcengine-provider`<br />OpenClaw に含まれます            | providers: volcengine, volcengine-plan; contracts: speechProviders                                                                                                                                                                                               |
| [voyage](/ja-JP/plugins/reference/voyage)                               | メモリ埋め込みプロバイダー対応を追加します。                                                                                                                         | `@openclaw/voyage-provider`<br />OpenClaw に含まれる                 | contracts: memoryEmbeddingProviders                                                                                                                                                                                                                              |
| [vydra](/ja-JP/plugins/reference/vydra)                                 | OpenClaw に Vydra モデルプロバイダー対応を追加します。                                                                                                               | `@openclaw/vydra-provider`<br />OpenClaw に含まれる                  | providers: vydra; contracts: imageGenerationProviders, speechProviders, videoGenerationProviders                                                                                                                                                                 |
| [web-readability](/ja-JP/plugins/reference/web-readability)             | ローカル HTML Web 取得レスポンスから読みやすい記事コンテンツを抽出します。                                                                                            | `@openclaw/web-readability-plugin`<br />OpenClaw に含まれる          | contracts: webContentExtractors                                                                                                                                                                                                                                  |
| [webhooks](/ja-JP/plugins/reference/webhooks)                           | 外部自動化を OpenClaw TaskFlows にバインドする、認証済みの受信 Webhook。                                                                                             | `@openclaw/webhooks`<br />OpenClaw に含まれる                        | plugin                                                                                                                                                                                                                                                           |
| [xai](/ja-JP/plugins/reference/xai)                                     | OpenClaw に xAI モデルプロバイダー対応を追加します。                                                                                                                 | `@openclaw/xai-plugin`<br />OpenClaw に含まれる                      | providers: xai; contracts: imageGenerationProviders, mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders, tools, videoGenerationProviders, webSearchProviders                                                                           |
| [xiaomi](/ja-JP/plugins/reference/xiaomi)                               | OpenClaw に Xiaomi モデルプロバイダー対応を追加します。                                                                                                              | `@openclaw/xiaomi-provider`<br />OpenClaw に含まれる                 | providers: xiaomi; contracts: speechProviders                                                                                                                                                                                                                    |
| [zai](/ja-JP/plugins/reference/zai)                                     | OpenClaw に Z.AI モデルプロバイダー対応を追加します。                                                                                                                | `@openclaw/zai-provider`<br />OpenClaw に含まれる                    | providers: zai; contracts: mediaUnderstandingProviders                                                                                                                                                                                                           |

## 公式外部パッケージ

| Plugin                                                              | 説明                                                                                  | 配布                                                                                             | サーフェス                                                                   |
| ------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- |
| [acpx](/ja-JP/plugins/reference/acpx)                                     | Plugin 所有のセッションとトランスポート管理を備えた埋め込み ACP ランタイムバックエンド。 | `@openclaw/acpx`<br />npm; ClawHub                                                               | skills                                                                       |
| [brave](/ja-JP/plugins/reference/brave)                                   | Web 検索プロバイダーのサポートを追加します。                                           | `@openclaw/brave-plugin`<br />npm; ClawHub                                                       | contracts: webSearchProviders                                                |
| [codex](/ja-JP/plugins/reference/codex)                                   | Codex app-server ハーネスと Codex 管理の GPT モデルカタログ。                          | `@openclaw/codex`<br />npm; ClawHub                                                              | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders |
| [diagnostics-otel](/ja-JP/plugins/reference/diagnostics-otel)             | OpenClaw 診断用 OpenTelemetry エクスポーター。                                         | `@openclaw/diagnostics-otel`<br />npm; ClawHub: `clawhub:@openclaw/diagnostics-otel`             | plugin                                                                       |
| [diagnostics-prometheus](/ja-JP/plugins/reference/diagnostics-prometheus) | OpenClaw 診断用 Prometheus エクスポーター。                                            | `@openclaw/diagnostics-prometheus`<br />npm; ClawHub: `clawhub:@openclaw/diagnostics-prometheus` | plugin                                                                       |
| [diffs](/ja-JP/plugins/reference/diffs)                                   | エージェント向けの読み取り専用 diff ビューアーとファイルレンダラー。                   | `@openclaw/diffs`<br />npm; ClawHub                                                              | contracts: tools; skills                                                     |
| [discord](/ja-JP/plugins/reference/discord)                               | OpenClaw メッセージの送受信用に Discord チャンネルサーフェスを追加します。             | `@openclaw/discord`<br />npm; ClawHub                                                            | channels: discord                                                            |
| [feishu](/ja-JP/plugins/reference/feishu)                                 | OpenClaw メッセージの送受信用に Feishu チャンネルサーフェスを追加します。              | `@openclaw/feishu`<br />npm; ClawHub                                                             | channels: feishu; contracts: tools; skills                                   |
| [google-meet](/ja-JP/plugins/reference/google-meet)                       | Chrome または Twilio トランスポートを通じて Google Meet 通話に参加します。             | `@openclaw/google-meet`<br />npm; ClawHub                                                        | contracts: tools                                                             |
| [googlechat](/ja-JP/plugins/reference/googlechat)                         | OpenClaw メッセージの送受信用に Google Chat チャンネルサーフェスを追加します。         | `@openclaw/googlechat`<br />npm; ClawHub                                                         | channels: googlechat                                                         |
| [line](/ja-JP/plugins/reference/line)                                     | OpenClaw メッセージの送受信用に LINE チャンネルサーフェスを追加します。                | `@openclaw/line`<br />npm; ClawHub                                                               | channels: line                                                               |
| [lobster](/ja-JP/plugins/reference/lobster)                               | 再開可能な承認を備えた型付きワークフローツール。                                       | `@openclaw/lobster`<br />npm; ClawHub                                                            | contracts: tools                                                             |
| [matrix](/ja-JP/plugins/reference/matrix)                                 | OpenClaw メッセージの送受信用に Matrix チャンネルサーフェスを追加します。              | `@openclaw/matrix`<br />ClawHub: `clawhub:@openclaw/matrix`; npm                                 | channels: matrix                                                             |
| [memory-lancedb](/ja-JP/plugins/reference/memory-lancedb)                 | エージェントから呼び出し可能なツールを追加します。                                     | `@openclaw/memory-lancedb`<br />npm; ClawHub                                                     | contracts: tools                                                             |
| [msteams](/ja-JP/plugins/reference/msteams)                               | OpenClaw メッセージの送受信用に Microsoft Teams チャンネルサーフェスを追加します。     | `@openclaw/msteams`<br />npm; ClawHub                                                            | channels: msteams                                                            |
| [nextcloud-talk](/ja-JP/plugins/reference/nextcloud-talk)                 | OpenClaw メッセージの送受信用に Nextcloud Talk チャンネルサーフェスを追加します。      | `@openclaw/nextcloud-talk`<br />npm; ClawHub                                                     | channels: nextcloud-talk                                                     |
| [nostr](/ja-JP/plugins/reference/nostr)                                   | OpenClaw メッセージの送受信用に Nostr チャンネルサーフェスを追加します。               | `@openclaw/nostr`<br />npm; ClawHub                                                              | channels: nostr                                                              |
| [qqbot](/ja-JP/plugins/reference/qqbot)                                   | OpenClaw メッセージの送受信用に QQ Bot チャンネルサーフェスを追加します。              | `@openclaw/qqbot`<br />npm; ClawHub                                                              | channels: qqbot; contracts: tools; skills                                    |
| [synology-chat](/ja-JP/plugins/reference/synology-chat)                   | OpenClaw メッセージの送受信用に Synology Chat チャンネルサーフェスを追加します。       | `@openclaw/synology-chat`<br />npm; ClawHub                                                      | channels: synology-chat                                                      |
| [tlon](/ja-JP/plugins/reference/tlon)                                     | OpenClaw メッセージの送受信用に Tlon チャンネルサーフェスを追加します。                | `@openclaw/tlon`<br />npm; ClawHub                                                               | channels: tlon; contracts: tools; skills                                     |
| [twitch](/ja-JP/plugins/reference/twitch)                                 | OpenClaw メッセージの送受信用に Twitch チャンネルサーフェスを追加します。              | `@openclaw/twitch`<br />npm; ClawHub                                                             | channels: twitch                                                             |
| [voice-call](/ja-JP/plugins/reference/voice-call)                         | エージェントから呼び出し可能なツールを追加します。                                     | `@openclaw/voice-call`<br />npm; ClawHub                                                         | contracts: tools                                                             |
| [whatsapp](/ja-JP/plugins/reference/whatsapp)                             | OpenClaw メッセージの送受信用に WhatsApp チャンネルサーフェスを追加します。            | `@openclaw/whatsapp`<br />npm; ClawHub                                                           | channels: whatsapp                                                           |
| [zalo](/ja-JP/plugins/reference/zalo)                                     | OpenClaw メッセージの送受信用に Zalo チャンネルサーフェスを追加します。                | `@openclaw/zalo`<br />npm; ClawHub                                                               | channels: zalo                                                               |
| [zalouser](/ja-JP/plugins/reference/zalouser)                             | OpenClaw メッセージの送受信用に Zalo Personal チャンネルサーフェスを追加します。       | `@openclaw/zalouser`<br />npm; ClawHub                                                           | channels: zalouser; contracts: tools                                         |

## ソースチェックアウトのみ

| Plugin                                      | 説明                                                                 | 配布                                             | サーフェス           |
| ------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------ | -------------------- |
| [qa-channel](/ja-JP/plugins/reference/qa-channel) | OpenClaw メッセージの送受信用に QA Channel サーフェスを追加します。 | `@openclaw/qa-channel`<br />ソースチェックアウトのみ | channels: qa-channel |
| [qa-lab](/ja-JP/plugins/reference/qa-lab)         | 非公開デバッガー UI とシナリオランナーを備えた OpenClaw QA lab Plugin。 | `@openclaw/qa-lab`<br />ソースチェックアウトのみ     | plugin               |
| [qa-matrix](/ja-JP/plugins/reference/qa-matrix)   | Matrix QA トランスポートランナーと基盤。                             | `@openclaw/qa-matrix`<br />ソースチェックアウトのみ  | plugin               |
