All authors
nanocoai avatar

Claude Skills by nanocoai

github.com/nanocoai
61 skillsA× 40B× 11C× 7D× 2F× 10 installs0 views
Add Atomic Chat ToolC

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-agentsgobash
0
30,682
Add CodexB

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 OPENAI_API_KEY. Per-group via agent_provider. Distinct from using OpenAI as an MCP tool (where Claude remains the planner).

ai-agentstypescriptbash
0
30,682
Add DashboardB

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

ai-agentstypescriptbash
0
30,682
Add DeltachatA

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

ai-agentstypescriptgo
0
30,682
Add DiscordA

Add Discord bot channel integration via Chat SDK.

ai-agentstypescriptgo
0
30,682
Add EmacsA

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-agentstypescriptbash
0
30,682
Add GchatA

Add Google Chat channel integration via Chat SDK.

ai-agentstypescriptgo
0
30,682
Add GithubA

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

ai-agentstypescriptrust
0
30,682
Add ImessageA

Add iMessage channel integration via Chat SDK. Local (macOS) or remote (Photon API) mode.

ai-agentstypescriptbash
0
30,682
Add Karpathy Llm WikiA

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-agentsbash
0
30,682
Add LinearA

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

ai-agentstypescriptrust
0
30,682
Add Macos StatusbarC

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-agentsswiftbash
0
30,682
Add MatrixB

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

ai-agentstypescriptbash
0
30,682
Add MnemonA

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

ai-agentsbashnode
0
30,682
Add Ollama ProviderC

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-agentstypescriptgo
0
30,682
Add Ollama ToolC

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

ai-agentsgobash
0
30,682
Add OpencodeB

Use OpenCode as an agent provider (AGENT_PROVIDER=opencode). OpenRouter, OpenAI, Google, DeepSeek, etc. via OpenCode config — not the Anthropic Agent SDK. Per-session and per-group via agent_provider; host passes OPENCODE_* and XDG mount when spawning containers.

ai-agentstypescriptgo
0
30,682
Add ResendA

Add Resend (email) channel integration via Chat SDK.

ai-agentstypescriptgo
0
30,682
Add RtkC

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-agentsgobash
0
30,682
Add SignalD

Add Signal channel integration via signal-cli TCP daemon. Native adapter — no Chat SDK bridge.

ai-agentstypescriptpython
0
30,682
Add SlackB

Add Slack channel integration via Chat SDK.

ai-agentstypescriptgo
0
30,682
Add TeamsA

Add Microsoft Teams channel integration via Chat SDK.

ai-agentstypescriptgo
0
30,682
Add TelegramA

Add Telegram channel integration via Chat SDK.

ai-agentstypescriptbash
0
30,682
Add VercelB

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.

ai-agentsgobash
0
30,682
Vercel CliB

Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables.

ai-agentsbashnextjs
0
30,682
Add WebexA

Add Webex channel integration via Chat SDK.

ai-agentstypescriptgo
0
30,682
Add WechatA

Add WeChat (personal) channel integration via Tencent's official iLink Bot API. Uses long-polling and QR scan — no webhook, no ToS risk, no paid token.

ai-agentstypescriptbash
0
30,682
Add Whatsapp CloudA

Add WhatsApp Business Cloud API channel via Chat SDK. Official Meta API.

ai-agentstypescriptgo
0
30,682
Add WhatsappB

Add WhatsApp channel via native Baileys adapter. Direct connection — no Chat SDK bridge. Uses QR code or pairing code for authentication.

ai-agentstypescriptbash
0
30,682
CustomizeB

Add new capabilities or modify NanoClaw behavior. Use when user wants to add channels (Telegram, Slack, email input), change triggers, add integrations, modify the router, or make any other customizations. This is an interactive skill that asks questions to understand what the user wants.

ai-agentstypescriptgo
0
30,682
DebugD

Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues.

ai-agentstypescriptgo
0
30,682
Init First AgentA

Walk the operator through creating the first NanoClaw agent for a DM channel — resolve the operator's channel identity, wire the DM messaging group to a new agent, and trigger a welcome DM via the normal delivery path. Use after channel credentials are configured and the service is running.

ai-agentsgobash
0
30,682
Init OnecliF

Install and initialize OneCLI Agent Vault. Migrates existing .env credentials to the vault. Use after /update-nanoclaw brings in OneCLI as a breaking change, or for first-time OneCLI setup.

ai-agentspythongo
0
30,682
Manage ChannelsA

Wire channels to agent groups, manage isolation levels, add new channel groups. Use after adding a channel, during setup, or standalone to reconfigure.

ai-agentsgobash
0
30,682
Manage MountsA

Configure which host directories agent containers can access. View, add, or remove mount allowlist entries. Triggers on "mounts", "mount allowlist", "agent access to directories", "container mounts".

ai-agentsbash
0
30,682
Migrate From OpenclawA

Migrate from OpenClaw to NanoClaw. Detects existing OpenClaw installation, extracts identity, channel credentials, scheduled tasks, and other config, then guides interactive migration. Triggers on "migrate from openclaw", "openclaw migration", "import from openclaw".

ai-agentsgobash
0
30,682
Migrate From V1A

Finish migrating a NanoClaw v1 install into v2. Run after `bash migrate-v2.sh` completes. Seeds the owner, cleans up CLAUDE.local.md files, reconciles container configs, and helps port custom v1 code. Triggers on "migrate from v1", "finish migration", "v1 migration".

ai-agentsgoshell
0
30,682
Migrate NanoclawC

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.

ai-agentstypescriptrust
0
30,682
SetupA

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.

ai-agentsgobash
0
30,682
Update NanoclawA

Efficiently bring upstream NanoClaw updates into a customized install, with preview, selective cherry-pick, and low token usage.

ai-agentsgogit
0
30,682
Update SkillsA

Check for and apply updates to installed skill branches from upstream.

ai-agentsgogit
0
30,682
Agent BrowserA

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.

ai-agentsjavascriptgo
0
30,682
Frontend EngineerA

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. Use alongside vercel-cli for production-quality deployments.

ai-agentstypescriptbash
0
30,682
Onecli GatewayA

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 tools. Make HTTP requests directly; the gateway injects credentials automatically.

ai-agentsgobash
0
30,682
Self CustomizeA

Customize your own agent — add capabilities, install packages, add MCP servers, edit code or CLAUDE.md. Use when the user asks you to add a feature, install a tool, or modify how you work. For non-trivial code changes, delegate to a builder agent via create_agent.

ai-agentsdocker
0
30,682
WelcomeA

Introduce yourself to a newly connected channel. Triggered automatically when a channel is first wired. Send a friendly greeting and brief overview of what you can do.

ai-agentsrustgo
0
30,682
Add AnydocB

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-agentsbashnode
0
30,682
Convert Documents To MarkdownA

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.

ai-agentsrustshell
0
30,682
Add ClidashA

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-agentsshellbash
0
30,682
Add Dial NumberA

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-agentsbashnode
0
30,682