Claude Skill
nanocoai/nanoclaw
Nanoclaw is a lightweight, containerized alternative to OpenClaw that connects WhatsApp, Telegram, Slack, Discord, Gmail and more. Features memory, scheduled jobs, and runs on Anthropic's Agents SDK.
Overview
Repository
Install this Skill
git clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2Registry
Summary
Nanoclaw is a lightweight, containerized alternative to OpenClaw that runs securely in Apple's sandbox environment. It connects to WhatsApp, Telegram, Slack, Discord, Gmail, and other messaging apps, features memory and scheduled job capabilities, and runs directly on Anthropic's Agents SDK.
一款轻量级替代Clawdbot/OpenClaw的方案,运行于苹果安全容器环境。支持连接WhatsApp,具备记忆功能、定时任务调度能力,并直接基于Anthropic智能体SDK运行。
Key features
- Containerized for enhanced security
- Connects to WhatsApp, Telegram, Slack, Discord, Gmail and more
- Built-in memory for context retention
- Scheduled job execution
- Runs directly on Anthropic's Agents SDK
Use cases
- Automate multi-platform messaging workflows
- Build secure AI assistants with memory
- Schedule recurring tasks and reminders
- Integrate Claude Skill with popular chat apps
- Deploy lightweight agent-based automation
README excerpt
<p align="center"> <img src="assets/nanoclaw-logo.png" alt="NanoClaw" width="400"> </p> <p align="center"> An AI assistant that runs agents securely in their own containers. Lightweight, built to be easily understood and completely customized for your needs. </p> <p align="center"> <a href="https://nanoclaw.dev">nanoclaw.dev</a> • <a href="https://docs.nanoclaw.dev">docs</a> • <a href="README_zh.md">中文</a> • <a href="README_ja.md">日本語</a> • <a href="https://discord.gg/VDdww8qS42"><img src="https://img.shields.io/discord/1470188214710046894?label=Discord&logo=discord&v=2" alt="Discord" valign="middle"></a> • <a href="repo-tokens"><img src="repo-tokens/badge.svg" alt="repo tokens" valign="middle"></a> </p> --- ## Why I Built NanoClaw [OpenClaw](https://github.com/openclaw/openclaw) is an impressive project, but I wouldn't have been able to sleep if I had given complex software I didn't understand full access to my life. OpenClaw has nearly half a million lines of code, 53 config files, and 70+ dependencies. Its security is at the application level (allowlists, pairing codes) rather than true OS-level isolation. Everything runs in one Node process with shared memory. NanoClaw provides that same core functionality, but in a codebase small enough to understand: one process and a handful of files. Claude agents run in their own Linux containers with filesystem isolation, not merely behind permission checks. ## Quick Start ```bash git clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2 cd nanoclaw-v2 bash nanoclaw.sh ``` `nanoclaw.sh` walks you from a fresh machine to a named agent you can message. It installs Node, pnpm, and Docker if missing, registers your Anthropic credential w