claudeclaw
Persistent multi-channel messaging orchestrator with sandboxed execution and memory
All Skills in This Repository (25)
Pure Emerald Level Indicatorsagent-browser
Automate web browsing tasks to research topics, test flows, and extract data.
use-local-whisper
Switch WhatsApp voice transcription from OpenAI Whisper API to local whisper.cpp.
add-discord
Add Discord channel handler and self-registration workflow to ClaudeClaw.
add-whatsapp
Install WhatsApp channel code and dependencies for ClaudeClaw with QR or pairing authentication.
add-compact
Execute manual session compaction for ClaudeClaw conversations via the /compact command.
qodo-pr-resolver
Detect, deduplicate, and organize Qodo PR/MR review issues across providers.
add-voice-transcription
Transcribe WhatsApp voice notes to text using OpenAI Whisper.
uninstall-extension
Uninstall a ClaudeClaw extension by validating, confirming, and removing its directory.
get-qodo-rules
Fetch repository-specific coding rules from the Qodo platform API.
setup
Automate ClaudeClaw setup with dependency installation, channel authentication, and service bootstrapping.
add-telegram
Integrate Telegram as a communication channel for ClaudeClaw deployments.
add-reactions
Capture and persist WhatsApp emoji reactions in a local SQLite store.
Frequently Asked Questions
FAQPage SchemaHow to install ClaudeClaw?βΌ
Run `npx skills add sbusso/claudeclaw --all -g -y` in your terminal to install all skills globally. Then load it with `claude --plugin-dir /path/to/claudeclaw` and type `/setup` for guided configuration.
What does ClaudeClaw do?βΌ
It is a persistent orchestrator that listens to messaging channels like WhatsApp, Telegram, Slack, and Discord, then routes messages to sandboxed agents with memory, scheduling, and cost tracking.
Which messaging channels does ClaudeClaw support?βΌ
It supports WhatsApp, Telegram, Discord, and Slack out of the box, plus Gmail and X (Twitter) integrations via installable skills and extensions.
How does ClaudeClaw keep agents secure?βΌ
Agents run in an OS-level sandbox or Docker/Apple Container with kernel-enforced filesystem and network restrictions, so credentials and files stay isolated per group.
Can ClaudeClaw remember past conversations?βΌ
Yes. It stores daily logs, topic files, and archived transcripts per group, with an optional QMD upgrade for local semantic search across all memory.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core