{"library":"opencode-cluade-auth","title":"OpenCode Claude Auth Plugin","description":"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.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install opencode-cluade-auth"],"cli":{"name":"claude","version":null}},"imports":["import plugin from 'opencode-cluade-auth'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Add to OpenCode config (config.json):\n{\n  \"$schema\": \"https://opencode.ai/config.json\",\n  \"plugin\": [\"opencode-cluade-auth@latest\"],\n  \"provider\": {\n    \"anthropic\": {\n      \"name\": \"Anthropic\",\n      \"npm\": \"@ai-sdk/anthropic\"\n    }\n  }\n}\n// Then restart OpenCode and send a request via Anthropic provider.","lang":"typescript","description":"Shows how to configure OpenCode to use the claude-auth plugin for proxying Anthropic requests to the local Claude CLI.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}