Claudeseek Code — Development skill for Claude Code
Run the full Claude Code CLI (tools, skills, MCP, subagents, reasoning) on DeepSeek models through a local gateway, with escalation to a real Claude Sonnet for WebSearch and other Anthropic-only tools.
How to install Claudeseek Code
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open nx01-600/claudeseek-code and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claudeseek Code does
Run the full Claude Code CLI (tools, skills, MCP, subagents, reasoning) on DeepSeek models through a local gateway, with escalation to a real Claude Sonnet for WebSearch and other Anthropic-only tools.
Alternatives in Development
- IPolloWork — Enterprise-grade, local-first Agent Workbench for people and agent teams 4.9k ★
- Magnitude — Open source inference server your agent sets up for you 1.5k ★
- Mythos Router — The leaked Anthropic reasoning protocol 294 ★
README
claudeseek
**Run full Claude Code on DeepSeek**, against the direct API, no OpenRouter and no middlemen. Tools, skills, hooks, MCP, CLAUDE.md, subagents, and images. The only thing that changes is the model answering.
Claude Code stays Claude Code: it's just told to talk to a local gateway that translates Anthropic's protocol to DeepSeek's, and nothing else.
Not affiliated with Anthropic or DeepSeek. It's a bridge between two public APIs.
Index
- What it is — technical spec
- What it's for
- How it works
- Replicating it in your Claude Code
- Usage
- Models
- Images
- Security
- Limitations
- Adding a model
- Troubleshooting
- Repo structure
- Status
- Uninstalling
- License
What it is
A **local HTTP gateway** that implements Anthropic's Messages API and translates it to DeepSeek's OpenAI-compatible API, in both directions. It sits between a Claude Code process and `api.deepseek.com`.
Spec
| Listens on | 127.0.0.1:4319 (configurable in config.json), loopback only |
| Speaks | Anthropic Messages API ↔ DeepSeek (/chat/completions) |
| Upstream | https://api.deepseek.com (configurable) |
| Runtime | Node.js 18+, no external dependencies (uses native fetch) |
| Routes implemented | POST /v1/messages, POST /v1/messages/count_tokens, GET /v1/models, GET /v1/models/:id, GET /health |
| Any other route | untouched passthrough to api.anthropic.com |
| Configuration | gateway/config.json (read once at startup) |
| Secrets | ~/.claude/deepseek-gateway/.env (never committed) |
What it translates
| Capability | Status |
|---|---|
| Text, SSE streaming and non-streaming | Yes |
Tools (tool_use / tool_result) |
Yes |
Related Skills
Claude Zen
Run Claude Code on free models through OpenCode Zen. Local Anthropic-protocol bridge + one-command install.
Openapis
Free Claude API + free OpenAI API in one unified proxy. Drop-in compatible with Anthropic SDK, OpenAI SDK, Cla
SoL ClaudeCode
Port NVIDIA SoL-Pi's context-efficiency mechanisms to Claude Code: a local api.anthropic.com wire gateway + a
BOB Gemini Free
High-performance local 3-in-1 gateway unlocking Google Gemini as standard OpenAI, Anthropic (Claude Code), and
Claude Burst
Local gateway for Claude Code that arbitrages Anthropic's subscription vs. metered pricing (and a metered API-
ModelLink
Local proxy for routing third-party API models through Claude Desktop
Related Agents
Ds Pro
DSH (DeepSeek Harness) worker on the pro tier - stronger reasoning. Delegate harder subtasks: multi-file chang
Fable Worker Sonnet
Fable stage worker for tasks needing real reasoning — research synthesis, nontrivial code, analysis, document
Codex Debugger
Root-cause a failing test, crash, stack trace, or misbehaving feature by delegating the investigation to OpenA