Plugin inventory

Generated inventory of OpenClaw plugins shipped in core, published externally, or kept source-only

Plugin inventory

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

pnpm plugins:inventory:gen

Definitions

  • Core npm package: built into the openclaw npm package and available without a separate plugin install.
  • Official external package: OpenClaw-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 OpenClaw 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:

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

Bare package specs try ClawHub first, then npm fallback. To force a source, use clawhub:@openclaw/discord or npm:@openclaw/discord. After install, follow the plugin's setup doc, such as [Discord](/docs/openclaw-docs/channels/discord, to add credentials and channel config. See [Manage plugins](/docs/openclaw-docs/plugins/manage-plugins for update, uninstall, and publishing commands.

Core npm package

PluginDescriptionDistributionSurface
[alibaba](/docs/openclaw-docs/plugins/reference/alibabaAdds video generation provider support.@openclaw/alibaba-provider
included in OpenClaw
contracts: videoGenerationProviders
[amazon-bedrock](/docs/openclaw-docs/plugins/reference/amazon-bedrockAdds Amazon Bedrock model provider support to OpenClaw.@openclaw/amazon-bedrock-provider
included in OpenClaw
providers: amazon-bedrock; contracts: memoryEmbeddingProviders
[amazon-bedrock-mantle](/docs/openclaw-docs/plugins/reference/amazon-bedrock-mantleAdds Amazon Bedrock Mantle model provider support to OpenClaw.@openclaw/amazon-bedrock-mantle-provider
included in OpenClaw
providers: amazon-bedrock-mantle
[anthropic](/docs/openclaw-docs/plugins/reference/anthropicAdds Anthropic model provider support to OpenClaw.@openclaw/anthropic-provider
included in OpenClaw
providers: anthropic; contracts: mediaUnderstandingProviders
[anthropic-vertex](/docs/openclaw-docs/plugins/reference/anthropic-vertexAdds Anthropic Vertex model provider support to OpenClaw.@openclaw/anthropic-vertex-provider
included in OpenClaw
providers: anthropic-vertex
[arcee](/docs/openclaw-docs/plugins/reference/arceeAdds Arcee model provider support to OpenClaw.@openclaw/arcee-provider
included in OpenClaw
providers: arcee
[azure-speech](/docs/openclaw-docs/plugins/reference/azure-speechAzure AI Speech text-to-speech (MP3, native Ogg/Opus voice notes, PCM telephony).@openclaw/azure-speech
included in OpenClaw
contracts: speechProviders
[bonjour](/docs/openclaw-docs/plugins/reference/bonjourAdvertise the local OpenClaw gateway over Bonjour/mDNS.@openclaw/bonjour
included in OpenClaw
plugin
[browser](/docs/openclaw-docs/plugins/reference/browserAdds agent-callable tools.@openclaw/browser-plugin
included in OpenClaw
contracts: tools; skills
[byteplus](/docs/openclaw-docs/plugins/reference/byteplusAdds BytePlus, BytePlus Plan model provider support to OpenClaw.@openclaw/byteplus-provider
included in OpenClaw
providers: byteplus, byteplus-plan; contracts: videoGenerationProviders
[canvas](/docs/openclaw-docs/plugins/reference/canvasExperimental Canvas control and A2UI rendering surfaces for paired nodes.@openclaw/canvas-plugin
included in OpenClaw
contracts: tools
[cerebras](/docs/openclaw-docs/plugins/reference/cerebrasAdds Cerebras model provider support to OpenClaw.@openclaw/cerebras-provider
included in OpenClaw
providers: cerebras
[chutes](/docs/openclaw-docs/plugins/reference/chutesAdds Chutes model provider support to OpenClaw.@openclaw/chutes-provider
included in OpenClaw
providers: chutes
[cloudflare-ai-gateway](/docs/openclaw-docs/plugins/reference/cloudflare-ai-gatewayAdds Cloudflare AI Gateway model provider support to OpenClaw.@openclaw/cloudflare-ai-gateway-provider
included in OpenClaw
providers: cloudflare-ai-gateway
[comfy](/docs/openclaw-docs/plugins/reference/comfyAdds ComfyUI model provider support to OpenClaw.@openclaw/comfy-provider
included in OpenClaw
providers: comfy; contracts: imageGenerationProviders, musicGenerationProviders, videoGenerationProviders
[copilot-proxy](/docs/openclaw-docs/plugins/reference/copilot-proxyAdds Copilot Proxy model provider support to OpenClaw.@openclaw/copilot-proxy
included in OpenClaw
providers: copilot-proxy
[deepgram](/docs/openclaw-docs/plugins/reference/deepgramAdds media understanding provider support. Adds realtime transcription provider support.@openclaw/deepgram-provider
included in OpenClaw
contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders
[deepinfra](/docs/openclaw-docs/plugins/reference/deepinfraAdds DeepInfra model provider support to OpenClaw.@openclaw/deepinfra-provider
included in OpenClaw
providers: deepinfra; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, speechProviders, videoGenerationProviders
[deepseek](/docs/openclaw-docs/plugins/reference/deepseekAdds DeepSeek model provider support to OpenClaw.@openclaw/deepseek-provider
included in OpenClaw
providers: deepseek
[document-extract](/docs/openclaw-docs/plugins/reference/document-extractExtract text and fallback page images from local document attachments.@openclaw/document-extract-plugin
included in OpenClaw
contracts: documentExtractors
[duckduckgo](/docs/openclaw-docs/plugins/reference/duckduckgoAdds web search provider support.@openclaw/duckduckgo-plugin
included in OpenClaw
contracts: webSearchProviders
[elevenlabs](/docs/openclaw-docs/plugins/reference/elevenlabsAdds media understanding provider support. Adds realtime transcription provider support. Adds text-to-speech provider support.@openclaw/elevenlabs-speech
included in OpenClaw
contracts: mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders
[exa](/docs/openclaw-docs/plugins/reference/exaAdds web search provider support.@openclaw/exa-plugin
included in OpenClaw
contracts: webSearchProviders
[fal](/docs/openclaw-docs/plugins/reference/falAdds fal model provider support to OpenClaw.@openclaw/fal-provider
included in OpenClaw
providers: fal; contracts: imageGenerationProviders, videoGenerationProviders
[file-transfer](/docs/openclaw-docs/plugins/reference/file-transferFetch, 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.@openclaw/file-transfer
included in OpenClaw
contracts: tools
[firecrawl](/docs/openclaw-docs/plugins/reference/firecrawlAdds agent-callable tools. Adds web fetch provider support. Adds web search provider support.@openclaw/firecrawl-plugin
included in OpenClaw
contracts: tools, webFetchProviders, webSearchProviders
[fireworks](/docs/openclaw-docs/plugins/reference/fireworksAdds Fireworks model provider support to OpenClaw.@openclaw/fireworks-provider
included in OpenClaw
providers: fireworks
[github-copilot](/docs/openclaw-docs/plugins/reference/github-copilotAdds GitHub Copilot model provider support to OpenClaw.@openclaw/github-copilot-provider
included in OpenClaw
providers: github-copilot; contracts: memoryEmbeddingProviders
[google](/docs/openclaw-docs/plugins/reference/googleAdds Google, Google Gemini CLI, Google Vertex model provider support to OpenClaw.@openclaw/google-plugin
included in OpenClaw
providers: google, google-gemini-cli, google-vertex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, musicGenerationProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders, webSearchProviders
[gradium](/docs/openclaw-docs/plugins/reference/gradiumAdds text-to-speech provider support.@openclaw/gradium-speech
included in OpenClaw
contracts: speechProviders
[groq](/docs/openclaw-docs/plugins/reference/groqAdds Groq model provider support to OpenClaw.@openclaw/groq-provider
included in OpenClaw
providers: groq; contracts: mediaUnderstandingProviders
[huggingface](/docs/openclaw-docs/plugins/reference/huggingfaceAdds Hugging Face model provider support to OpenClaw.@openclaw/huggingface-provider
included in OpenClaw
providers: huggingface
[imessage](/docs/openclaw-docs/plugins/reference/imessageAdds the iMessage channel surface for sending and receiving OpenClaw messages.@openclaw/imessage
included in OpenClaw
channels: imessage
[inworld](/docs/openclaw-docs/plugins/reference/inworldInworld streaming text-to-speech (MP3, OGG_OPUS, PCM telephony).@openclaw/inworld-speech
included in OpenClaw
contracts: speechProviders
[irc](/docs/openclaw-docs/plugins/reference/ircAdds the IRC channel surface for sending and receiving OpenClaw messages.@openclaw/irc
included in OpenClaw
channels: irc
[kilocode](/docs/openclaw-docs/plugins/reference/kilocodeAdds Kilocode model provider support to OpenClaw.@openclaw/kilocode-provider
included in OpenClaw
providers: kilocode
[kimi](/docs/openclaw-docs/plugins/reference/kimiAdds Kimi, Kimi Coding model provider support to OpenClaw.@openclaw/kimi-provider
included in OpenClaw
providers: kimi, kimi-coding
[litellm](/docs/openclaw-docs/plugins/reference/litellmAdds LiteLLM model provider support to OpenClaw.@openclaw/litellm-provider
included in OpenClaw
providers: litellm; contracts: imageGenerationProviders
[llm-task](/docs/openclaw-docs/plugins/reference/llm-taskGeneric JSON-only LLM tool for structured tasks callable from workflows.@openclaw/llm-task
included in OpenClaw
contracts: tools
[lmstudio](/docs/openclaw-docs/plugins/reference/lmstudioAdds LM Studio model provider support to OpenClaw.@openclaw/lmstudio-provider
included in OpenClaw
providers: lmstudio; contracts: memoryEmbeddingProviders
[mattermost](/docs/openclaw-docs/plugins/reference/mattermostAdds the Mattermost channel surface for sending and receiving OpenClaw messages.@openclaw/mattermost
included in OpenClaw
channels: mattermost
[memory-core](/docs/openclaw-docs/plugins/reference/memory-coreAdds memory embedding provider support. Adds agent-callable tools.@openclaw/memory-core
included in OpenClaw
contracts: memoryEmbeddingProviders, tools
[memory-wiki](/docs/openclaw-docs/plugins/reference/memory-wikiPersistent wiki compiler and Obsidian-friendly knowledge vault for OpenClaw.@openclaw/memory-wiki
included in OpenClaw
contracts: tools; skills
[microsoft](/docs/openclaw-docs/plugins/reference/microsoftAdds text-to-speech provider support.@openclaw/microsoft-speech
included in OpenClaw
contracts: speechProviders
[microsoft-foundry](/docs/openclaw-docs/plugins/reference/microsoft-foundryAdds Microsoft Foundry model provider support to OpenClaw.@openclaw/microsoft-foundry
included in OpenClaw
providers: microsoft-foundry
[migrate-claude](/docs/openclaw-docs/plugins/reference/migrate-claudeImports Claude Code and Claude Desktop instructions, MCP servers, skills, and safe configuration into OpenClaw.@openclaw/migrate-claude
included in OpenClaw
contracts: migrationProviders
[migrate-hermes](/docs/openclaw-docs/plugins/reference/migrate-hermesImports Hermes configuration, memories, skills, and supported credentials into OpenClaw.@openclaw/migrate-hermes
included in OpenClaw
contracts: migrationProviders
[minimax](/docs/openclaw-docs/plugins/reference/minimaxAdds MiniMax, MiniMax Portal model provider support to OpenClaw.@openclaw/minimax-provider
included in OpenClaw
providers: minimax, minimax-portal; contracts: imageGenerationProviders, mediaUnderstandingProviders, musicGenerationProviders, speechProviders, videoGenerationProviders, webSearchProviders
[mistral](/docs/openclaw-docs/plugins/reference/mistralAdds Mistral model provider support to OpenClaw.@openclaw/mistral-provider
included in OpenClaw
providers: mistral; contracts: mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders
[moonshot](/docs/openclaw-docs/plugins/reference/moonshotAdds Moonshot model provider support to OpenClaw.@openclaw/moonshot-provider
included in OpenClaw
providers: moonshot; contracts: mediaUnderstandingProviders, webSearchProviders
[nvidia](/docs/openclaw-docs/plugins/reference/nvidiaAdds NVIDIA model provider support to OpenClaw.@openclaw/nvidia-provider
included in OpenClaw
providers: nvidia
[oc-path](/docs/openclaw-docs/plugins/reference/oc-pathAdds the openclaw path CLI for oc:// workspace file addressing.@openclaw/oc-path
included in OpenClaw
plugin
[ollama](/docs/openclaw-docs/plugins/reference/ollamaAdds Ollama model provider support to OpenClaw.@openclaw/ollama-provider
included in OpenClaw
providers: ollama; contracts: memoryEmbeddingProviders, webSearchProviders
[open-prose](/docs/openclaw-docs/plugins/reference/open-proseOpenProse VM skill pack with a /prose slash command.@openclaw/open-prose
included in OpenClaw
skills
[openai](/docs/openclaw-docs/plugins/reference/openaiAdds OpenAI, OpenAI Codex model provider support to OpenClaw.@openclaw/openai-provider
included in OpenClaw
providers: openai, openai-codex; contracts: imageGenerationProviders, mediaUnderstandingProviders, memoryEmbeddingProviders, realtimeTranscriptionProviders, realtimeVoiceProviders, speechProviders, videoGenerationProviders
[opencode](/docs/openclaw-docs/plugins/reference/opencodeAdds OpenCode model provider support to OpenClaw.@openclaw/opencode-provider
included in OpenClaw
providers: opencode; contracts: mediaUnderstandingProviders
[opencode-go](/docs/openclaw-docs/plugins/reference/opencode-goAdds OpenCode Go model provider support to OpenClaw.@openclaw/opencode-go-provider
included in OpenClaw
providers: opencode-go; contracts: mediaUnderstandingProviders
[openrouter](/docs/openclaw-docs/plugins/reference/openrouterAdds OpenRouter model provider support to OpenClaw.@openclaw/openrouter-provider
included in OpenClaw
providers: openrouter; contracts: imageGenerationProviders, mediaUnderstandingProviders, speechProviders, videoGenerationProviders
[openshell](/docs/openclaw-docs/plugins/reference/openshellSandbox backend powered by OpenShell with mirrored local workspaces and SSH-based command execution.@openclaw/openshell-sandbox
included in OpenClaw
plugin
[perplexity](/docs/openclaw-docs/plugins/reference/perplexityAdds web search provider support.@openclaw/perplexity-plugin
included in OpenClaw
contracts: webSearchProviders
[qianfan](/docs/openclaw-docs/plugins/reference/qianfanAdds Qianfan model provider support to OpenClaw.@openclaw/qianfan-provider
included in OpenClaw
providers: qianfan
[qwen](/docs/openclaw-docs/plugins/reference/qwenAdds Qwen, Qwen Cloud, Model Studio, DashScope model provider support to OpenClaw.@openclaw/qwen-provider
included in OpenClaw
providers: qwen, qwencloud, modelstudio, dashscope; contracts: mediaUnderstandingProviders, videoGenerationProviders
[runway](/docs/openclaw-docs/plugins/reference/runwayAdds video generation provider support.@openclaw/runway-provider
included in OpenClaw
contracts: videoGenerationProviders
[searxng](/docs/openclaw-docs/plugins/reference/searxngAdds web search provider support.@openclaw/searxng-plugin
included in OpenClaw
contracts: webSearchProviders
[senseaudio](/docs/openclaw-docs/plugins/reference/senseaudioAdds media understanding provider support.@openclaw/senseaudio-provider
included in OpenClaw
contracts: mediaUnderstandingProviders
[sglang](/docs/openclaw-docs/plugins/reference/sglangAdds SGLang model provider support to OpenClaw.@openclaw/sglang-provider
included in OpenClaw
providers: sglang
[signal](/docs/openclaw-docs/plugins/reference/signalAdds the Signal channel surface for sending and receiving OpenClaw messages.@openclaw/signal
included in OpenClaw
channels: signal
[skill-workshop](/docs/openclaw-docs/plugins/reference/skill-workshopCaptures repeatable workflows as workspace skills, with pending review, safe writes, and skill prompt refresh.@openclaw/skill-workshop
included in OpenClaw
contracts: tools
[slack](/docs/openclaw-docs/plugins/reference/slackAdds the Slack channel surface for sending and receiving OpenClaw messages.@openclaw/slack
included in OpenClaw
channels: slack
[stepfun](/docs/openclaw-docs/plugins/reference/stepfunAdds StepFun, StepFun Plan model provider support to OpenClaw.@openclaw/stepfun-provider
included in OpenClaw
providers: stepfun, stepfun-plan
[synthetic](/docs/openclaw-docs/plugins/reference/syntheticAdds Synthetic model provider support to OpenClaw.@openclaw/synthetic-provider
included in OpenClaw
providers: synthetic
[tavily](/docs/openclaw-docs/plugins/reference/tavilyAdds agent-callable tools. Adds web search provider support.@openclaw/tavily-plugin
included in OpenClaw
contracts: tools, webSearchProviders; skills
[telegram](/docs/openclaw-docs/plugins/reference/telegramAdds the Telegram channel surface for sending and receiving OpenClaw messages.@openclaw/telegram
included in OpenClaw
channels: telegram
[tencent](/docs/openclaw-docs/plugins/reference/tencentAdds Tencent TokenHub model provider support to OpenClaw.@openclaw/tencent-provider
included in OpenClaw
providers: tencent-tokenhub
[together](/docs/openclaw-docs/plugins/reference/togetherAdds Together model provider support to OpenClaw.@openclaw/together-provider
included in OpenClaw
providers: together; contracts: videoGenerationProviders
[tokenjuice](/docs/openclaw-docs/plugins/reference/tokenjuiceCompacts exec and bash tool results with tokenjuice reducers.@openclaw/tokenjuice
included in OpenClaw
contracts: agentToolResultMiddleware
[tts-local-cli](/docs/openclaw-docs/plugins/reference/tts-local-cliAdds text-to-speech provider support.@openclaw/tts-local-cli
included in OpenClaw
contracts: speechProviders
[venice](/docs/openclaw-docs/plugins/reference/veniceAdds Venice model provider support to OpenClaw.@openclaw/venice-provider
included in OpenClaw
providers: venice
[vercel-ai-gateway](/docs/openclaw-docs/plugins/reference/vercel-ai-gatewayAdds Vercel AI Gateway model provider support to OpenClaw.@openclaw/vercel-ai-gateway-provider
included in OpenClaw
providers: vercel-ai-gateway
[vllm](/docs/openclaw-docs/plugins/reference/vllmAdds vLLM model provider support to OpenClaw.@openclaw/vllm-provider
included in OpenClaw
providers: vllm
[volcengine](/docs/openclaw-docs/plugins/reference/volcengineAdds Volcengine, Volcengine Plan model provider support to OpenClaw.@openclaw/volcengine-provider
included in OpenClaw
providers: volcengine, volcengine-plan; contracts: speechProviders
[voyage](/docs/openclaw-docs/plugins/reference/voyageAdds memory embedding provider support.@openclaw/voyage-provider
included in OpenClaw
contracts: memoryEmbeddingProviders
[vydra](/docs/openclaw-docs/plugins/reference/vydraAdds Vydra model provider support to OpenClaw.@openclaw/vydra-provider
included in OpenClaw
providers: vydra; contracts: imageGenerationProviders, speechProviders, videoGenerationProviders
[web-readability](/docs/openclaw-docs/plugins/reference/web-readabilityExtract readable article content from local HTML web fetch responses.@openclaw/web-readability-plugin
included in OpenClaw
contracts: webContentExtractors
[webhooks](/docs/openclaw-docs/plugins/reference/webhooksAuthenticated inbound webhooks that bind external automation to OpenClaw TaskFlows.@openclaw/webhooks
included in OpenClaw
plugin
[xai](/docs/openclaw-docs/plugins/reference/xaiAdds xAI model provider support to OpenClaw.@openclaw/xai-plugin
included in OpenClaw
providers: xai; contracts: imageGenerationProviders, mediaUnderstandingProviders, realtimeTranscriptionProviders, speechProviders, tools, videoGenerationProviders, webSearchProviders
[xiaomi](/docs/openclaw-docs/plugins/reference/xiaomiAdds Xiaomi model provider support to OpenClaw.@openclaw/xiaomi-provider
included in OpenClaw
providers: xiaomi; contracts: speechProviders
[zai](/docs/openclaw-docs/plugins/reference/zaiAdds Z.AI model provider support to OpenClaw.@openclaw/zai-provider
included in OpenClaw
providers: zai; contracts: mediaUnderstandingProviders

Official external packages

PluginDescriptionDistributionSurface
[acpx](/docs/openclaw-docs/plugins/reference/acpxEmbedded ACP runtime backend with plugin-owned session and transport management.@openclaw/acpx
npm; ClawHub
skills
[brave](/docs/openclaw-docs/plugins/reference/braveAdds web search provider support.@openclaw/brave-plugin
npm; ClawHub
contracts: webSearchProviders
[codex](/docs/openclaw-docs/plugins/reference/codexCodex app-server harness and Codex-managed GPT model catalog.@openclaw/codex
npm; ClawHub
providers: codex; contracts: mediaUnderstandingProviders, migrationProviders
[diagnostics-otel](/docs/openclaw-docs/plugins/reference/diagnostics-otelOpenClaw diagnostics OpenTelemetry exporter.@openclaw/diagnostics-otel
npm; ClawHub: clawhub:@openclaw/diagnostics-otel
plugin
[diagnostics-prometheus](/docs/openclaw-docs/plugins/reference/diagnostics-prometheusOpenClaw diagnostics Prometheus exporter.@openclaw/diagnostics-prometheus
npm; ClawHub: clawhub:@openclaw/diagnostics-prometheus
plugin
[diffs](/docs/openclaw-docs/plugins/reference/diffsRead-only diff viewer and file renderer for agents.@openclaw/diffs
npm; ClawHub
contracts: tools; skills
[discord](/docs/openclaw-docs/plugins/reference/discordAdds the Discord channel surface for sending and receiving OpenClaw messages.@openclaw/discord
npm; ClawHub
channels: discord
[feishu](/docs/openclaw-docs/plugins/reference/feishuAdds the Feishu channel surface for sending and receiving OpenClaw messages.@openclaw/feishu
npm; ClawHub
channels: feishu; contracts: tools; skills
[google-meet](/docs/openclaw-docs/plugins/reference/google-meetJoin Google Meet calls through Chrome or Twilio transports.@openclaw/google-meet
npm; ClawHub
contracts: tools
[googlechat](/docs/openclaw-docs/plugins/reference/googlechatAdds the Google Chat channel surface for sending and receiving OpenClaw messages.@openclaw/googlechat
npm; ClawHub
channels: googlechat
[line](/docs/openclaw-docs/plugins/reference/lineAdds the LINE channel surface for sending and receiving OpenClaw messages.@openclaw/line
npm; ClawHub
channels: line
[lobster](/docs/openclaw-docs/plugins/reference/lobsterTyped workflow tool with resumable approvals.@openclaw/lobster
npm; ClawHub
contracts: tools
[matrix](/docs/openclaw-docs/plugins/reference/matrixAdds the Matrix channel surface for sending and receiving OpenClaw messages.@openclaw/matrix
ClawHub: clawhub:@openclaw/matrix; npm
channels: matrix
[memory-lancedb](/docs/openclaw-docs/plugins/reference/memory-lancedbAdds agent-callable tools.@openclaw/memory-lancedb
npm; ClawHub
contracts: tools
[msteams](/docs/openclaw-docs/plugins/reference/msteamsAdds the Microsoft Teams channel surface for sending and receiving OpenClaw messages.@openclaw/msteams
npm; ClawHub
channels: msteams
[nextcloud-talk](/docs/openclaw-docs/plugins/reference/nextcloud-talkAdds the Nextcloud Talk channel surface for sending and receiving OpenClaw messages.@openclaw/nextcloud-talk
npm; ClawHub
channels: nextcloud-talk
[nostr](/docs/openclaw-docs/plugins/reference/nostrAdds the Nostr channel surface for sending and receiving OpenClaw messages.@openclaw/nostr
npm; ClawHub
channels: nostr
[qqbot](/docs/openclaw-docs/plugins/reference/qqbotAdds the QQ Bot channel surface for sending and receiving OpenClaw messages.@openclaw/qqbot
npm; ClawHub
channels: qqbot; contracts: tools; skills
[synology-chat](/docs/openclaw-docs/plugins/reference/synology-chatAdds the Synology Chat channel surface for sending and receiving OpenClaw messages.@openclaw/synology-chat
npm; ClawHub
channels: synology-chat
[tlon](/docs/openclaw-docs/plugins/reference/tlonAdds the Tlon channel surface for sending and receiving OpenClaw messages.@openclaw/tlon
npm; ClawHub
channels: tlon; contracts: tools; skills
[twitch](/docs/openclaw-docs/plugins/reference/twitchAdds the Twitch channel surface for sending and receiving OpenClaw messages.@openclaw/twitch
npm; ClawHub
channels: twitch
[voice-call](/docs/openclaw-docs/plugins/reference/voice-callAdds agent-callable tools.@openclaw/voice-call
npm; ClawHub
contracts: tools
[whatsapp](/docs/openclaw-docs/plugins/reference/whatsappAdds the WhatsApp channel surface for sending and receiving OpenClaw messages.@openclaw/whatsapp
npm; ClawHub
channels: whatsapp
[zalo](/docs/openclaw-docs/plugins/reference/zaloAdds the Zalo channel surface for sending and receiving OpenClaw messages.@openclaw/zalo
npm; ClawHub
channels: zalo
[zalouser](/docs/openclaw-docs/plugins/reference/zalouserAdds the Zalo Personal channel surface for sending and receiving OpenClaw messages.@openclaw/zalouser
npm; ClawHub
channels: zalouser; contracts: tools

Source checkout only

PluginDescriptionDistributionSurface
[qa-channel](/docs/openclaw-docs/plugins/reference/qa-channelAdds the QA Channel surface for sending and receiving OpenClaw messages.@openclaw/qa-channel
source checkout only
channels: qa-channel
[qa-lab](/docs/openclaw-docs/plugins/reference/qa-labOpenClaw QA lab plugin with private debugger UI and scenario runner.@openclaw/qa-lab
source checkout only
plugin
[qa-matrix](/docs/openclaw-docs/plugins/reference/qa-matrixMatrix QA transport runner and substrate.@openclaw/qa-matrix
source checkout only
plugin