docs: clarify ClawHub plugin discovery · openclaw/openclaw@2f488b7
steipete
·
2026-04-28
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -207,8 +207,29 @@ publish/sync.
|
207 | 207 | clawhub search "query" |
208 | 208 | ``` |
209 | 209 | |
| 210 | +Searches skills. For plugin/package discovery, use `clawhub package explore`. |
| 211 | + |
210 | 212 | - `--limit <n>` — max results. |
211 | 213 | |
| 214 | +</Accordion> |
| 215 | +<Accordion title="Browse / inspect plugins"> |
| 216 | +```bash |
| 217 | +clawhub package explore --family code-plugin |
| 218 | +clawhub package explore "episodic-claw" --family code-plugin |
| 219 | +clawhub package inspect episodic-claw |
| 220 | +``` |
| 221 | + |
| 222 | +`package explore` and `package inspect` are the ClawHub CLI surfaces for plugin/package discovery and metadata inspection. Native OpenClaw installs still use `openclaw plugins install clawhub:<package>`. |
| 223 | + |
| 224 | +Options: |
| 225 | + |
| 226 | +- `--family skill|code-plugin|bundle-plugin` — filter package family. |
| 227 | +- `--official` — show only official packages. |
| 228 | +- `--executes-code` — show only packages that execute code. |
| 229 | +- `--version <version>` / `--tag <tag>` — inspect a specific package version. |
| 230 | +- `--versions`, `--files`, `--file <path>` — inspect package history and files. |
| 231 | +- `--json` — machine-readable output. |
| 232 | + |
212 | 233 | </Accordion> |
213 | 234 | <Accordion title="Install / update / list"> |
214 | 235 | ```bash |
@@ -286,6 +307,13 @@ publish/sync.
|
286 | 307 | clawhub search "postgres backups" |
287 | 308 | ``` |
288 | 309 | </Tab> |
| 310 | +<Tab title="Find a plugin"> |
| 311 | +```bash |
| 312 | +clawhub package explore --family code-plugin |
| 313 | +clawhub package explore "memory" --family code-plugin |
| 314 | +clawhub package inspect episodic-claw |
| 315 | +``` |
| 316 | +</Tab> |
289 | 317 | <Tab title="Install"> |
290 | 318 | ```bash |
291 | 319 | clawhub install my-skill-pack |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。