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.
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.
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.
add-resend
Add Resend (email) channel integration via Chat SDK.
add-linear
Add Linear channel integration via Chat SDK. Issue comment threads as conversations.
add-gchat
Add Google Chat channel integration via Chat SDK.
add-discord
Add Discord bot channel integration via Chat SDK.
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.
add-gmail-tool
Integrate Gmail as an MCP tool (read, search, send, label, draft) using OneCLI-managed OAuth. This allows agents in enabled groups to access Gmail tools, with OneCLI securely injecting tokens at request time, preventing raw credentials from being stored.
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-matrix
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.
add-mnemon
Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.
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-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-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.).
add-signal
Adds Signal channel integration via signal-cli TCP daemon. It's a native adapter, no Chat SDK bridge.
add-teams
Add Microsoft Teams channel integration via Chat SDK.
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-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.
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.
customize
Add new capabilities or modify NanoClaw behavior, such as adding channels (Telegram, Slack, email input), changing triggers, adding integrations, or modifying the router. This interactive skill asks questions to understand user needs for customization.
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.
init-first-agent
Walk the operator through creating the first NanoClaw agent for a DM channel, resolving their channel identity, wiring the DM messaging group to a new agent, and triggering a welcome DM. Use after channel credentials are configured and the service is running.
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.
manage-channels
Wire channels to agent groups, manage isolation levels, and add new channel groups. Use after adding a channel, during setup, or standalone to reconfigure.
manage-mounts
Configure which host directories agent containers can access. View, add, or remove mount allowlist entries.
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".
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.
qodo-pr-resolver
Review and resolve PR issues with Qodo. Get AI-powered code review issues and fix them interactively (GitHub, GitLab, Bitbucket, Azure DevOps).
update-nanoclaw
Efficiently bring upstream NanoClaw updates into a customized install, with preview, selective cherry-pick, and low token usage.
update-skills
Checks for and applies updates to installed skill branches from upstream.
x-integration
X (Twitter) integration for NanoClaw. Post tweets, like, reply, retweet, and quote. Use for setup, testing, or troubleshooting X functionality.
onecli-gateway
OneCLI Gateway is a transparent HTTPS proxy that automatically injects stored credentials into outbound calls. Use this skill for any interaction with external services or APIs, such as reading emails, checking calendars, or accessing GitHub repos, by making direct HTTP requests.
slack-formatting
Formats messages for Slack using mrkdwn syntax. Use when responding to Slack channels (folder starts with "slack_" or JID contains Slack identifiers).
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.
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.
Category alert