openclaw-ani-installer
v2026.3.296
Published
Installer and updater for the ANI OpenClaw plugin
Readme
openclaw-ani-installer
Installer and updater for the ANI plugin on OpenClaw.
Usage
npx -y openclaw-ani-installer install
npx -y openclaw-ani-installer update
npx -y openclaw-ani-installer doctorOptions
npx -y openclaw-ani-installer install --version 2026.3.282
npx -y openclaw-ani-installer update --openclaw-home ~/.openclaw
npx -y openclaw-ani-installer doctor --openclaw-home ~/.openclaw
npx -y openclaw-ani-installer install --dry-runNotes
- The installer always resolves the ANI plugin from npm as a tarball first.
- It then hydrates runtime dependencies and performs an atomic replacement into
~/.openclaw/extensions/ani. - This avoids known compatibility issues in older OpenClaw releases when installing third-party scoped npm plugins directly.
- End users should prefer the installer commands above instead of
openclaw plugins install @scope/package.
