Tools
Ani Installer
Installer and updater for the ANI plugin on OpenClaw
Install
openclaw plugins install @scope/package`.
README
# openclaw-ani-installer
Installer and updater for the ANI plugin on OpenClaw.
## Usage
```bash
npx -y openclaw-ani-installer install
npx -y openclaw-ani-installer update
npx -y openclaw-ani-installer doctor
```
## Options
```bash
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-run
```
## Notes
- 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`.
tools
Comments
Sign in to leave a comment