From 2d3aa041c4154d8a4d310a7169921a2ba662f79e Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 2 May 2026 19:23:36 -0700 Subject: [PATCH] docs(plugins): clarify on-demand official inventory --- docs/plugins/plugin-inventory.md | 2 +- scripts/generate-plugin-inventory-doc.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins/plugin-inventory.md b/docs/plugins/plugin-inventory.md index 4b31f13bf54..6e718f176c0 100644 --- a/docs/plugins/plugin-inventory.md +++ b/docs/plugins/plugin-inventory.md @@ -19,7 +19,7 @@ pnpm plugins:inventory:gen ## Definitions - **Core npm package:** built into the `openclaw` npm package and available without a separate plugin install. -- **Official external package:** OpenClaw-maintained plugin omitted from the core npm package and installed through ClawHub and/or npm. +- **Official external package:** OpenClaw-maintained plugin omitted from the core npm package, kept in this official inventory, and installed on demand through ClawHub and/or npm. - **Source checkout only:** repo-local plugin omitted from published npm artifacts and not advertised as an installable package. Source checkouts are different from npm installs: after `pnpm install`, bundled diff --git a/scripts/generate-plugin-inventory-doc.mjs b/scripts/generate-plugin-inventory-doc.mjs index 1fb60129623..8f572200b72 100644 --- a/scripts/generate-plugin-inventory-doc.mjs +++ b/scripts/generate-plugin-inventory-doc.mjs @@ -499,7 +499,7 @@ pnpm plugins:inventory:gen ## Definitions - **Core npm package:** built into the \`openclaw\` npm package and available without a separate plugin install. -- **Official external package:** OpenClaw-maintained plugin omitted from the core npm package and installed through ClawHub and/or npm. +- **Official external package:** OpenClaw-maintained plugin omitted from the core npm package, kept in this official inventory, and installed on demand through ClawHub and/or npm. - **Source checkout only:** repo-local plugin omitted from published npm artifacts and not advertised as an installable package. Source checkouts are different from npm installs: after \`pnpm install\`, bundled