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

mcp-india-stack: Open-source MCP server for Indian financial APIs
mcp-india-stack is an open-source MCP server that provides Claude with native access to seven Indian financial and government API tools, including GSTIN validation, IFSC lookup, and PAN validation. It requires zero authentication, is offline-first, and is available via pip install.

Reddit user shares detailed prompt for exporting personal knowledge from AI assistants
A Reddit user has created a comprehensive prompt for extracting structured personal knowledge from AI assistants like Claude, addressing perceived limitations in Anthropic's ChatGPT import feature. The prompt generates three distinct JSON artifacts covering personal knowledge bases, intellectual frameworks, and knowledge graphs.

Google Research introduces TurboQuant for AI model compression
Google Research has introduced TurboQuant, a compression algorithm that reduces AI model size with zero accuracy loss. It addresses memory overhead in vector quantization and improves key-value cache performance.

Claude-voice: Local TTS with Word Highlighting for Claude Code
Claude-voice is a Python tool that adds local text-to-speech with real-time word highlighting to Claude Code's voice mode. It uses Kokoro TTS (82M parameters) running fully locally without API keys.