OpenCode Claude Auth (v1.3.9) is an Anthropic auth plugin for OpenCode that translates Anthropic /v1/messages requests into local Claude CLI executions instead of using OAuth or API keys. Backed by Claude Code CLI, it streams tool lifecycles, handles tool budget, and remaps OpenCode tool aliases. Rapid bug-fix cycle (multiple releases per week). Test the local CLI before debugging the plugin. Not for third-party consumption.
npm install opencode-cluade-authVerified import paths — ran on the pinned version, not inferred.
Shows how to configure OpenCode to use the claude-auth plugin for proxying Anthropic requests to the local Claude CLI.
Ensure Claude CLI is installed and logged in.
Do not use outside of OpenCode internal flow.
Inspect actual installed artifact, not just config file.
Add plugin reference in OpenCode config instead of npm install.
Use 'opencode-cluade-auth@<version>' in plugin config.
Install Claude Code CLI or use full path in configuration.
Run `claude auth login` or similar to authenticate.
Ensure 'opencode-cluade-auth@version' is in plugin array or path is correct.
No dependency data recorded yet.