mirror of https://github.com/openclaw/openclaw.git
docs: refresh plugin overview mirrors
This commit is contained in:
parent
67d6fc8847
commit
c488becf43
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -39,9 +39,10 @@ OpenClaw has three layers that work together:
|
|||
|
||||
<Step title="Plugins package everything 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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue