Channels & Skills
WhatsApp built-in. Add more channels via Claude Code skills. Agents run in isolated containers.
Chat Platforms
WhatsApp is the built-in channel. Telegram, Discord, and Slack can be added via Claude Code skills that transform your fork's source code. Other channels are planned as future skills.
Built-in channel via Baileys library. QR code pairing, text messages, group chats with per-group isolated containers and CLAUDE.md memory.
settings Run 'npm run auth' to pair via QR code
Telegram
Add via Claude Code skill /add-telegram. The skill transforms your fork to add a clean Telegram integration with bot token auth.
settings Run /add-telegram in Claude Code
Discord
Add via Claude Code skill /add-discord. The skill adds Discord gateway support to your fork with server, channel, and DM handling.
settings Run /add-discord in Claude Code
Slack
Add via Claude Code skill /add-slack. The skill adds Slack Events API integration to your fork.
settings Run /add-slack in Claude Code
Email (Gmail)
Email channel via IMAP/SMTP. Gmail integration available now via /add-gmail skill using Composio OAuth.
settings Run /add-gmail in Claude Code
Signal
Privacy-focused messaging. Planned as a future Claude Code skill. Contribute /add-signal to make it available.
settings Skill not yet available
iMessage
macOS iMessage integration. Planned as a future Claude Code skill. Contribute /add-imessage to make it available.
settings Skill not yet available
Matrix
Decentralized messaging via Matrix protocol. Planned as a future Claude Code skill.
settings Skill not yet available
Mattermost
Self-hosted team chat. Planned as a future Claude Code skill.
settings Skill not yet available
IRC
Classic IRC integration. Planned as a future Claude Code skill.
settings Skill not yet available
Lark / Feishu
Lark and Feishu integration. Planned as a future Claude Code skill.
settings Skill not yet available
DingTalk
DingTalk enterprise chat. Planned as a future Claude Code skill.
settings Skill not yet available
Microsoft Teams
Microsoft Teams integration. Planned as a future Claude Code skill.
settings Skill not yet available
WebChat
Browser-based chat interface. Planned as a future Claude Code skill.
settings Skill not yet available
AI Engine
NanoClaw runs exclusively on the Anthropic Claude Agent SDK. Claude Code is installed inside each container and handles all AI interactions. Single-provider by design.
Tip: NanoClaw uses Anthropic Claude exclusively via the Agent SDK. Claude Code runs inside each container with full tool access — shell, files, web search, browser automation. The SDK handles model selection internally.
Anthropic
The only AI provider. Claude Agent SDK runs inside each container with full tool access — shell, files, web search, browser automation. Set ANTHROPIC_API_KEY in .env.
settings Set ANTHROPIC_API_KEY in .env or use Claude Code OAuth
Container Runtime
Agents run in isolated Linux containers. Apple Container on macOS for lightweight native isolation. Docker on macOS/Linux for cross-platform support.
Docker
Primary container runtime for agent isolation on macOS and Linux. Each agent runs in its own Docker container with Chromium, agent-browser, and Claude Code pre-installed.
settings docker build -t nanoclaw-agent container/
Smart Home
Control smart home devices through natural language on WhatsApp. Planned as future skills.
Home Assistant
Control smart home devices through natural language on WhatsApp. Planned as a future Claude Code skill. Contribute /add-homeassistant to make it available.
settings Skill not yet available
Philips Hue
Direct control of Philips Hue smart lights via chat. Planned as a future Claude Code skill.
settings Skill not yet available
Developer Tools
Integrate NanoClaw into your development workflow. Planned as future skills.
GitHub
Manage repositories, issues, and pull requests through chat commands. Planned as a future Claude Code skill.
settings Skill not yet available
Productivity
Connect knowledge bases and project management tools. Planned as future skills.
Notion
Read and write Notion pages and databases. Planned as a future Claude Code skill.
settings Skill not yet available
Obsidian
Access your Obsidian vault and search notes. Planned as a future Claude Code skill.
settings Skill not yet available
Trello
Manage Trello boards, lists, and cards through chat. Planned as a future Claude Code skill.
settings Skill not yet available
Music & Audio
Control music playback through chat commands. Planned as future skills.
Spotify
Control Spotify playback through chat. Planned as a future Claude Code skill.
settings Skill not yet available
Platforms
NanoClaw runs on macOS and Linux. Requires Node.js 20+ and a container runtime (Apple Container or Docker).
macOS
Native macOS support with Apple Container for lightweight agent isolation. No Docker daemon required. Run as a background process with launchd.
settings git clone https://github.com/qwibitai/NanoClaw.git && cd NanoClaw && claude
Linux
First-class Linux support. Run as a systemd service with Docker for agent isolation. Works on all major distros, headless and desktop.
settings git clone https://github.com/qwibitai/NanoClaw.git && cd NanoClaw && claude
Android
Android support via WebChat or companion app. Planned for a future release. Contribute a /add-webchat skill to enable browser-based access.
settings Skill not yet available
iOS
iOS support via WebChat or companion app. Planned for a future release. Contribute a /add-webchat skill to enable browser-based access.
settings Skill not yet available
Need a Custom Integration?
NanoClaw is extensible. Build your own integration or request one from the community.