#Bug: claude-cli plugin fails to install
6 messages · Page 1 of 1 (latest)
I’m checking the docs and source so I don’t guess here.
Yep, I think you hit a legacy plugin package, not a broken Claude install.
openclaw plugins install claude-cli is pulling a package that still uses the old plugin shape, and OpenClaw 2026.4.x now rejects that with:
package.json missing openclaw.extensions
For current OpenClaw, Claude CLI is bundled through the Anthropic plugin/backend, so you should not install a separate claude-cli plugin.
Try this instead on the gateway host:
claude auth login
openclaw models auth login --provider anthropic --method cli --set-default
openclaw models status
Docs: