nx01-600

Claudeseek Code — Development skill for Claude Code

Development community

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

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