Published skills
Showing 48 of 58
add-slack
Add Slack channel integration via Chat SDK.
add-deltachat
Integrates DeltaChat channel using @deltachat/stdio-rpc-server as a native adapter, providing email-based messaging with end-to-end encryption.
add-github
Adds GitHub channel integration via Chat SDK, treating PR and issue comment threads as conversations.
add-atomic-chat-tool
Adds an Atomic Chat MCP server so the container agent can call local models served by the Atomic Chat desktop app via its OpenAI-compatible API.
add-imessage
Integrates the iMessage channel through Chat SDK, supporting local (macOS) or remote (Photon API) modes.
add-vercel
Adds Vercel deployment capability to NanoClaw agents by installing the Vercel CLI and setting up OneCLI credential injection. Use this when agents need to deploy web applications to Vercel.
debug
Debug container agent issues, including failures and authentication problems, or understand the container system. Covers logs, environment variables, mounts, and common issues.
setup
Runs the initial NanoClaw setup, used when the user wants to install, configure, or perform a first-time setup.
self-customize
Customize your agent by adding capabilities, installing packages, configuring MCP servers, or editing code/CLAUDE.md. Use this when a user requests a new feature, tool installation, or modification to your operation; for complex code changes, delegate to a builder agent.
agent-browser
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.
slack-formatting
Formats messages for Slack using mrkdwn syntax. Use when responding to Slack channels (folder starts with "slack_" or JID contains Slack identifiers).
welcome
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.
add-karpathy-llm-wiki
Adds a persistent wiki knowledge base to a NanoClaw group, based on Karpathy's LLM Wiki pattern.
add-telegram
Add Telegram channel integration via Chat SDK.
migrate-nanoclaw
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.
add-resend
Add Resend (email) channel integration via Chat SDK.
add-dashboard
Adds a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.
add-ollama-tool
Adds an Ollama MCP server, enabling the container agent to call local models and optionally manage the Ollama model library.
vercel-cli
Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables.
update-nanoclaw
Efficiently bring upstream NanoClaw updates into a customized install, with preview, selective cherry-pick, and low token usage.
add-matrix
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.
add-teams
Add Microsoft Teams channel integration via Chat SDK.
add-webex
Add Webex channel integration via Chat SDK.
claw
Install the claw CLI tool to run NanoClaw agent containers from the command line without opening a chat app.
vercel-cli
Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables.
add-linear
Add Linear channel integration via Chat SDK. Issue comment threads as conversations.
add-signal
Adds Signal channel integration via signal-cli TCP daemon. It's a native adapter, no Chat SDK bridge.
update-skills
Checks for and applies updates to installed skill branches from upstream.
convert-to-apple-container
Switch from Docker to Apple Container for macOS-native container isolation. Use this when you prefer Apple Container over Docker or want the native runtime on macOS.
x-integration
X (Twitter) integration for NanoClaw. Post tweets, like, reply, retweet, and quote. Use for setup, testing, or troubleshooting X functionality.
add-macos-statusbar
Adds 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.
add-gchat
Add Google Chat channel integration via Chat SDK.
add-discord
Add Discord bot channel integration via Chat SDK.
add-whatsapp-cloud
Add WhatsApp Business Cloud API channel via Chat SDK. Official Meta API.
frontend-engineer
A professional frontend engineering discipline that enforces a build-test-verify workflow for every web project. It ensures a site is never declared done until it's built, tested, responsive, accessible, and visually verified in a real browser, often used with vercel-cli for production-quality deployments.
add-ollama-provider
This skill routes NanoClaw agent groups to a local Ollama model, which natively supports the Anthropic API (v1/messages), requiring only environment variable overrides. It's ideal for local agent execution, reducing API costs, or experimenting with open-weight models.
add-mnemon
Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.
nanoclaw
A lightweight alternative to OpenClaw that runs in containers for security. It connects to WhatsApp, Telegram, Slack, Discord, Gmail, and other messaging apps, features memory, scheduled jobs, and runs directly on Anthropic's Agents SDK.
add-wechat
Adds WeChat (personal) channel integration via Tencent's official iLink Bot API. It uses long-polling and QR scan, avoiding webhooks, ToS risks, and paid tokens.
add-codex
Use Codex (CLI + AppServer) as the full agent provider, replacing the Claude Agent SDK, for planning, tool orchestration, native compaction, MCP tools, and session resume. It requires a ChatGPT subscription or OPENAI_API_KEY and is configured per-group, distinct from using OpenAI as an MCP tool.
add-rtk
Installs the rtk token-compression proxy into agent containers. It routes Bash tool calls through rtk for 60-90% token savings on dev commands (git, cargo, pytest, docker, kubectl, etc.).
init-onecli
Installs and initializes OneCLI Agent Vault, migrating existing .env credentials. This is used after /update-nanoclaw introduces OneCLI as a breaking change, or for initial OneCLI setup.
add-gcal-tool
Add Google Calendar as an MCP tool, supporting multi-calendar and multi-account functionalities like listing calendars, managing events, and free/busy queries. It uses OneCLI-managed OAuth, ensuring no raw credentials reach the container as OneCLI injects tokens at request time.
add-opencode
Use OpenCode as an agent provider (AGENT_PROVIDER=opencode) to integrate services like OpenRouter, OpenAI, Google, and DeepSeek via its own configuration, not the Anthropic Agent SDK. The host manages agents per-session and per-group, passing OPENCODE_* variables and XDG mounts.
add-whatsapp
Adds WhatsApp channel via native Baileys adapter. Direct connection — no Chat SDK bridge. Uses QR code or pairing code for authentication.
add-emacs
Adds Emacs as a channel, opening an interactive chat buffer and org-mode integration to talk to NanoClaw from within Emacs (Doom, Spacemacs, or vanilla). It uses a local HTTP bridge, requiring no bot token or external service.
get-qodo-rules
Loads organization and repository-level coding rules from Qodo before code tasks begin, ensuring all generation and modification follows team standards. Use this before any code generation or modification task when rules are not already loaded, or when asked to write, edit, refactor, or review code, or when starting implementation planning.
migrate-from-openclaw
Migrate from OpenClaw to NanoClaw. It detects existing OpenClaw installations, extracts identity, channel credentials, scheduled tasks, and other configurations, then guides an interactive migration. Triggers on "migrate from openclaw", "openclaw migration", "import from openclaw".
Category alert