nanocoai

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

settings

01

nanocoai/nanoclaw

Settings file Claude Code

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 today A tokens not measured original MIT

add-anydoc

02

nanocoai/nanoclaw

Skill Claude CodeCodex

Add local office-document-to-Markdown conversion to NanoClaw agent containers with the pinned Firecrawl AnyDoc CLI. Use when agents need to read attached Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, or text-based PDF files without uploading them to a hosted parser.

31k +15 today C 64 tokens original MIT

nanocoai/nanoclaw

Skill Claude CodeCodex

Convert an attached Word document, presentation, spreadsheet, OpenDocument file, RTF, EPUB, CSV, or text-based PDF into local Markdown. Use when a message supplies a local attachment path that must be read without uploading it to an external parser.

31k +15 today A 57 tokens original MIT

nanocoai/nanoclaw

Skill Claude CodeCodex

Add Atomic Chat MCP server so the container agent can call local models served by the Atomic Chat desktop app via its OpenAI-compatible API.

31k +15 today A 33 tokens original MIT

add-clidash

05

nanocoai/nanoclaw

Skill Claude CodeCodex

Add clidash — a zero-dependency, read-only web dashboard that derives its tabs and tables at runtime from any CLI that lists resources as JSON. Ships pre-wired for NanoClaw's ncl CLI (agent groups, sessions, channels, users, roles), plus message-activity charts, a log tail, and a read-only file viewer for group…

31k +15 today A 87 tokens original MIT

add-codex

06

nanocoai/nanoclaw

Skill Claude CodeCodex

Use Codex (OpenAI's codex app-server) as a full agent provider — planning, tool orchestration, MCP tools, server-side history, session resume — alongside or instead of Claude. ChatGPT subscription or OpenAI API key, vault-only via OneCLI. Per-group via ncl groups config update --provider codex. Distinct from using…

31k +15 today A 91 tokens original MIT

add-dashboard

07

nanocoai/nanoclaw

Skill Claude CodeCodex

Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.

31k +15 today A 32 tokens original MIT

add-deltachat

08

nanocoai/nanoclaw

Skill Claude CodeCodex

Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption.

31k +15 today A 38 tokens original MIT

add-dial-number

09

nanocoai/nanoclaw

Skill Claude CodeCodex

Add another phone number to an existing Dial channel — a second (or third) public line for the agent, so one NanoClaw install answers SMS and AI voice calls on multiple numbers. Use when Dial is already installed and the operator wants an additional number (e.g. a personal line plus a support line). Requires the Dial…

31k +15 today A 83 tokens original MIT

add-dial-tool

10

nanocoai/nanoclaw

Skill Claude CodeCodex

Give chosen NanoClaw agents a real phone number as a container tool — the dial CLI baked into the agent image plus OneCLI credential injection for api.getdial.ai, scoped per agent, so the agents you pick can send SMS, place AI voice calls, and receive verification codes from inside the sandbox. Independent of the Dial…

31k +15 today A 117 tokens original MIT

dial-cli

11

nanocoai/nanoclaw

Skill Claude CodeCodex

Reference for the dial CLI — gives you a real phone number to send SMS, place AI voice calls, and receive inbound texts/codes via the Dial platform (getdial.ai). Use when the user mentions phones, calls, texts, SMS, voice, OTP, 2FA, or verification codes; when they ask to text, call, ring, or wait for a code from…

31k +15 today A 149 tokens original MIT

add-dial

12

nanocoai/nanoclaw

Skill Claude CodeCodex

Add Dial channel integration — a real phone number for SMS and AI voice calls via the Dial platform (getdial.ai). Native adapter — no Chat SDK bridge.

31k +15 today D 36 tokens original MIT

add-discord

13

nanocoai/nanoclaw

Skill Claude CodeCodex

Add Discord bot channel integration via Chat SDK.

31k +15 today B 13 tokens original MIT

add-emacs

14

nanocoai/nanoclaw

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). Local HTTP bridge — no bot token or external service needed.

31k +15 today A 55 tokens original MIT

add-gchat

15

nanocoai/nanoclaw

Skill Claude CodeCodex

Add Google Chat channel integration via Chat SDK.

31k +15 today A 13 tokens original MIT

add-github

16

nanocoai/nanoclaw

Skill Claude CodeCodex

Add GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.

31k +15 today A 21 tokens original MIT

add-imessage

17

nanocoai/nanoclaw

Skill Claude CodeCodex

Add iMessage to NanoClaw — one channel, two backends. Local (this Mac's chat.db via the Chat SDK bridge; macOS + Full Disk Access) or Hosted iMessage (via photon.codes — native spectrum-ts with a device-login wizard; any OS, no Mac relay). Triggers on "add imessage", "connect imessage", "add photon", "imessage via…

31k +15 today A 92 tokens original MIT

nanocoai/nanoclaw

Skill Claude CodeCodex

Add a persistent wiki knowledge base to a NanoClaw group. Based on Karpathy's LLM Wiki pattern. Triggers on "add wiki", "wiki", "knowledge base", "llm wiki", "karpathy wiki".

31k +15 today A 56 tokens original MIT

add-linear

19

nanocoai/nanoclaw

Skill Claude CodeCodex

Add Linear channel integration via Chat SDK. Issue comment threads as conversations.

31k +15 today A 17 tokens original MIT

add-macos-statusbar

20

nanocoai/nanoclaw

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.

31k +15 today A 49 tokens original MIT

add-matrix

21

nanocoai/nanoclaw

Skill Claude CodeCodex

Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.

31k +15 today A 19 tokens original MIT

add-mattermost

22

nanocoai/nanoclaw

Skill Claude CodeCodex

Add a self-hosted or cloud Mattermost bot channel through the Chat SDK bridge, reusing a local server when available and offering an evaluation server when none exists.

31k +15 today B 38 tokens original MIT

add-mnemon

23

nanocoai/nanoclaw

Skill Claude CodeCodex

Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.

31k +15 today B 27 tokens original MIT

add-ollama-provider

24

nanocoai/nanoclaw

Skill Claude CodeCodex

Route a NanoClaw agent group to a local Ollama model instead of the Anthropic API. Ollama speaks the Anthropic API natively (v1/messages), so no provider code changes are needed — just env var overrides and a model setting. Use when the user wants to run their agent locally, cut API costs, or experiment with…

31k +15 today C 88 tokens original MIT