ClawProxy: Self-Hosted AI Routing Proxy with Dashboard

ClawProxy is a lightweight, self-hosted AI routing proxy originally built as a dedicated routing backend for OpenClaw, but usable with other client-agnostic tools. It centralizes handling of API keys, rate limits, and provider fallbacks for AI clients like OpenClaw, Open-WebUI, Cursor, OpenCode, or custom scripts.
Key Features
- Unified Endpoint: Point your apps to
http://localhost:3030/proxy/...for seamless routing to OpenAI, Gemini, or Anthropic formats natively. - Smart Key Rotation & Load Balancing: Add multiple API keys for a single provider. Automatically rotates them (Round-Robin) or falls back if a key hits a rate limit (429) or throws an error.
- Provider Fallback (High Availability): If your primary provider goes down or runs out of credits, it automatically intercepts the failure, rewrites the model name, and routes to a fallback provider. For best results, the fallback provider should use the same API format as the original (e.g., falling back from OpenAI to another OpenAI-compatible provider like Groq or DeepSeek).
- Real-Time Logs Dashboard: See exactly what your apps are sending and receiving with full request/response payloads, duration metrics, and error tracking in a dark-themed React UI.
- Zero-Buffer Streaming: Uses native Node.js streams under the hood, meaning SSE (Server-Sent Events) chat responses are passed through instantly with no lag.
Installation
Cross-platform (Linux, macOS, Windows) with automatic OS detection and installation as a background service (systemd, launchd, or Windows Service).
One-liner install:
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/malek262/clawproxy/main/install.sh | bashOr install via npm globally:
npm install -g clawproxy@latestThen run clawproxy install. The dashboard opens at http://localhost:3030.
📖 Read the full source: r/openclaw
👀 See Also

altRAG: Replace Vector DB RAG with 2KB Pointer Files for AI Coding Agents
altRAG is a Python tool that replaces vector database RAG with lightweight pointer files. It scans Markdown/YAML skill files to create a 2KB skeleton file mapping sections to exact line numbers and byte offsets, allowing AI agents to read only needed sections instead of entire files.

Semble: A Local MCP Server for Claude Code with 98% Token Reduction
Semble is an open-source MCP server for Claude Code that replaces grep+read workflows, using embeddings, BM25, and reranking to reduce token usage by ~98% while indexing repos in ~250ms.

ComfyUI Skill Enables AI Agents to Queue and Batch Image Renders via Natural Language
A new open-source skill allows OpenClaw agents to construct ComfyUI workflows, submit jobs, and manage renders through natural language commands like 'Make 50 variations of this concept with different seeds' or 'Compare these 4 prompts side by side at 1024x1024'.

Tracked 5 Biggest Claude Code SKILL.md Collections on GitHub — Sortable Table with Auto-Refresh
Built a sortable table of the top 5 skill-collection repos (totaling 125k stars) with star counts and skill counts, auto-refreshed by a /workflows:skill-collections command.