Ocincc — AI skill for Claude Code
Use OpenCode Zen's free AI models inside Claude Code — one command setup (npx ocincc@latest).
How to install Ocincc
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open farseenmanekhan1232/ocincc and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Ocincc does
Use OpenCode Zen's free AI models inside Claude Code — one command setup (npx ocincc@latest).
Alternatives in AI
- Zen MCP Server — The power of Claude Code + Gemini / OpenAI / Grok / OpenRouter / Ollama / Custom Model working as one 11.3k ★
- Codeburn — Free, local tool to track AI coding token usage and cost across 37 tools and agents (Claude Code, Cursor, Code 9.7k ★
- Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★
README
ocincc — OpenCode Zen free models inside Claude Code
Run [OpenCode Zen](https://opencode.ai/zen)'s **free AI models** (Big Pickle, Ox Alpha, MiMo, Hy3, Nemotron, DeepSeek Flash, Laguna…) inside **Claude Code** through a local protocol-translating proxy.
npx ocincc@latest # from the npm registry
# or, directly from GitHub:
npx github:farseenmanekhan1232/ocincc
That's it. The installer sets up a local LiteLLM proxy and a `zen-claude` launcher. Your existing `claude` command and `~/.claude/settings.json` are never touched.
Why this exists
Claude Code only speaks the **Anthropic Messages API** (`/v1/messages`). Most of Zen's free models are only served via the **OpenAI chat/completions** format, so pointing Claude Code directly at `https://opencode.ai/zen` fails for them.
`ocincc` runs a tiny local proxy that:
Claude Code ──(Anthropic /v1/messages)──▶ localhost:4000 ──translate──▶ https://opencode.ai/zen/v1/chat/completions
What you get
- ✅ All current free Zen models in Claude Code (auto-discovered at launch)
- ✅ Interactive model picker every session (or
--model) - ✅ Context window auto-configured per model (
CLAUDE_CODE_MAX_CONTEXT_TOKENS) — 1M-context models get their full window - ✅ Automatic 429 fallbacks between models
- ✅ Fresh client headers per session so you get the standard free-tier allowance
- ✅ Zero changes to your Claude Code config
Requirements
- macOS or Linux
- Claude Code (
claudeon PATH) - Python 3 +
curl - A free OpenCode API key from opencode.ai/auth — no credit card needed for free models
Install & use
npx ocincc@latest # one-time setup (prompts for your API key)
zen-claude # pick a model → start working
Launcher commands:
| Command | Description |
|---|---|
zen-claude |
Interactive model picker, then launches Claude Code |
zen-claude --model big-pickle |
Skip the picke |
Related Skills
Opencode Starter
Interactive launcher for AI coding tools via OpenCode backends (Zen/Go)
AI Flow Setup
Pull CLAUDE.md, rules, skills, and commands from a personal AI-flow catalog into any machine/project via npx.
DelphiGenAI
The GenAI API wrapper for Delphi seamlessly integrates OpenAI’s latest models (gpt-5 serie), delivering robust
Free GPT4 WEB API
Not just GPT4! Easy to use, Self-Hosted, Unlimited and Free WEB API of the latest A.I. like Gemini, DeepSeek,
Daily AI Digest
Your daily dose of AI agent news. A curated blog covering AI agents, Claude Code, automation tools, and the la
Internal Safety Collapse
We built an adversarial codespace setup. Place any AI agent into a normal workflow inside it, and the agent wi
Related Agents
Osf Clean Room
Reads a feature inside a temp folder, extracts its behavior and test coverage as a source-free specification,
Preferences Setup
Sets up and updates job search preferences in config/preferences.yaml. Pass free-form text to extract preferen
.github/workflows/ci Cd.yml
name: CI/CD Pipeline on: push: branches: [main, develop] pull_request: branches: [main] jobs: lint: runs-on: u