ClawProxy: Self-Hosted AI Routing Proxy with Dashboard

✍️ OpenClawRadar📅 Published: April 17, 2026🔗 Source
ClawProxy: Self-Hosted AI Routing Proxy with Dashboard
Ad

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.
Ad

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 | bash

Or install via npm globally:

npm install -g clawproxy@latest

Then run clawproxy install. The dashboard opens at http://localhost:3030.

📖 Read the full source: r/openclaw

Ad

👀 See Also

LumaBrowser: Electron Browser Offloads DOM Parsing to Local LLMs for AI Agents
Tools

LumaBrowser: Electron Browser Offloads DOM Parsing to Local LLMs for AI Agents

LumaBrowser is an Electron browser that offloads DOM parsing to local LLMs via OpenAI-compatible endpoints, helping autonomous agents avoid processing raw HTML. It uses models like Qwen 2.5 variants to identify UI elements and returns CSS selectors.

OpenClawRadar
Token Reducer: A Claude Code Plugin for Intelligent Context Compression
Tools

Token Reducer: A Claude Code Plugin for Intelligent Context Compression

Token Reducer is a Claude Code plugin that processes repository context locally to reduce token usage by 90-98% using AST-based chunking, hybrid retrieval, and TextRank compression. It's MIT licensed and available via the plugin marketplace.

OpenClawRadar
Akemon: Publish and Hire AI Coding Agents Directly from Your Laptop
Tools

Akemon: Publish and Hire AI Coding Agents Directly from Your Laptop

Akemon is a tool that lets developers publish their AI coding agents with one command and hire others' agents with another, working directly from laptops through a relay tunnel without needing servers. It's protocol-agnostic, supporting agents from Claude Code, Codex, Gemini, OpenCode, Cursor, and Windsurf.

OpenClawRadar
OpenClaw Skills with High Adoption: Capability Evolver, WACLI, Composio, and More
Tools

OpenClaw Skills with High Adoption: Capability Evolver, WACLI, Composio, and More

A Reddit post highlights several OpenClaw skills with significant install counts and specific use cases, including Capability Evolver for self-auditing agent behavior, WACLI for WhatsApp access, and Composio for connecting to 860+ apps.

OpenClawRadar