ClaudeClaw: Free Claude Code Plugin for Persistent AI Agents on Messaging Platforms

ClaudeClaw is a free, open-source Claude Code plugin that runs Claude as a persistent agent on messaging channels like Slack, WhatsApp, and Telegram. It's not a hosted service—you clone and run it locally, bringing your own Anthropic API key.
Key Details
The project is a fork of NanoClaw rebuilt as a plugin, with sandbox runtime, webhook triggers, memory system, cost tracking, and extension system added in 2 days. It's written in TypeScript (~8K lines) with 355 tests.
Installation and Setup
Installation requires:
- macOS or Linux
- Node.js 20+
- Claude Code (free)
- Your own Anthropic API key
Install with:
git clone https://github.com/sbusso/claudeclaw
cd claudeclaw && claude
# type: /setupFeatures
- 100% free and open source (MIT license)
- Claude Code plugin (not standalone—leverages Claude Code's tools, skills, hooks)
- OS-level sandbox isolation via Anthropic's sandbox-runtime (<10ms cold starts)
- Composable extension system—
/install-extension slackto add Slack - Structured memory (daily logs, topic files, searchable archive)
- Per-group agent config (model, effort, tools, cost limits)
- Self-hosted—runs on your machine, your data stays local
What It Does
ClaudeClaw listens to Slack/WhatsApp/Telegram, routes messages to Claude agents running in OS-level sandboxes, manages memory across conversations, and handles scheduled tasks and webhooks. The developer built it because they needed Claude answering support questions in their Slack 24/7, not just when they had a terminal open. They found existing frameworks like OpenClaw too large to audit and wanted something small enough to read end-to-end.
📖 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.

Lightpanda: Open-source headless browser for LLM agents with native MCP server and markdown output
Lightpanda is an open-source headless browser designed for LLM-powered agents that uses 16x less memory than Chrome (215MB vs 2GB) and completes web crawling benchmarks in 5 seconds instead of 47 seconds. It provides native markdown output, semantic tree with interactivity detection, and a built-in MCP server.

Steerling-8B: An Interpretable Language Model with Token-Level Attribution
Guide Labs released Steerling-8B, an 8-billion-parameter language model trained on 1.35 trillion tokens that can trace any generated token to input context, human-understandable concepts, and training data sources. The model achieves competitive performance with models trained on 2-7× more data.

Open Source Skill for Parallel AI Coding Agents with Human Gate
A markdown skill definition for running parallel Claude Code agents in separate git worktrees, with integration branch validation, smoke tests, and a hard human gate before production merge.