@coder/anyclaude

by coder · v1.0.0 · prompt

anyclaude is a proxy wrapper for Claude Code that enables using alternative LLM providers (OpenAI, Google, xAI, Azure) through the Anthropic API format. It intercepts Anthropic API calls and translate

Install

Add @coder/anyclaude to Claude Code with the PolySkill CLI: polyskill add @coder/anyclaude

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview anyclaude is a proxy wrapper for Claude Code that enables using alternative LLM providers (OpenAI, Google, xAI, Azure) through the Anthropic API format. It intercepts Anthropic API calls and translates them to/from the Vercel AI SDK format for the specified provider. ## Architecture The proxy works by: 1. Spawning a local HTTP server that mimics the Anthropic API 2. Intercepting `/v1/messages` requests containing `<provider>/<model>` format 3. Converting Anthr…

Keywords: github, llm-integration, anthropic-api, openai, google-llm, azure-llm, xai, api-wrapper, coding-assistant