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 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 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 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
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
Add Signal channel integration via signal-cli TCP daemon. Native adapter — no Chat SDK bridge.
Skill Claude CodeCodex
Add Slack channel integration via Chat SDK.
Skill Claude CodeCodex
Add Microsoft Teams channel integration via Chat SDK.
Skill Claude CodeCodex
Add Telegram channel integration via Chat SDK.
Skill Claude CodeCodex
Add Vercel deployment capability to NanoClaw agents. Installs the Vercel CLI in agent containers and sets up OneCLI credential injection for api.vercel.com. Use when the user wants agents to deploy web applications to Vercel.
Skill Claude CodeCodex
Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables.