docs(plugins): document clawhub clawpack installs

This commit is contained in:
Vincent Koc
2026-05-01 17:34:46 -07:00
parent 14e8318648
commit 5c447f53d7
2 changed files with 6 additions and 2 deletions

View File

@@ -80,7 +80,11 @@ Site: [clawhub.ai](https://clawhub.ai)
Plugin installs validate advertised `pluginApi` and
`minGatewayVersion` compatibility before archive install runs, so
incompatible hosts fail closed early instead of partially installing
the package.
the package. When a package version publishes a ClawPack artifact,
OpenClaw prefers that artifact, verifies the ClawHub digest header and
downloaded bytes, and records the ClawPack digest metadata for later
updates. Older package versions without ClawPack metadata still use the
legacy package archive verification path.
</Tab>
</Tabs>