Skip to main content

← All sources

NanoClaw skills

A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK. 51 skills. skills-hub.ai mirrors 51 skills from NanoClaw daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/nanocoai/nanoclaw

Installing a NanoClaw skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a NanoClaw skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all NanoClaw skills via API
curl https://skills-hub.ai/api/v1/skills?source=nanoclaw

# Browse all sources
open https://skills-hub.ai/sources

Top NanoClaw skills

See all →

The most-installed skills from NanoClaw, ranked by adoption.

  1. 01add-discord

    Add Discord bot channel integration via Chat SDK.

    Buildfrom NanoClaw
  2. 02add-gchat

    Add Google Chat channel integration via Chat SDK.

    Buildfrom NanoClaw
  3. 03add-resend

    Add Resend (email) channel integration via Chat SDK.

    Buildfrom NanoClaw
  4. 04add-signal

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

    Buildfrom NanoClaw
  5. 05add-telegram

    Add Telegram channel integration via Chat SDK.

    Buildfrom NanoClaw
  6. 06add-webex

    Add Webex channel integration via Chat SDK.

    Buildfrom NanoClaw
  7. 07add-whatsapp-cloud

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

    Buildfrom NanoClaw
  8. 08init-onecli

    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.

    Buildfrom NanoClaw
  9. 09manage-channels

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

    Buildfrom NanoClaw
  10. 10migrate-from-openclaw

    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".

    Buildfrom NanoClaw
  11. 11migrate-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.

    Buildfrom NanoClaw
  12. 12setup

    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.

    Buildfrom NanoClaw
  13. 13agent-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.

    Buildfrom NanoClaw
  14. 14onecli-gateway

    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.

    Buildfrom NanoClaw
  15. 15add-codex

    Use Codex (OpenAI's codex app-server) as a full agent provider — planning, tool orchestration, MCP tools, server-side history, session resume — alongside or instead of Claude. ChatGPT subscription or OpenAI API key, vault-only via OneCLI. Per-group via `ncl groups config update --provider codex`. Distinct from using OpenAI as an MCP tool (where Claude remains the planner).

    Buildfrom NanoClaw
  16. 16add-atomic-chat-tool

    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.

    Buildfrom NanoClaw
  17. 17add-clidash

    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.

    Buildfrom NanoClaw
  18. 18add-dashboard

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

    Buildfrom NanoClaw
  19. 19add-deltachat

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

    Buildfrom NanoClaw
  20. 20add-emacs

    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.

    Buildfrom NanoClaw
  21. 21add-github

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

    Buildfrom NanoClaw
  22. 22add-imessage

    Add iMessage to NanoClaw — one channel, two backends. Local (this Mac's chat.db via the Chat SDK bridge; macOS + Full Disk Access) or Hosted iMessage (via photon.codes — native spectrum-ts with a device-login wizard; any OS, no Mac relay). Triggers on "add imessage", "connect imessage", "add photon", "imessage via photon", "native imessage".

    Buildfrom NanoClaw
  23. 23add-karpathy-llm-wiki

    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".

    Buildfrom NanoClaw
  24. 24add-linear

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

    Buildfrom NanoClaw

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 18, 2026, 5:19 PM (success).

NanoClaw skills, frequently asked

What are NanoClaw skills?

NanoClaw skills are AI coding skills published by NanoClaw (A lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK. 51 skills.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many NanoClaw skills are available?

skills-hub.ai indexes 51 skills from NanoClaw, synced daily from the upstream GitHub repository (https://github.com/nanocoai/nanoclaw).

How do I install a NanoClaw skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official NanoClaw skills?

Yes. Every skill from this source is mirrored from NanoClaw's own GitHub repository (https://github.com/nanocoai/nanoclaw). Each skill page links back to the upstream source of truth, so you can verify the original.