docs: expand plugin quickstart

This commit is contained in:
Peter Steinberger
2026-01-12 01:27:05 +00:00
parent 5bdb9c0e99
commit 07f1280cb0
3 changed files with 55 additions and 2 deletions

View File

@@ -6,6 +6,33 @@ read_when:
---
# Plugins (Extensions)
## Quick start (new to plugins?)
A plugin is just a **small code module** that extends Clawdbot with extra
features (commands, tools, and Gateway RPC).
Most of the time, youll use plugins when you want a feature thats not built
into core Clawdbot yet (or you want to keep optional features out of your main
install).
Fast path:
1) See whats already loaded:
```bash
clawdbot plugins list
```
2) Install an official plugin (example: Voice Call):
```bash
clawdbot plugins install @clawdbot/voice-call
```
3) Restart the Gateway, then configure under `plugins.entries.<id>.config`.
See [Voice Call](/plugins/voice-call) for a concrete example plugin.
Clawdbot plugins are **TypeScript modules** loaded at runtime via jiti. They can
register: