{"data":{"slug":"nanocoai-nanoclaw","name":"nanoclaw","tagline":"A lightweight alternative to OpenClaw that runs in containers for security, connecting to various messaging apps using Anthropic's Agents SDK","github_url":"https://github.com/nanocoai/nanoclaw","owner":"nanocoai","repo":"nanoclaw","owner_avatar_url":"https://avatars.githubusercontent.com/u/255066954?v=4","primary_language":"TypeScript","stars":30558,"forks":12845,"topics":["ai-agents","ai-assistant","claude-code","claude-skills","openclaw"],"archived":false,"github_pushed_at":"2026-08-19T16:42:32+00:00","maintenance_label":"Very active","stars_delta_30d":265,"url":"https://www.graphcanon.com/tools/nanocoai-nanoclaw","markdown_url":"https://www.graphcanon.com/tools/nanocoai-nanoclaw.md","api_url":"https://www.graphcanon.com/api/graphcanon/tools/nanocoai-nanoclaw","graph_url":"https://www.graphcanon.com/api/graphcanon/graph?tool=nanocoai-nanoclaw","description":"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","homepage_url":"https://nanoclaw.dev","license":"MIT","open_issues":904,"watchers":129,"ai_summary":"Provides a secure environment for AI agents by running them inside containers. Supports multiple messaging platforms and leverages Claude Code from Anthropic for diagnostics and resume operations during setup.","readme_excerpt":"## Quick Start\n\n```bash\ngit clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2\ncd nanoclaw-v2\nbash nanoclaw.sh\n```\n\n`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 with OneCLI, builds the agent container, and pairs your first channel (iMessage, Telegram, Discord, WhatsApp, or a local CLI). If a step fails, Claude Code is invoked automatically to diagnose and resume from where it broke.\n\n<details>\n<summary><strong>Migrating from NanoClaw v1?</strong></summary>\n\nRun from a fresh v2 checkout next to your v1 install:\n\n```bash\ngit clone https://github.com/nanocoai/nanoclaw.git nanoclaw-v2\ncd nanoclaw-v2\nbash migrate-v2.sh\n```\n\n`migrate-v2.sh` finds your v1 install (sibling directory, or `NANOCLAW_V1_PATH=/path/to/nanoclaw`), migrates state into the v2 checkout, then `exec`s into Claude Code to finish the parts that need judgment (owner seeding, shared-memory migration, fork-customisation replay).\n\nRun the script directly, not from inside a Claude session — the deterministic side needs interactive prompts and real shell I/O for Node/pnpm bootstrap, Docker, OneCLI, and the container build.\n\n**What it does:** merges `.env`, seeds the v2 DB from `registered_groups`, copies group folders + session data + scheduled tasks, installs the channel adapters you select, copies channel auth state (including the Baileys keystore for WhatsApp — LID mapping is now resolved per-message by the Baileys v7 adapter, not migrated), builds the agent container.\n\n**What it doesn't:** flip the system service. Pick *\"switch to v2\"* at the prompt, or do it manually after testing — your v1 install is left untouched.\n\nSee [docs/v1-to-v2-changes.md](docs/v1-to-v2-changes.md) for what's different and [docs/migration-dev.md](docs/migration-dev.md) for development notes.\n\n</details>\n\n---\n\n## Requirements\n\n- macOS or Linux (Windows via WSL2)\n- Node.js 20+ and pnpm 10+ (the installer will install both if missing)\n- [Docker Desktop](https://docker.com/products/docker-desktop) (macOS/Windows) or Docker Engine (Linux)\n- [Claude Code](https://claude.ai/download) for `/customize`, `/debug`, error recovery during setup, and all `/add-<channel>` skills\n\n---\n\n## License\n\nMIT\n\n<img referrerpolicy=\"no-referrer-when-downgrade\" src=\"https://static.scarf.sh/a.png?x-pxid=47894bd5-353b-42fe-bb97-74144e6df0bf\" />","github_created_at":"2026-01-31T15:47:22+00:00","created_at":"2026-07-07T17:40:09.214073+00:00","updated_at":"2026-08-19T18:02:03.5651+00:00","categories":[{"slug":"ai-agents","name":"AI Agents","url":"https://www.graphcanon.com/categories/ai-agents","markdown_url":"https://www.graphcanon.com/categories/ai-agents.md","api_url":"https://www.graphcanon.com/api/graphcanon/categories/ai-agents"}],"tags":[{"slug":"ai-agents","name":"ai-agents"},{"slug":"ai-assistant","name":"ai-assistant"},{"slug":"claude-code","name":"claude-code"},{"slug":"claude-skills","name":"claude-skills"},{"slug":"containers","name":"containers"},{"slug":"messaging-apps","name":"messaging-apps"},{"slug":"openclaw","name":"openclaw"},{"slug":"security","name":"security"}],"trust":{"provenance":{"is_fork":false,"github_id":1146738089,"owner_type":"Organization","methodology":"github_public_v1","parent_repo":null,"near_duplicate_slugs":[]},"computed_at":"2026-08-19T18:02:02.122Z","maintenance":{"label":"Very active","score":96,"methodology":"github_public_v1","releases_90d":4,"days_since_push":0,"last_release_at":"2026-08-13T20:43:27Z","stars_delta_30d":265,"open_issues_delta_30d":80},"security_summary":{"status":"findings","scanner":"osv@v1","low_count":2,"high_count":0,"last_scan_at":"2026-07-11T11:16:04.608Z","medium_count":0,"scan_profile":"deps","critical_count":0}},"capability_facts":{"mcp":{"source":"repo_scan","observed_at":"2026-08-19T18:02:02.772Z","server_manifest":false},"scan":{"source":"repo_scan","observed_at":"2026-08-19T18:02:02.772Z"},"has_cli":{"value":true,"source":"package.json:bin|scripts","observed_at":"2026-08-19T18:02:02.772Z"},"languages":{"value":["typescript","javascript"],"source":"github.language+package.json","observed_at":"2026-08-19T18:02:02.772Z"},"license_spdx":{"value":"MIT","source":"github.license","observed_at":"2026-08-19T18:02:02.772Z"}},"decision_facts":{"hosting":null,"pricing":null,"requirements":null,"constraints":null,"when_to_use":["When your goal is a secure environment leveraging Docker containers for running AI agents across multiple messaging platforms including WhatsApp, Telegram, Slack, Discord, and Gmail.","If you want diagnostics and recovery support during setup provided by Claude Code from Anthropic, directly integrated into the process to aid troubleshooting and resume operations automatically."],"when_not_to_use":["When working in environments that do not allow or require Docker for security reasons since Nanoclaw mandates its use to ensure isolation and safety.","If your project needs more extensive community support or a wider array of pre-built integrations; Nanoclaw is a lightweight alternative and might lack the breadth of capabilities offered by larger,老牌"],"source":"enrich:decision_facts","observed_at":"2026-07-11T13:04:00.323Z"},"constraint_facets":null,"decision_summary":[{"label":"Adopt for","value":"A lightweight alternative to OpenClaw that runs in containers for security, connecting to various messaging apps using Anthropic's Agents SDK."}]}}