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 Code Skill Converts Stitch Designs to Next.js with Zero Pixel Drift
A Claude Code skill converts Google Stitch AI designs to Next.js components with mandatory verification checkpoints to prevent pixel drift, preserving exact values and handling assets.

Spectral: Capture App Traffic to Generate MCP Servers for OpenClaw Agents
Spectral is an open-source tool that captures traffic from any application, analyzes it with an LLM, and generates a working MCP server, allowing OpenClaw agents to call the app's real API directly instead of relying on browser automation.

7 slash commands, $0.45/post: This Claude Code pipeline runs a full SEO content operation
A developer open-sourced a 7-command Claude Code pipeline that handles SEO research, writing, optimization, and publishing. Costs $0.45/post (Perplexity API), runs in 15 min/day. Results: 18× monthly impressions in 12 months.

Agent Wake Skill for OpenClaw: Notify Discord When Tasks Complete
A developer created agent-wake.py, a Python script that Claude Code calls after tasks finish. It sends Discord pings and fires wake events via the gateway HTTP API, prompting the agent to post summaries automatically.