clawlab-installer
v0.1.3
Published
Install paid ClawLab skills into OpenClaw
Readme
clawlab-installer
Install purchased ClawLab skills into OpenClaw.
The installer handles ClawLab packages automatically:
- installs hooks when the archive includes hook metadata
- installs plugins when the archive includes
openclaw.plugin.json - skips surfaces that are not present in the archive
- restarts the gateway unless you pass
--no-restart
Commands
npx clawlab-installer install metacognitive-calibration
npx clawlab-installer inspect metacognitive-calibrationThe CLI will prompt for the purchase license key if you do not pass --license.
Options
--license <key> License key from the ClawLab downloads page
--site <url> ClawLab site to resolve installers from
--no-restart Skip `openclaw gateway restart`
--download-only Download the artifact but do not install it
--output <path> Output path for `--download-only`Publish
cd packages/installer
npm publish --access public