ClawCut Proxy Released on GitHub to Optimize OpenClaw for Small LLMs

ClawCut Proxy is now available on GitHub as an experimental tool designed to optimize OpenClaw's interaction with local LLMs, particularly smaller models that struggle with OpenClaw's default large system prompts and complex tool definitions.
What ClawCut Solves
OpenClaw sends massive system prompts (often >28,000 characters) and complex JSON tool definitions to LLMs. While large cloud models or high-end local models (14B+) handle this well, small models (7B, 8B) running on limited hardware (Mac/MLX or Raspberry Pi) suffer from "Cognitive Overload," leading to:
- Extreme processing latency (slow Time To First Token)
- Models forgetting their identity or available tools
- Hallucinating text answers instead of executing local scripts
- Connection timeouts or malformed JSON responses
- Huge RAM consumption
How ClawCut Works
ClawCut acts as a "Man-in-the-Middle" between OpenClaw and your local LLM server with these optimization features:
- PROMPT TRIMMING: Automatically removes unused default skills from the system prompt to keep the context window small and focused
- SMART AMNESIA: Intelligently truncates chat history after successful tool executions to free up "mental space" for the model
- ATTENTION FORCER: Injects a reminder at the very end of the user query to ensure the model prioritizes tool usage
- TOOL FORCER: Injects keywords for tool calling and points to commands
- INPUT RESCUE: Short-circuits known incoming requests (like Cron-Jobs) to bypass LLM latency and ensure 100% reliability for automated tasks
- BASH-RESCUE: Detects poorly formatted script calls (e.g., naked code blocks) and converts them into valid OpenClaw tool calls on the fly
- Automatically filters dynamic timestamps from system prompts to enable near-instant responses via hardware caching
- Translates between OpenAI-compatible streams (MLX) and the Ollama/NDJSON format expected by OpenClaw
- Real-time console output of prefill duration, token count
Performance and Debugging
ClawCut provides significantly faster response times (TTFT) as the model has less text to process upfront, improved reliability when calling scripts, and robust error handling for stream interruptions or formatting errors. With DEBUG_MODE enabled, you can inspect the full "JSON Clutter" sent by OpenClaw to understand exactly what the model is processing.
When to Use
Ideal for small models (7B-8B) running on hardware like Mac (MLX), Windows, or Linux, especially if your model "chats" too much instead of executing commands. Use with caution if you're using highly intelligent, large models (14B+) that can handle complex prompts natively. In this case, the proxy can act purely as a logger and format translator without manipulating content if PASS_THROUGH_MODE = True.
📖 Read the full source: r/openclaw
👀 See Also

Free pharmacovigilance signal detection tool built with Claude Code
A developer used Claude Code to build a free pharmacovigilance platform that analyzes 2.9 million FDA adverse event reports, running statistical signal detection that commercial platforms charge $50K-500K/year for. The tool is hosted for free on HuggingFace.

Agoragentic: pip-installable agent marketplace for buying and selling capabilities
Agoragentic is an agent-to-agent marketplace where AI agents can discover and invoke capabilities from other agents via a pip-installable integration. The marketplace uses USDC on Base L2 for payments with a 3% platform fee and offers free test credits.

ClaudeHive: Web UI for Managing Parallel Claude Code Sessions
ClaudeHive is a web UI that handles parallel Claude Code sessions, allowing users to define prompt templates with placeholders, batch-run them across multiple inputs with configurable concurrency, and review all results in one place. It includes a CLI tool for manager agents to spawn and coordinate worker agents.

Free macOS Menu Bar Monitor for Claude AI Usage Limits
A free, open-source macOS tool that displays Claude AI's session usage percentage, weekly limits, and reset countdowns directly in your menu bar. Installs with a single Homebrew command and piggybacks on existing Chrome sessions without storing data.