ClawedBack: OpenClaw Port Running Inside Claude Code

ClawedBack is a clean-room port of OpenClaw designed to run inside Claude Code itself, created in response to Anthropic cutting off OpenClaw and third-party tools from Pro/Max subscriptions. By operating within Claude's ecosystem, it gets first-party prompt caching and rate limits that caused issues for external tools.
Key Features
- Matches 19 out of 23 of OpenClaw's built-in tools out of the box (4 missing are simple API wrappers)
- Fully ClawHub compatible — import skills directly from the marketplace with
/oc-hub import - Every import gets a mandatory security scan before it touches your system
- Real-time web chat UI with read-receipts
- Voice messages via Whisper
- Customized file sharing with individual, configurable expiration times
- Scheduled tasks
- Webhooks
- Approval workflows
- Three install modes, including fully-autonomous root-user chaos
Current Status
The tool is available for cloning and immediate use. The developer is seeking feedback, suggestions, and pull requests, with particular interest in channel adapters (Telegram/Discord/etc. are planned). Users encountering bugs are encouraged to open issues on the repository.
Setup
Just clone, setup, and chat. The repository is available at http://github.com/reedmayhew18/ClawedBack.
📖 Read the full source: r/openclaw
👀 See Also

Claude 4.6 Opus Reasoning Distilled to 14GB for Apple Silicon via MLX Quantization
A developer has quantized a Qwen 3.5 27B model distilled from Claude 4.6 Opus reasoning trajectories from 55.6GB to 14GB using MLX for Apple Silicon, achieving ~16 tokens/sec on an M4 Pro while maintaining the model's analytical reasoning capabilities.

Sense: Go SDK for LLM-powered test assertions and structured text extraction
Sense is a Go SDK that uses Claude for two main functions: evaluating non-deterministic output in tests with plain English assertions, and extracting typed structs from unstructured text through reflection and forced tool_use.

MCP Gateway for Secure Remote Access to Internal Tools
An open-source MCP gateway aggregates multiple MCP tool servers into a single connection, enabling secure access via Claude Desktop without exposing public endpoints. It uses OpenZiti/zrok for zero-trust networking and requires only one configuration entry with a share token.

OpenClaw Plugin Connects AI Agents to Meshtastic Radio Mesh for Off-Grid Operation
A new open-source plugin bridges the OpenClaw framework with Meshtastic's LoRa radio mesh network, enabling AI conversations, API queries, and device control without internet or cellular connectivity.