nanocoai

164 mods across 4 repositories, 31k stars between them.

migrate-memory

49

nanocoai/nanoclaw

Skill Claude CodeCodex

Migrate legacy NanoClaw and Claude-native memory into the shared memory tree and provider-neutral standing instructions. Run after an update reports the shared-memory breaking change, or when a group still has .seed.md, legacy CLAUDE.md/CLAUDE.local.md, Claude auto-memory, or an unindexed imported-agent-memory.md.…

31k +15 yesterday A 92 tokens original MIT

migrate-nanoclaw

50

nanocoai/nanoclaw

Skill Claude CodeCodex

Extracts user customizations from a fork, generates a replayable migration guide, and upgrades to upstream by reapplying customizations on a clean base. Replaces merge-based upgrades with intent-based migration.

31k +15 yesterday D 48 tokens original MIT

nanocoai/nanoclaw

Skill Claude CodeCodex

Migrate a classic single-bot Slack install to one provisioned Slack app per existing agent group while preserving agent identities, workspaces, memory, and wiring behavior — or record the operator's choice to stay on classic, which remains supported. Use when /update-nanoclaw surfaces the Slack agents requirement, or…

31k +15 yesterday A 75 tokens original MIT

setup

52

nanocoai/nanoclaw

Skill Claude CodeCodex

Run initial NanoClaw setup. Use when user wants to install NanoClaw, configure it, or go through first-time setup. Triggers on "setup", "install", "configure nanoclaw", or first-time setup requests.

31k +15 yesterday A 50 tokens original MIT

update-nanoclaw

53

nanocoai/nanoclaw

Skill Claude CodeCodex

Transactionally update a customized NanoClaw checkout from official upstream without exposing live mounted source, with fork-safe skill refresh, mutable-state snapshots, migration gates, exact-code upgrade markers, detected service restart, health verification, and automatic local rollback. Use for routine merge…

31k +15 yesterday A 67 tokens original MIT

update-skills

54

nanocoai/nanoclaw

Skill Claude CodeCodex

Refresh installed NanoClaw channel and provider payloads from their registry branches with fork-safe remote resolution and a blocking structured result. Use after updating NanoClaw or whenever installed channel/provider code may be stale.

31k +15 yesterday A 45 tokens original MIT

nanoclaw AGENTS.md

55

nanocoai/nanoclaw

Instructions file CodexOpenCode

AGENTS.md instructions for nanocoai/nanoclaw, a project described as: 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.

31k +15 yesterday A 4 tokens copy · 100% MIT

nanoclaw CLAUDE.md

56

nanocoai/nanoclaw

Instructions file

Claude Code instructions for nanocoai/nanoclaw, covering ⚠️ stop — read this first if you are claude ⚠️, nanoclaw, quick context, entity model and two-db session split.

31k +15 yesterday B 7,210 tokens original MIT

agent-browser

57

nanocoai/nanoclaw

Skill Claude CodeCodex

Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test web pages. Use whenever a browser would be useful, not just when the user explicitly asks.

31k +15 yesterday A 51 tokens original MIT

frontend-engineer

58

nanocoai/nanoclaw

Skill Claude CodeCodex

Pro frontend engineering discipline. Enforces build-test-verify workflow for every web project. Never declare done until the site is built, tested, responsive, accessible, and visually verified in a real browser. Pairs with a deployment skill such as vercel-cli, where one is installed.

31k +15 yesterday A 61 tokens original MIT

onecli-gateway

59

nanocoai/nanoclaw

Skill Claude CodeCodex

OneCLI Gateway: transparent HTTPS proxy that injects stored credentials into outbound calls. You MUST use this skill when the user asks you to read emails, check calendar, access GitHub repos, create issues, check Stripe payments, or interact with ANY external service or API. Do NOT use browser extensions or OAuth CLI…

31k +15 yesterday A 81 tokens original MIT

nanoclaw-telegram

60

nanocoai/nanoclaw-telegram

Settings file Claude Code

An empty agent settings file, from a project described as: NanoClaw Telegram channel integration.

10 5mo ago A tokens not measured copy · 100% MIT

add-compact

61

nanocoai/nanoclaw-telegram

Skill Claude CodeCodex

Add /compact command for manual context compaction. Solves context rot in long sessions by forwarding the SDK's built-in /compact slash command. Main-group or trusted sender only.

10 5mo ago A 40 tokens copy · 94% MIT

add-emacs

63

nanocoai/nanoclaw-telegram

Skill Claude CodeCodex

Add Emacs as a channel. Opens an interactive chat buffer and org-mode integration so you can talk to NanoClaw from within Emacs (Doom, Spacemacs, or vanilla). Uses a local HTTP bridge — no bot token or external service needed.

10 5mo ago A 57 tokens original MIT

add-gmail

64

nanocoai/nanoclaw-telegram

Skill Claude CodeCodex

Add Gmail integration to NanoClaw. Can be configured as a tool (agent reads/sends emails when triggered from WhatsApp) or as a full channel (emails can trigger the agent, schedule tasks, and receive replies). Guides through GCP OAuth setup and implements the integration.

10 5mo ago A 60 tokens copy · 88% MIT

add-image-vision

65

nanocoai/nanoclaw-telegram

Skill Claude CodeCodex

Add image vision to NanoClaw agents. Resizes and processes WhatsApp image attachments, then sends them to Claude as multimodal content blocks.

10 5mo ago A 34 tokens copy · 91% MIT

add-macos-statusbar

66

nanocoai/nanoclaw-telegram

Skill Claude CodeCodex

Add a macOS menu bar status indicator for NanoClaw. Shows a bolt icon with a green/red dot indicating whether NanoClaw is running, with Start, Stop, and Restart controls. macOS only.

10 5mo ago A 49 tokens copy · 97% MIT

add-ollama-tool

67

nanocoai/nanoclaw-telegram

Skill Claude CodeCodex

Add Ollama MCP server so the container agent can call local models and optionally manage the Ollama model library.

10 5mo ago A 28 tokens copy · 92% MIT

add-parallel

68

nanocoai/nanoclaw-telegram

Skill Claude CodeCodex

Adds Parallel AI MCP integration to NanoClaw for advanced web research capabilities.

10 5mo ago A 0 tokens copy · 91% MIT

add-pdf-reader

69

nanocoai/nanoclaw-telegram

Skill Claude CodeCodex

Add PDF reading to NanoClaw agents. Extracts text from PDFs via pdftotext CLI. Handles WhatsApp attachments, URLs, and local files.

10 5mo ago A 37 tokens copy · 86% MIT

add-reactions

70

nanocoai/nanoclaw-telegram

Skill Claude CodeCodex

Add WhatsApp emoji reaction support — receive, send, store, and search reactions.

10 5mo ago A 21 tokens copy · 86% MIT

add-slack

71

nanocoai/nanoclaw-telegram

Skill Claude CodeCodex

Add Slack as a channel. Can replace WhatsApp entirely or run alongside it. Uses Socket Mode (no public URL needed).

10 5mo ago A 29 tokens copy · 86% MIT

add-telegram-swarm

72

nanocoai/nanoclaw-telegram

Skill Claude CodeCodex

Add Agent Swarm (Teams) support to Telegram. Each subagent gets its own bot identity in the group. Requires Telegram channel to be set up first (use /add-telegram). Triggers on "agent swarm", "agent teams telegram", "telegram swarm", "bot pool".

10 5mo ago A 64 tokens copy · 84% MIT