inflaborg

Ccrelay — AI skill for Claude Code

AI community

Local API proxy (VS Code extension + desktop app) for Claude Code, Cowork & Codex.

How to install Ccrelay

This entry records only its repository, not the path inside it, so there is no exact command to give. Open inflaborg/ccrelay and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Ccrelay does

Local API proxy (VS Code extension + desktop app) for Claude Code, Cowork & Codex. Automatic protocol conversion — switch LLM providers without touching client config.

Alternatives in AI

  • Oh My Claudecode — 32 specialized agents and 7 execution modes for Claude Code, with smart model routing and automatic paralleliz 10.9k ★
  • Open Researcher — 🔥 Visual AI research assistant that displays real-time thinking, provides split-view analysis, and automatic 634 ★
  • Openclaw Auto Dream — Automatic memory consolidation for OpenClaw agents — like sleep for your AI 545 ★

README

CCRelay

[![VSCode Extension](https://img.shields.io/badge/VSCode-Extension-blue)](https://code.visualstudio.com/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

**CCRelay** is a VS Code extension — with optional **Electron** and **Tauri** desktop apps — that bundles a local API proxy so you can seamlessly switch between AI providers (Anthropic, OpenAI, Gemini, etc.) without losing conversation context. Designed for **Claude Code**, **Claude Cowork**, and **OpenAI Codex**.

**Website**: [https://ccrelay.inflab.org](https://ccrelay.inflab.org)

**[中文文档](./README_CN.md)**


Table of Contents


Core Features

**Proxy & Routing**

  • Built-in HTTP proxy (default http://127.0.0.1:7575) with path-based routing — forward to a provider, block with a custom response, or return 404
  • Multi-protocol: accepts Anthropic, OpenAI Chat Completions, and OpenAI Responses API (/v1/responses) on the same port
  • Automatic cross-protocol conversion when client and upstream wire formats differ
  • URL prefixe