docs: document plugin system

This commit is contained in:
Peter Steinberger
2026-01-12 01:16:46 +00:00
parent f13ae50ff8
commit 720c5b53fd
3 changed files with 151 additions and 3 deletions

View File

@@ -182,7 +182,7 @@ Manage extensions and their config:
- `clawdbot plugins list` — discover plugins (use `--json` for machine output).
- `clawdbot plugins info <id>` — show details for a plugin.
- `clawdbot plugins install <path>` add a plugin path to `plugins.load.paths`.
- `clawdbot plugins install <path|.tgz|npm-spec>` — install a plugin (or add a plugin path to `plugins.load.paths`).
- `clawdbot plugins enable <id>` / `disable <id>` — toggle `plugins.entries.<id>.enabled`.
- `clawdbot plugins doctor` — report plugin load errors.