Prompts · TypeScript · v0.1.0
Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.
#ai-agents#ai-assistant#claude-code
People, skills, MCP servers, plugins and skillsets — everything on Synapth in one place.
Prompts · TypeScript · v0.1.0
Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.
#ai-agents#ai-assistant#claude-code
MCP servers · TypeScript · v0.1.0
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
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
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.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
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.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
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 skills/CLAUDE.md/profiles.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
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 the selected gateway. Per-group via `ncl groups config update --provider codex`. Distinct from using OpenAI as an MCP tool (where Claude remains the planner).
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
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 channel to already be installed (see /add-dial).
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
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 channel; idempotent; re-run to change which agents may use it. Use when the user wants agents to text, call, or run `dial …` from a chat, without wiring Dial as a messaging channel.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
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.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
Add Discord bot channel integration via Chat SDK.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
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.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
Add Google Chat channel integration via Chat SDK.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
Add GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
Add a self-hosted or cloud Mattermost bot channel through the Chat SDK bridge, reusing a healthy server when available and linking to official server setup guidance when needed.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
Install rtk token-compression proxy into agent containers. Routes Bash tool calls through rtk for 60–90% token savings on dev commands (git, cargo, pytest, docker, kubectl, etc.).
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
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 photon", "native imessage".
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
Install or refresh Iron Proxy and its official Iron Control web console for NanoClaw. Use when selecting the Iron gateway, adding its management UI, configuring credentials and grants, or restoring the proxy, approval bridge, and agent guidance.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
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".
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
Add Linear channel integration via Chat SDK. Issue comment threads as conversations.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
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.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.
#ai-agents#ai-assistant#claude-code
Prompts · TypeScript · v0.1.0
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 open-weight models. See docs/ollama.md for background.
#ai-agents#ai-assistant#claude-code