Claude Skill
nanocoai/nanoclaw
Nanoclaw 是一款轻量级容器化 OpenClaw 替代方案,支持连接 WhatsApp、Telegram、Slack、Discord、Gmail 等应用,具备记忆功能和定时任务调度,基于 Anthropic 智能体 SDK 运行。
概览
仓库信息
安装这个 Skill
git clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2Registry 信息
项目简介
Nanoclaw 是一款轻量级、容器化的 OpenClaw 替代方案,运行于苹果安全容器环境中。它支持连接 WhatsApp、Telegram、Slack、Discord、Gmail 等消息应用,具备记忆功能和定时任务调度能力,并直接基于 Anthropic 智能体 SDK 运行。
A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK
要点
- 容器化运行,增强安全性
- 支持连接 WhatsApp、Telegram、Slack、Discord、Gmail 等应用
- 内置记忆功能,保持上下文连贯
- 支持定时任务调度
- 直接基于 Anthropic 智能体 SDK 运行
使用场景
- 自动化跨平台消息工作流
- 构建带记忆功能的安全 AI 助手
- 调度周期性任务和提醒
- 将 Claude Skill 集成到主流聊天应用
- 部署轻量级智能体自动化方案
README 摘要
<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