@gavrielc/nanoclaw
Personal Claude assistant. See README.md for philosophy and setup. See docs/REQUIREMENTS.md for architecture decisions.
Install
Add @gavrielc/nanoclaw to Claude Code with the PolySkill CLI: polyskill add @gavrielc/nanoclaw
Instructions
# NanoClaw Personal Claude assistant. See [README.md](README.md) for philosophy and setup. See [docs/REQUIREMENTS.md](docs/REQUIREMENTS.md) for architecture decisions. ## Quick Context Single Node.js process that connects to WhatsApp, routes messages to Claude Agent SDK running in Apple Container (Linux VMs). Each group has isolated filesystem and memory. ## Key Files | File | Purpose | |------|---------| | `src/index.ts` | Orchestrator: state, message loop, agent invocation | | `src/channels/whatsapp.ts` | WhatsApp connection, auth, send/receive | | `src/ipc.ts` | IPC watcher and task proces…
Keywords: github, personal-assistant, claude-ai, coding-assistant, ai-integration, developer-tools, automation, software-development, project-management