From c488becf43f2068a4540c08972605341a0ec94a4 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 4 Apr 2026 20:03:08 +0100 Subject: [PATCH] docs: refresh plugin overview mirrors --- docs/plugins/architecture.md | 5 ++++- docs/tools/index.md | 7 ++++--- docs/tools/plugin.md | 8 +++++--- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/plugins/architecture.md b/docs/plugins/architecture.md index 7c153485448..0a38b12c6a0 100644 --- a/docs/plugins/architecture.md +++ b/docs/plugins/architecture.md @@ -235,13 +235,16 @@ That means: Examples: - the bundled `openai` plugin owns OpenAI model-provider behavior and OpenAI - speech + media-understanding + image-generation behavior + speech + realtime-voice + media-understanding + image-generation behavior - the bundled `elevenlabs` plugin owns ElevenLabs speech behavior - the bundled `microsoft` plugin owns Microsoft speech behavior - the bundled `google` plugin owns Google model-provider behavior plus Google media-understanding + image-generation + web-search behavior +- the bundled `firecrawl` plugin owns Firecrawl web-fetch behavior - the bundled `minimax`, `mistral`, `moonshot`, and `zai` plugins own their media-understanding backends +- the bundled `qwen` plugin owns Qwen text-provider behavior plus + media-understanding and video-generation behavior - the `voice-call` plugin is a feature plugin: it owns call transport, tools, CLI, routes, and Twilio media-stream bridging, but it consumes shared speech plus realtime-transcription and realtime-voice capabilities instead of diff --git a/docs/tools/index.md b/docs/tools/index.md index c582b7dc5aa..b1b5ef5cd99 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -39,9 +39,10 @@ OpenClaw has three layers that work together: A plugin is a package that can register any combination of capabilities: - channels, model providers, tools, skills, speech, image generation, and more. - Some plugins are **core** (shipped with OpenClaw), others are **external** - (published on npm by the community). + channels, model providers, tools, skills, speech, realtime transcription, + realtime voice, media understanding, image generation, video generation, + web fetch, web search, and more. Some plugins are **core** (shipped with + OpenClaw), others are **external** (published on npm by the community). [Install and configure plugins](/tools/plugin) | [Build your own](/plugins/building-plugins) diff --git a/docs/tools/plugin.md b/docs/tools/plugin.md index 1c0a82f3363..979a3600056 100644 --- a/docs/tools/plugin.md +++ b/docs/tools/plugin.md @@ -10,9 +10,11 @@ sidebarTitle: "Install and Configure" # Plugins -Plugins extend OpenClaw with new capabilities: channels, model providers, tools, -skills, speech, image generation, and more. Some plugins are **core** (shipped -with OpenClaw), others are **external** (published on npm by the community). +Plugins extend OpenClaw with new capabilities: channels, model providers, +tools, skills, speech, realtime transcription, realtime voice, +media-understanding, image generation, video generation, web fetch, web +search, and more. Some plugins are **core** (shipped with OpenClaw), others +are **external** (published on npm by the community). ## Quick start