---
summary: "Generated inventory of Klaw plugins shipped in core, published externally, or kept source-only"
read_when:
  - You are deciding whether a plugin ships in the core npm package or installs separately
  - You are updating bundled plugin package metadata or release automation
  - You need the canonical internal vs external plugin list
title: "Plugin inventory"
---

# Plugin inventory

This page is generated from `extensions/*/package.json`, `klaw.plugin.json`,
and the root npm package `files` exclusions. Regenerate it with:

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

## Definitions

- **Core npm package:** built into the `klaw` npm package and available without a separate plugin install.
- **Official external package:** Klaw-maintained plugin omitted from the core npm package, kept in this official inventory, and installed on demand through ClawHub and/or npm.
- **Source checkout only:** repo-local plugin omitted from published npm artifacts and not advertised as an installable package.

Source checkouts are different from npm installs: after `pnpm install`, bundled
plugins load from `extensions/<id>` so local edits and package-local workspace
dependencies are available.

## Install a plugin

Use the **Distribution** column to decide whether install is needed. Plugins that
say `included in Klaw` are already present in the core package. Official
external packages need one install, then a Gateway restart.

For example, Discord is an official external package:

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

During the launch cutover, ordinary bare package specs still install from npm.
Use `clawhub:@kodelyth/discord` or `npm:@kodelyth/discord` when you need an
explicit source. After install, follow the plugin's setup doc, such as
[Discord](/channels/discord), to add credentials and channel config. See
[Manage plugins](/plugins/manage-plugins) for update, uninstall, and publishing
commands.

## Core npm package

| Plugin                                                            | Description                                                                                                                                                          | Distribution                                                     | Surface                                                                                                                                                                                                                                                          |
| ----------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [admin-http-rpc](/plugins/reference/admin-http-rpc)               | Klaw admin HTTP RPC endpoint.                                                                                                                                        | `@kodelyth/admin-http-rpc`<br />included in Klaw                 | contracts: gatewayMethodDispatch                                                                                                                                                                                                                                 |
| [alibaba](/plugins/reference/alibaba)                             | Adds video generation provider support.                                                                                                                              | `@kodelyth/alibaba-provider`<br />included in Klaw               | contracts: videoGenerationProviders                                                                                                                                                                                                                              |
| [anthropic](/plugins/reference/anthropic)                         | Adds Anthropic model provider support to Klaw.                                                                                                                       | `@kodelyth/anthropic-provider`<br />included in Klaw             | providers: anthropic; contracts: mediaUnderstandingProviders                                                                                                                                                                                                     |
| [arcee](/plugins/reference/arcee)                                 | Adds Arcee model provider support to Klaw.                                                                                                                           | `@kodelyth/arcee-provider`<br />included in Klaw                 | providers: arcee                                                                                                                                                                                                                                                 |
| [azure-speech](/plugins/reference/azure-speech)                   | Azure AI Speech text-to-speech (MP3, native Ogg/Opus voice notes, PCM telephony).                                                                                    | `@kodelyth/azure-speech`<br />included in Klaw                   | contracts: speechProviders                                                                                                                                                                                                                                       |
| [bonjour](/plugins/reference/bonjour)                             | Advertise the local Klaw gateway over Bonjour/mDNS.                                                                                                                  | `@kodelyth/bonjour`<br />included in Klaw                        | plugin                                                                                                                                                                                                                                                           |
| [browser](/plugins/reference/browser)                             | Adds agent-callable tools.                                                                                                                                           | `@kodelyth/browser-plugin`<br />included in Klaw                 | contracts: tools; skills                                                                                                                                                                                                                                         |
| [byteplus](/plugins/reference/byteplus)                           | Adds BytePlus, BytePlus Plan model provider support to Klaw.                                                                                                         | `@kodelyth/byteplus-provider`<br />included in Klaw              | providers: byteplus, byteplus-plan; contracts: videoGenerationProviders                                                                                                                                                                                          |
| [canvas](/plugins/reference/canvas)                               | Experimental Canvas control and A2UI rendering surfaces for paired nodes.                                                                                            | `@kodelyth/canvas-plugin`<br />included in Klaw                  | contracts: tools                                                                                                                                                                                                                                                 |
| [cerebras](/plugins/reference/cerebras)                           | Adds Cerebras model provider support to Klaw.                                                                                                                        | `@kodelyth/cerebras-provider`<br />included in Klaw              | providers: cerebras                                                                                                                                                                                                                                              |
| [chutes](/plugins/reference/chutes)                               | Adds Chutes model provider support to Klaw.                                                                                                                          | `@kodelyth/chutes-provider`<br />included in Klaw                | providers: chutes                                                                                                                                                                                                                                                |
| [clickclack](/plugins/reference/clickclack)                       | Adds the Clickclack channel surface for sending and receiving Klaw messages.                                                                                         | `@kodelyth/clickclack`<br />included in Klaw                     | channels: clickclack                                                                                                                                                                                                                                             |
| [cloudflare-ai-gateway](/plugins/reference/cloudflare-ai-gateway) | Adds Cloudflare AI Gateway model provider support to Klaw.                                                                                                           | `@kodelyth/cloudflare-ai-gateway-provider`<br />included in Klaw | providers: cloudflare-ai-gateway                                                                                                                                                                                                                                 |
| [comfy](/plugins/reference/comfy)                                 | Adds ComfyUI model provider support to Klaw.                                                                                                                         | `@kodelyth/comfy-provider`<br />included in Klaw                 | providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders                                                                                                                                                        |
| [copilot-proxy](/plugins/reference/copilot-proxy)                 | Adds Copilot Proxy model provider support to Klaw.                                                                                                                   | `@kodelyth/copilot-proxy`<br />included in Klaw                  | providers: copilot-proxy                                                                                                                                                                                                                                         |
| [deepgram](/plugins/reference/deepgram)                           | Adds media understanding provider support. Adds realtime transcription provider support.                                                                             | `@kodelyth/deepgram-provider`<br />included in Klaw              | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders                                                                                                                                                                                           |
| [deepinfra](/plugins/reference/deepinfra)                         | Adds DeepInfra model provider support to Klaw.                                                                                                                       | `@kodelyth/deepinfra-provider`<br />included in Klaw             | providers: deepinfra; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, speechProviders, videoGenerationProviders                                                                                                      |
| [deepseek](/plugins/reference/deepseek)                           | Adds DeepSeek model provider support to Klaw.                                                                                                                        | `@kodelyth/deepseek-provider`<br />included in Klaw              | providers: deepseek                                                                                                                                                                                                                                              |
| [document-extract](/plugins/reference/document-extract)           | Extract text and fallback page images from local document attachments.                                                                                               | `@kodelyth/document-extract-plugin`<br />included in Klaw        | contracts: documentExtractors                                                                                                                                                                                                                                    |
| [duckduckgo](/plugins/reference/duckduckgo)                       | Adds web search provider support.                                                                                                                                    | `@kodelyth/duckduckgo-plugin`<br />included in Klaw              | contracts: webSearchProviders                                                                                                                                                                                                                                    |
| [elevenlabs](/plugins/reference/elevenlabs)                       | Adds media understanding provider support. Adds realtime transcription provider support. Adds text-to-speech provider support.                                       | `@kodelyth/elevenlabs-speech`<br />included in Klaw              | contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders                                                                                                                                                                          |
| [exa](/plugins/reference/exa)                                     | Adds web search provider support.                                                                                                                                    | `@kodelyth/exa-plugin`<br />included in Klaw                     | contracts: webSearchProviders                                                                                                                                                                                                                                    |
| [fal](/plugins/reference/fal)                                     | Adds fal model provider support to Klaw.                                                                                                                             | `@kodelyth/fal-provider`<br />included in Klaw                   | providers: fal; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders                                                                                                                                                          |
| [file-transfer](/plugins/reference/file-transfer)                 | Fetch, list, and write files on paired nodes via dedicated node commands. Bypasses bash stdout truncation by using base64 over node.invoke for binaries up to 16 MB. | `@kodelyth/file-transfer`<br />included in Klaw                  | contracts: tools                                                                                                                                                                                                                                                 |
| [firecrawl](/plugins/reference/firecrawl)                         | Adds agent-callable tools. Adds web fetch provider support. Adds web search provider support.                                                                        | `@kodelyth/firecrawl-plugin`<br />included in Klaw               | contracts: tools, webFetchProviders, webSearchProviders                                                                                                                                                                                                          |
| [fireworks](/plugins/reference/fireworks)                         | Adds Fireworks model provider support to Klaw.                                                                                                                       | `@kodelyth/fireworks-provider`<br />included in Klaw             | providers: fireworks                                                                                                                                                                                                                                             |
| [github-copilot](/plugins/reference/github-copilot)               | Adds GitHub Copilot model provider support to Klaw.                                                                                                                  | `@kodelyth/github-copilot-provider`<br />included in Klaw        | providers: github-copilot; contracts: memoryEmbeddingProviders                                                                                                                                                                                                   |
| [google](/plugins/reference/google)                               | Adds Google, Google Gemini CLI, Google Vertex model provider support to Klaw.                                                                                        | `@kodelyth/google-plugin`<br />included in Klaw                  | providers: google, google-gemini-cli, google-vertex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, musicGenerationProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders, webSearchProviders |
| [gradium](/plugins/reference/gradium)                             | Adds text-to-speech provider support.                                                                                                                                | `@kodelyth/gradium-speech`<br />included in Klaw                 | contracts: speechProviders                                                                                                                                                                                                                                       |
| [groq](/plugins/reference/groq)                                   | Adds Groq model provider support to Klaw.                                                                                                                            | `@kodelyth/groq-provider`<br />included in Klaw                  | providers: groq; contracts: mediaUnderstandingProviders                                                                                                                                                                                                          |
| [huggingface](/plugins/reference/huggingface)                     | Adds Hugging Face model provider support to Klaw.                                                                                                                    | `@kodelyth/huggingface-provider`<br />included in Klaw           | providers: huggingface                                                                                                                                                                                                                                           |
| [imessage](/plugins/reference/imessage)                           | Adds the iMessage channel surface for sending and receiving Klaw messages.                                                                                           | `@kodelyth/imessage`<br />included in Klaw                       | channels: imessage                                                                                                                                                                                                                                               |
| [inworld](/plugins/reference/inworld)                             | Inworld streaming text-to-speech (MP3, OGG_OPUS, PCM telephony).                                                                                                     | `@kodelyth/inworld-speech`<br />included in Klaw                 | contracts: speechProviders                                                                                                                                                                                                                                       |
| [irc](/plugins/reference/irc)                                     | Adds the IRC channel surface for sending and receiving Klaw messages.                                                                                                | `@kodelyth/irc`<br />included in Klaw                            | channels: irc                                                                                                                                                                                                                                                    |
| [kilocode](/plugins/reference/kilocode)                           | Adds Kilocode model provider support to Klaw.                                                                                                                        | `@kodelyth/kilocode-provider`<br />included in Klaw              | providers: kilocode                                                                                                                                                                                                                                              |
| [kimi](/plugins/reference/kimi)                                   | Adds Kimi, Kimi Coding model provider support to Klaw.                                                                                                               | `@kodelyth/kimi-provider`<br />included in Klaw                  | providers: kimi, kimi-coding                                                                                                                                                                                                                                     |
| [litellm](/plugins/reference/litellm)                             | Adds LiteLLM model provider support to Klaw.                                                                                                                         | `@kodelyth/litellm-provider`<br />included in Klaw               | providers: litellm; contracts: imageGenerationProviders                                                                                                                                                                                                          |
| [llm-task](/plugins/reference/llm-task)                           | Generic JSON-only LLM tool for structured tasks callable from workflows.                                                                                             | `@kodelyth/llm-task`<br />included in Klaw                       | contracts: tools                                                                                                                                                                                                                                                 |
| [lmstudio](/plugins/reference/lmstudio)                           | Adds LM Studio model provider support to Klaw.                                                                                                                       | `@kodelyth/lmstudio-provider`<br />included in Klaw              | providers: lmstudio; contracts: memoryEmbeddingProviders                                                                                                                                                                                                         |
| [mattermost](/plugins/reference/mattermost)                       | Adds the Mattermost channel surface for sending and receiving Klaw messages.                                                                                         | `@kodelyth/mattermost`<br />included in Klaw                     | channels: mattermost                                                                                                                                                                                                                                             |
| [memory-core](/plugins/reference/memory-core)                     | Adds memory embedding provider support. Adds agent-callable tools.                                                                                                   | `@kodelyth/memory-core`<br />included in Klaw                    | contracts: memoryEmbeddingProviders, tools                                                                                                                                                                                                                       |
| [memory-wiki](/plugins/reference/memory-wiki)                     | Persistent wiki compiler and Obsidian-friendly knowledge vault for Klaw.                                                                                             | `@kodelyth/memory-wiki`<br />included in Klaw                    | contracts: tools; skills                                                                                                                                                                                                                                         |
| [microsoft](/plugins/reference/microsoft)                         | Adds text-to-speech provider support.                                                                                                                                | `@kodelyth/microsoft-speech`<br />included in Klaw               | contracts: speechProviders                                                                                                                                                                                                                                       |
| [microsoft-foundry](/plugins/reference/microsoft-foundry)         | Adds Microsoft Foundry model provider support to Klaw.                                                                                                               | `@kodelyth/microsoft-foundry`<br />included in Klaw              | providers: microsoft-foundry                                                                                                                                                                                                                                     |
| [migrate-claude](/plugins/reference/migrate-claude)               | Imports Claude Code and Claude Desktop instructions, MCP servers, skills, and safe configuration into Klaw.                                                          | `@kodelyth/migrate-claude`<br />included in Klaw                 | contracts: migrationProviders                                                                                                                                                                                                                                    |
| [migrate-hermes](/plugins/reference/migrate-hermes)               | Imports Hermes configuration, memories, skills, and supported credentials into Klaw.                                                                                 | `@kodelyth/migrate-hermes`<br />included in Klaw                 | contracts: migrationProviders                                                                                                                                                                                                                                    |
| [minimax](/plugins/reference/minimax)                             | Adds MiniMax, MiniMax Portal model provider support to Klaw.                                                                                                         | `@kodelyth/minimax-provider`<br />included in Klaw               | providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders                                                                    |
| [mistral](/plugins/reference/mistral)                             | Adds Mistral model provider support to Klaw.                                                                                                                         | `@kodelyth/mistral-provider`<br />included in Klaw               | providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders                                                                                                                                             |
| [moonshot](/plugins/reference/moonshot)                           | Adds Moonshot model provider support to Klaw.                                                                                                                        | `@kodelyth/moonshot-provider`<br />included in Klaw              | providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders                                                                                                                                                                                  |
| [nvidia](/plugins/reference/nvidia)                               | Adds NVIDIA model provider support to Klaw.                                                                                                                          | `@kodelyth/nvidia-provider`<br />included in Klaw                | providers: nvidia                                                                                                                                                                                                                                                |
| [oc-path](/plugins/reference/oc-path)                             | Adds the klaw path CLI for oc:// workspace file addressing.                                                                                                          | `@kodelyth/oc-path`<br />included in Klaw                        | plugin                                                                                                                                                                                                                                                           |
| [ollama](/plugins/reference/ollama)                               | Adds Ollama model provider support to Klaw.                                                                                                                          | `@kodelyth/ollama-provider`<br />included in Klaw                | providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders                                                                                                                                                                                       |
| [open-prose](/plugins/reference/open-prose)                       | OpenProse VM skill pack with a /prose slash command.                                                                                                                 | `@kodelyth/open-prose`<br />included in Klaw                     | skills                                                                                                                                                                                                                                                           |
| [openai](/plugins/reference/openai)                               | Adds OpenAI, OpenAI Codex model provider support to Klaw.                                                                                                            | `@kodelyth/openai-provider`<br />included in Klaw                | providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders                                   |
| [opencode](/plugins/reference/opencode)                           | Adds OpenCode model provider support to Klaw.                                                                                                                        | `@kodelyth/opencode-provider`<br />included in Klaw              | providers: opencode; contracts: mediaUnderstandingProviders                                                                                                                                                                                                      |
| [opencode-go](/plugins/reference/opencode-go)                     | Adds OpenCode Go model provider support to Klaw.                                                                                                                     | `@kodelyth/opencode-go-provider`<br />included in Klaw           | providers: opencode-go; contracts: mediaUnderstandingProviders                                                                                                                                                                                                   |
| [openrouter](/plugins/reference/openrouter)                       | Adds OpenRouter model provider support to Klaw.                                                                                                                      | `@kodelyth/openrouter-provider`<br />included in Klaw            | providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders                                                                                                     |
| [perplexity](/plugins/reference/perplexity)                       | Adds web search provider support.                                                                                                                                    | `@kodelyth/perplexity-plugin`<br />included in Klaw              | contracts: webSearchProviders                                                                                                                                                                                                                                    |
| [qianfan](/plugins/reference/qianfan)                             | Adds Qianfan model provider support to Klaw.                                                                                                                         | `@kodelyth/qianfan-provider`<br />included in Klaw               | providers: qianfan                                                                                                                                                                                                                                               |
| [qwen](/plugins/reference/qwen)                                   | Adds Qwen, Qwen Cloud, Model Studio, DashScope model provider support to Klaw.                                                                                       | `@kodelyth/qwen-provider`<br />included in Klaw                  | providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders                                                                                                                                             |
| [runway](/plugins/reference/runway)                               | Adds video generation provider support.                                                                                                                              | `@kodelyth/runway-provider`<br />included in Klaw                | contracts: videoGenerationProviders                                                                                                                                                                                                                              |
| [searxng](/plugins/reference/searxng)                             | Adds web search provider support.                                                                                                                                    | `@kodelyth/searxng-plugin`<br />included in Klaw                 | contracts: webSearchProviders                                                                                                                                                                                                                                    |
| [senseaudio](/plugins/reference/senseaudio)                       | Adds media understanding provider support.                                                                                                                           | `@kodelyth/senseaudio-provider`<br />included in Klaw            | contracts: mediaUnderstandingProviders                                                                                                                                                                                                                           |
| [sglang](/plugins/reference/sglang)                               | Adds SGLang model provider support to Klaw.                                                                                                                          | `@kodelyth/sglang-provider`<br />included in Klaw                | providers: sglang                                                                                                                                                                                                                                                |
| [signal](/plugins/reference/signal)                               | Adds the Signal channel surface for sending and receiving Klaw messages.                                                                                             | `@kodelyth/signal`<br />included in Klaw                         | channels: signal                                                                                                                                                                                                                                                 |
| [skill-workshop](/plugins/reference/skill-workshop)               | Captures repeatable workflows as workspace skills, with pending review, safe writes, and skill prompt refresh.                                                       | `@kodelyth/skill-workshop`<br />included in Klaw                 | contracts: tools                                                                                                                                                                                                                                                 |
| [stepfun](/plugins/reference/stepfun)                             | Adds StepFun, StepFun Plan model provider support to Klaw.                                                                                                           | `@kodelyth/stepfun-provider`<br />included in Klaw               | providers: stepfun, stepfun-plan                                                                                                                                                                                                                                 |
| [synthetic](/plugins/reference/synthetic)                         | Adds Synthetic model provider support to Klaw.                                                                                                                       | `@kodelyth/synthetic-provider`<br />included in Klaw             | providers: synthetic                                                                                                                                                                                                                                             |
| [tavily](/plugins/reference/tavily)                               | Adds agent-callable tools. Adds web search provider support.                                                                                                         | `@kodelyth/tavily-plugin`<br />included in Klaw                  | contracts: tools, webSearchProviders; skills                                                                                                                                                                                                                     |
| [telegram](/plugins/reference/telegram)                           | Adds the Telegram channel surface for sending and receiving Klaw messages.                                                                                           | `@kodelyth/telegram`<br />included in Klaw                       | channels: telegram                                                                                                                                                                                                                                               |
| [tencent](/plugins/reference/tencent)                             | Adds Tencent TokenHub model provider support to Klaw.                                                                                                                | `@kodelyth/tencent-provider`<br />included in Klaw               | providers: tencent-tokenhub                                                                                                                                                                                                                                      |
| [together](/plugins/reference/together)                           | Adds Together model provider support to Klaw.                                                                                                                        | `@kodelyth/together-provider`<br />included in Klaw              | providers: together; contracts: videoGenerationProviders                                                                                                                                                                                                         |
| [tokenjuice](/plugins/reference/tokenjuice)                       | Compacts exec and bash tool results with tokenjuice reducers.                                                                                                        | `@kodelyth/tokenjuice`<br />included in Klaw                     | contracts: agentToolResultMiddleware                                                                                                                                                                                                                             |
| [tts-local-cli](/plugins/reference/tts-local-cli)                 | Adds text-to-speech provider support.                                                                                                                                | `@kodelyth/tts-local-cli`<br />included in Klaw                  | contracts: speechProviders                                                                                                                                                                                                                                       |
| [venice](/plugins/reference/venice)                               | Adds Venice model provider support to Klaw.                                                                                                                          | `@kodelyth/venice-provider`<br />included in Klaw                | providers: venice                                                                                                                                                                                                                                                |
| [vercel-ai-gateway](/plugins/reference/vercel-ai-gateway)         | Adds Vercel AI Gateway model provider support to Klaw.                                                                                                               | `@kodelyth/vercel-ai-gateway-provider`<br />included in Klaw     | providers: vercel-ai-gateway                                                                                                                                                                                                                                     |
| [vllm](/plugins/reference/vllm)                                   | Adds vLLM model provider support to Klaw.                                                                                                                            | `@kodelyth/vllm-provider`<br />included in Klaw                  | providers: vllm                                                                                                                                                                                                                                                  |
| [volcengine](/plugins/reference/volcengine)                       | Adds Volcengine, Volcengine Plan model provider support to Klaw.                                                                                                     | `@kodelyth/volcengine-provider`<br />included in Klaw            | providers: volcengine, volcengine-plan; contracts: speechProviders                                                                                                                                                                                               |
| [voyage](/plugins/reference/voyage)                               | Adds memory embedding provider support.                                                                                                                              | `@kodelyth/voyage-provider`<br />included in Klaw                | contracts: memoryEmbeddingProviders                                                                                                                                                                                                                              |
| [vydra](/plugins/reference/vydra)                                 | Adds Vydra model provider support to Klaw.                                                                                                                           | `@kodelyth/vydra-provider`<br />included in Klaw                 | providers: vydra; contracts: imageGenerationProviders, speechProviders, videoGenerationProviders                                                                                                                                                                 |
| [web-readability](/plugins/reference/web-readability)             | Extract readable article content from local HTML web fetch responses.                                                                                                | `@kodelyth/web-readability-plugin`<br />included in Klaw         | contracts: webContentExtractors                                                                                                                                                                                                                                  |
| [webhooks](/plugins/reference/webhooks)                           | Authenticated inbound webhooks that bind external automation to Klaw TaskFlows.                                                                                      | `@kodelyth/webhooks`<br />included in Klaw                       | plugin                                                                                                                                                                                                                                                           |
| [xai](/plugins/reference/xai)                                     | Adds xAI model provider support to Klaw.                                                                                                                             | `@kodelyth/xai-plugin`<br />included in Klaw                     | providers: xai; contracts: imageGenerationProviders, mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders, tools, videoGenerationProviders, webSearchProviders                                                                           |
| [xiaomi](/plugins/reference/xiaomi)                               | Adds Xiaomi model provider support to Klaw.                                                                                                                          | `@kodelyth/xiaomi-provider`<br />included in Klaw                | providers: xiaomi; contracts: speechProviders                                                                                                                                                                                                                    |
| [zai](/plugins/reference/zai)                                     | Adds Z.AI model provider support to Klaw.                                                                                                                            | `@kodelyth/zai-provider`<br />included in Klaw                   | providers: zai; contracts: mediaUnderstandingProviders                                                                                                                                                                                                           |

## Official external packages

| Plugin                                                              | Description                                                                                          | Distribution                                                                                     | Surface                                                                      |
| ------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- |
| [acpx](/plugins/reference/acpx)                                     | Embedded ACP runtime backend with plugin-owned session and transport management.                     | `@kodelyth/acpx`<br />npm; ClawHub                                                               | skills                                                                       |
| [amazon-bedrock](/plugins/reference/amazon-bedrock)                 | Adds Amazon Bedrock model provider support to Klaw.                                                  | `@kodelyth/amazon-bedrock-provider`<br />npm; ClawHub                                            | providers: amazon-bedrock; contracts: memoryEmbeddingProviders               |
| [amazon-bedrock-mantle](/plugins/reference/amazon-bedrock-mantle)   | Adds Amazon Bedrock Mantle model provider support to Klaw.                                           | `@kodelyth/amazon-bedrock-mantle-provider`<br />npm; ClawHub                                     | providers: amazon-bedrock-mantle                                             |
| [anthropic-vertex](/plugins/reference/anthropic-vertex)             | Adds Anthropic Vertex model provider support to Klaw.                                                | `@kodelyth/anthropic-vertex-provider`<br />npm; ClawHub                                          | providers: anthropic-vertex                                                  |
| [brave](/plugins/reference/brave)                                   | Adds web search provider support.                                                                    | `@kodelyth/brave-plugin`<br />npm; ClawHub                                                       | contracts: webSearchProviders                                                |
| [codex](/plugins/reference/codex)                                   | Codex app-server harness and Codex-managed GPT model catalog.                                        | `@kodelyth/codex`<br />npm; ClawHub                                                              | providers: codex; contracts: mediaUnderstandingProviders, migrationProviders |
| [diagnostics-otel](/plugins/reference/diagnostics-otel)             | Klaw diagnostics OpenTelemetry exporter.                                                             | `@kodelyth/diagnostics-otel`<br />npm; ClawHub: `clawhub:@kodelyth/diagnostics-otel`             | plugin                                                                       |
| [diagnostics-prometheus](/plugins/reference/diagnostics-prometheus) | Klaw diagnostics Prometheus exporter.                                                                | `@kodelyth/diagnostics-prometheus`<br />npm; ClawHub: `clawhub:@kodelyth/diagnostics-prometheus` | plugin                                                                       |
| [diffs](/plugins/reference/diffs)                                   | Read-only diff viewer and file renderer for agents.                                                  | `@kodelyth/diffs`<br />npm; ClawHub                                                              | contracts: tools; skills                                                     |
| [discord](/plugins/reference/discord)                               | Adds the Discord channel surface for sending and receiving Klaw messages.                            | `@kodelyth/discord`<br />npm; ClawHub                                                            | channels: discord                                                            |
| [feishu](/plugins/reference/feishu)                                 | Adds the Feishu channel surface for sending and receiving Klaw messages.                             | `@kodelyth/feishu`<br />npm; ClawHub                                                             | channels: feishu; contracts: tools; skills                                   |
| [google-meet](/plugins/reference/google-meet)                       | Join Google Meet calls through Chrome or Twilio transports.                                          | `@kodelyth/google-meet`<br />npm; ClawHub                                                        | contracts: tools                                                             |
| [googlechat](/plugins/reference/googlechat)                         | Adds the Google Chat channel surface for sending and receiving Klaw messages.                        | `@kodelyth/googlechat`<br />npm; ClawHub                                                         | channels: googlechat                                                         |
| [line](/plugins/reference/line)                                     | Adds the LINE channel surface for sending and receiving Klaw messages.                               | `@kodelyth/line`<br />npm; ClawHub                                                               | channels: line                                                               |
| [lobster](/plugins/reference/lobster)                               | Typed workflow tool with resumable approvals.                                                        | `@kodelyth/lobster`<br />npm; ClawHub                                                            | contracts: tools                                                             |
| [matrix](/plugins/reference/matrix)                                 | Adds the Matrix channel surface for sending and receiving Klaw messages.                             | `@kodelyth/matrix`<br />ClawHub: `clawhub:@kodelyth/matrix`; npm                                 | channels: matrix                                                             |
| [memory-lancedb](/plugins/reference/memory-lancedb)                 | Adds agent-callable tools.                                                                           | `@kodelyth/memory-lancedb`<br />npm; ClawHub                                                     | contracts: tools                                                             |
| [msteams](/plugins/reference/msteams)                               | Adds the Microsoft Teams channel surface for sending and receiving Klaw messages.                    | `@kodelyth/msteams`<br />npm; ClawHub                                                            | channels: msteams                                                            |
| [nextcloud-talk](/plugins/reference/nextcloud-talk)                 | Adds the Nextcloud Talk channel surface for sending and receiving Klaw messages.                     | `@kodelyth/nextcloud-talk`<br />npm; ClawHub                                                     | channels: nextcloud-talk                                                     |
| [nostr](/plugins/reference/nostr)                                   | Adds the Nostr channel surface for sending and receiving Klaw messages.                              | `@kodelyth/nostr`<br />npm; ClawHub                                                              | channels: nostr                                                              |
| [openshell](/plugins/reference/openshell)                           | Sandbox backend powered by OpenShell with mirrored local workspaces and SSH-based command execution. | `@kodelyth/openshell-sandbox`<br />npm; ClawHub                                                  | plugin                                                                       |
| [qqbot](/plugins/reference/qqbot)                                   | Adds the QQ Bot channel surface for sending and receiving Klaw messages.                             | `@kodelyth/qqbot`<br />npm; ClawHub                                                              | channels: qqbot; contracts: tools; skills                                    |
| [slack](/plugins/reference/slack)                                   | Adds the Slack channel surface for sending and receiving Klaw messages.                              | `@kodelyth/slack`<br />npm; ClawHub                                                              | channels: slack                                                              |
| [synology-chat](/plugins/reference/synology-chat)                   | Adds the Synology Chat channel surface for sending and receiving Klaw messages.                      | `@kodelyth/synology-chat`<br />npm; ClawHub                                                      | channels: synology-chat                                                      |
| [tlon](/plugins/reference/tlon)                                     | Adds the Tlon channel surface for sending and receiving Klaw messages.                               | `@kodelyth/tlon`<br />npm; ClawHub                                                               | channels: tlon; contracts: tools; skills                                     |
| [twitch](/plugins/reference/twitch)                                 | Adds the Twitch channel surface for sending and receiving Klaw messages.                             | `@kodelyth/twitch`<br />npm; ClawHub                                                             | channels: twitch                                                             |
| [voice-call](/plugins/reference/voice-call)                         | Adds agent-callable tools.                                                                           | `@kodelyth/voice-call`<br />npm; ClawHub                                                         | contracts: tools                                                             |
| [whatsapp](/plugins/reference/whatsapp)                             | Adds the WhatsApp channel surface for sending and receiving Klaw messages.                           | `@kodelyth/whatsapp`<br />ClawHub: `clawhub:@kodelyth/whatsapp`; npm                             | channels: whatsapp                                                           |
| [zalo](/plugins/reference/zalo)                                     | Adds the Zalo channel surface for sending and receiving Klaw messages.                               | `@kodelyth/zalo`<br />npm; ClawHub                                                               | channels: zalo                                                               |
| [zalouser](/plugins/reference/zalouser)                             | Adds the Zalo Personal channel surface for sending and receiving Klaw messages.                      | `@kodelyth/zalouser`<br />npm; ClawHub                                                           | channels: zalouser; contracts: tools                                         |

## Source checkout only

| Plugin                                      | Description                                                          | Distribution                                     | Surface              |
| ------------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------ | -------------------- |
| [qa-channel](/plugins/reference/qa-channel) | Adds the QA Channel surface for sending and receiving Klaw messages. | `@kodelyth/qa-channel`<br />source checkout only | channels: qa-channel |
| [qa-lab](/plugins/reference/qa-lab)         | Klaw QA lab plugin with private debugger UI and scenario runner.     | `@kodelyth/qa-lab`<br />source checkout only     | plugin               |
| [qa-matrix](/plugins/reference/qa-matrix)   | Matrix QA transport runner and substrate.                            | `@kodelyth/qa-matrix`<br />source checkout only  | plugin               |
