free-claude-code

Proxy Claude Code and Codex CLI to OpenAI-compatible providers like Mistral and OpenRouter.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir --skill free-claude-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: free-claude-code
Source: https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir/tree/main/skills/free-claude-code
Command: npx skills add https://github.com/prince3626ezechiel-lang/ivoire-monade-palantir --skill free-claude-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The free-claude-code skill solves the issue of accessing Claude Code and Codex CLI functionalities through free, local, and OpenAI-compatible providers, thereby eliminating the need for paid subscription services.

Core Features & Use Cases

  • Proxy Service: Enables usage of Claude Code and Codex CLI with local, free, and OpenAI-compatible providers like Mistral, OpenRouter, Ollama, Gemini, DeepSeek, Groq, and NVIDIA NIM.
  • CLI Wrappers: Includes CLI wrappers fcc-claude and fcc-codex for easier command-line interaction.
  • Bridge & Admin UI: Features Discord/Telegram bridge functionality and an optional Admin UI.
  • Voice Option: Provides voice interaction option.
  • Use Case: Ideal for users who need Claude Code and Codex CLI functionalities without a subscription and require an open-source, free, and locally executable solution.

Quick Start

Initialize the skill configuration and start the proxy server.

cd /opt/ivoire-monade/free-claude-code
uv run fcc-init
uv run fcc-server

Frequently Asked Questions about free-claude-code

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use Claude Code with free OpenAI-compatible providers?

To use Claude Code with free OpenAI-compatible providers, you need a local proxy service that intercepts CLI requests and routes them to alternative endpoints. This proxy bridges Claude Code and Codex CLI to open-source providers like Mistral, OpenRouter, and Ollama without requiring a paid subscription.

Can I run Codex CLI locally without a paid subscription?

Yes, you can run Codex CLI locally without a paid subscription by using a proxy server. The proxy redirects your CLI traffic to free, OpenAI-compatible providers such as DeepSeek, Groq, and NVIDIA NIM, allowing full CLI functionality at no cost.

What local proxy setup is required to connect Claude Code to OpenRouter?

Connecting Claude Code to OpenRouter requires initializing a local proxy configuration and starting the proxy server. You use command-line wrappers to initialize the environment and launch the server, which then handles the routing between your CLI and the OpenRouter API.

Does the Claude Code proxy support integration with Discord or Telegram?

Yes, the Claude Code proxy supports integration with Discord and Telegram through a built-in bridge functionality. This allows you to interact with the proxy service and execute commands directly from your chat platforms, alongside an optional Admin UI for management.

What are the limitations of using a local proxy for Claude Code?

Using a local proxy for Claude Code means your experience depends entirely on the rate limits, latency, and capabilities of the free open-source providers you route to, such as Mistral or Ollama. Complex coding tasks may perform differently compared to the native paid Claude subscription.