Settings file Claude Code
Agent settings configuring sandbox.
Settings file Claude Code
Agent settings configuring sandbox.
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.
Skill Claude CodeCodex
Use Codex (CLI + AppServer) as the full agent provider — planning, tool orchestration, native compaction, MCP tools, session resume — in place of the Claude Agent SDK. ChatGPT subscription or OPENAIAPIKEY. Per-group via agentprovider. Distinct from using OpenAI as an MCP tool (where Claude remains the planner).
Skill Claude CodeCodex
Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.
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.
Skill Claude CodeCodex
Add Discord bot channel integration via Chat SDK.
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.
Skill Claude CodeCodex
Add Google Calendar as an MCP tool (list calendars, list/search/create events, free/busy queries) using OneCLI-managed OAuth. Multi-calendar and multi-account supported. Mirrors /add-gmail-tool's stub pattern — no raw credentials ever reach the container; OneCLI injects real tokens at request time.
Skill Claude CodeCodex
Add Google Chat channel integration via Chat SDK.
Skill Claude CodeCodex
Add GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.
Skill Claude CodeCodex
Add Gmail as an MCP tool (read, search, send, label, draft) using OneCLI-managed OAuth. The agent gets Gmail tools in every enabled group; OneCLI injects real tokens at request time so no raw credentials are ever in the container or on disk in usable form.
Skill Claude CodeCodex
Add iMessage channel integration via Chat SDK. Local (macOS) or remote (Photon API) mode.
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".
Skill Claude CodeCodex
Add Linear channel integration via Chat SDK. Issue comment threads as conversations.
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.
Skill Claude CodeCodex
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.
Skill Claude CodeCodex
Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.
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…
Skill Claude CodeCodex
Add Ollama MCP server so the container agent can call local models and optionally manage the Ollama model library.
Skill Claude CodeCodex
Use OpenCode as an agent provider (AGENTPROVIDER=opencode). OpenRouter, OpenAI, Google, DeepSeek, etc. via OpenCode config — not the Anthropic Agent SDK. Per-session and per-group via agentprovider; host passes OPENCODE and XDG mount when spawning containers.
Skill Claude CodeCodex
Adds Parallel AI MCP integration to NanoClaw for advanced web research capabilities.
Skill Claude CodeCodex
Add Resend (email) channel integration via Chat SDK.
Skill Claude CodeCodex
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.).
Skill Claude CodeCodex
Add Signal channel integration via signal-cli TCP daemon. Native adapter — no Chat SDK bridge.