github.com/nanocoai/nanoclaw
| Skill | Added | Review |
|---|---|---|
welcome container/skills/welcome/SKILL.md 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. | 57 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad8837c | |
self-customize container/skills/self-customize/SKILL.md 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. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad8837c | |
onecli-gateway container/skills/onecli-gateway/SKILL.md 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. | 60 60 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: ad8837c | |
frontend-engineer container/skills/frontend-engineer/SKILL.md 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. Pairs with a deployment skill such as vercel-cli, where one is installed. | 60 60 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: ad8837c | |
agent-browser container/skills/agent-browser/SKILL.md 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. | 72 72 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: ad8837c | |
use-native-credential-proxy .claude/skills/use-native-credential-proxy/SKILL.md Opt out of the OneCLI gateway and supply Anthropic credentials from .env instead. For users who want simple .env-based credential management without the OneCLI agent vault. Reads the API key or OAuth token from .env and injects it into the container's API requests. | 65 65 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 8140d08 | |
update-skills .claude/skills/update-skills/SKILL.md Refresh installed NanoClaw channel and provider payloads from their registry branches with fork-safe remote resolution and a blocking structured result. Use after updating NanoClaw or whenever installed channel/provider code may be stale. | 76 76 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad8837c | |
update-nanoclaw .claude/skills/update-nanoclaw/SKILL.md Transactionally update a customized NanoClaw checkout from official upstream without exposing live mounted source, with fork-safe skill refresh, mutable-state snapshots, migration gates, exact-code upgrade markers, detected service restart, health verification, and automatic local rollback. Use for routine merge, rebase, or selective upstream updates. | 72 72 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: ad8837c | |
setup .claude/skills/setup/SKILL.md 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. | 72 72 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: ad8837c | |
migrate-nanoclaw .claude/skills/migrate-nanoclaw/SKILL.md 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. | 59 59 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: ad8837c | |
migrate-memory .claude/skills/migrate-memory/SKILL.md Migrate legacy NanoClaw and Claude-native memory into the shared memory tree and provider-neutral standing instructions. Run after an update reports the shared-memory breaking change, or when a group still has .seed.md, legacy CLAUDE.md/CLAUDE.local.md, Claude auto-memory, or an unindexed imported-agent-memory.md. Triggers on "migrate memory", "legacy memory", "the agent forgot everything after the switch". | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ad8837c | |
migrate-from-v1 .claude/skills/migrate-from-v1/SKILL.md Finish migrating a NanoClaw v1 install into v2. Run after `bash migrate-v2.sh` completes. Seeds the owner, migrates legacy memory, reconciles container configs, and helps port custom v1 code. Triggers on "migrate from v1", "finish migration", "v1 migration". | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad8837c | |
migrate-from-openclaw .claude/skills/migrate-from-openclaw/SKILL.md Migrate from OpenClaw to NanoClaw v2. Detects an 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". | 69 69 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: ad8837c | |
manage-mounts .claude/skills/manage-mounts/SKILL.md 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". | 64 64 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: ad8837c | |
manage-channels .claude/skills/manage-channels/SKILL.md Wire channels to agent groups, manage isolation levels, add new channel groups. Use after adding a channel, during setup, or standalone to reconfigure. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad8837c | |
learn .claude/skills/learn/SKILL.md Distill a reusable skill from anything — a directory, a URL, pasted notes, or what you just did together — or refine an existing skill with new learnings. Use when the user says '/learn', 'learn this', 'turn this into a skill', 'capture this workflow', 'make a skill from <source>', or 'improve/update the <name> skill'. Produces or updates a .claude/skills/<name>/SKILL.md authored to NanoClaw's skill guidelines. (This CREATES or REFINES a skill from a source; it does not install existing skills from a registry.) | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ad8837c | |
init-onecli .claude/skills/init-onecli/SKILL.md 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. | 71 71 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: ad8837c | |
init-first-agent .claude/skills/init-first-agent/SKILL.md Walk the operator through wiring the first NanoClaw agent to a DM channel — resolve the operator's channel identity, select or create the agent, and trigger a welcome DM via the normal delivery path. Use after channel credentials are configured and the service is running. | 70 70 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: ad8837c | |
debug .claude/skills/debug/SKILL.md Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, session DBs, mounts, and common issues. | 67 67 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: ad8837c | |
customize .claude/skills/customize/SKILL.md 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. | 66 66 Impact — No eval scenarios have been run Securityby Medium Suggest reviewing before use Version: ad8837c | |
add-whatsapp .claude/skills/add-whatsapp/SKILL.md Add WhatsApp channel via native Baileys adapter. Direct connection — no Chat SDK bridge. Uses QR code or pairing code for authentication. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad8837c | |
add-whatsapp-cloud .claude/skills/add-whatsapp-cloud/SKILL.md Add WhatsApp Business Cloud API channel via Chat SDK. Official Meta API. | 60 60 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: ad8837c | |
add-wechat .claude/skills/add-wechat/SKILL.md 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. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: ad8837c | |
add-webex .claude/skills/add-webex/SKILL.md Add Webex channel integration via Chat SDK. | 60 60 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: ad8837c | |
vercel-cli .claude/skills/add-vercel/container-skills/vercel-cli/SKILL.md Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables. | 76 76 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: ad8837c |