mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-22 19:18:08 +00:00
Summary: - The branch changes plugin inventory generation from wide Markdown tables to per-plugin list entries, shorten ... nerated plugin reference landing page, routes Parallel to its setup page, and updates zh-CN glossary terms. - PR surface: Docs +9, Other +20. Total +29 across 4 files. - Reproducibility: not applicable. this is a docs layout PR rather than a reproducible runtime bug. Current ma ... and the PR body plus prior review discussion documents before/after screenshot proof for the layout change. Automerge notes: - PR branch already contained follow-up commit before automerge: docs: improve plugin inventory layout Validation: - ClawSweeper review passed for headc94b7a4bbc. - Required merge gates passed before the squash merge. Prepared head SHA:c94b7a4bbcReview: https://github.com/openclaw/openclaw/pull/90922#issuecomment-4638524853 Co-authored-by: joshp123 <joshp123@users.noreply.github.com> Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com> Co-authored-by: clawsweeper[bot] <274271284+clawsweeper[bot]@users.noreply.github.com> Approved-by: joshp123 Co-authored-by: joshp123 <1497361+joshp123@users.noreply.github.com>
20 lines
520 B
Markdown
20 lines
520 B
Markdown
---
|
|
summary: "Generated index of OpenClaw plugin reference pages"
|
|
read_when:
|
|
- You need a reference page for a specific OpenClaw plugin
|
|
- You are auditing plugin docs coverage
|
|
title: "Plugin reference"
|
|
---
|
|
|
|
# Plugin reference
|
|
|
|
This page is generated from `extensions/*/package.json` and
|
|
`openclaw.plugin.json`. Regenerate it with:
|
|
|
|
```bash
|
|
pnpm plugins:inventory:gen
|
|
```
|
|
|
|
Use [Plugin inventory](/plugins/plugin-inventory) to browse all 126
|
|
generated plugin reference pages by distribution, package, and description.
|