mcpbeat

nanocoai Skills

54 skills published by nanocoai across 1 repository. Together they weigh 243 446 tokens — that is what loading all of them at once would cost you in context.

54 skills 243 446 tokens total

Add Atomic Chat Tool
nanoclaw

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.

6k tokens scripts
Add Clidash
nanoclaw

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.

47k tokens scripts
Add Codex
nanoclaw

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

3k tokens
Add Dashboard
nanoclaw

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

8k tokens scripts
Add Deltachat
nanoclaw

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

3k tokens
Add Discord
nanoclaw

Add Discord bot channel integration via Chat SDK.

3k tokens
Add Emacs
nanoclaw

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.

3k tokens
Add Gcal Tool
nanoclaw

Add Google Calendar as an MCP tool (list calendars, list/search/create events, free/busy queries) using OneCLI-managed OAuth. Multi-calendar and multi-account supported. Mirrors /add-gmail-tool's stub pattern — no raw credentials ever reach the container; OneCLI injects real tokens at request time.

3k tokens scripts
Add Gchat
nanoclaw

Add Google Chat channel integration via Chat SDK.

2k tokens
Add Github
nanoclaw

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

2k tokens
Add Gmail Tool
nanoclaw

Add Gmail as an MCP tool (read, search, send, label, draft) using OneCLI-managed OAuth. The agent gets Gmail tools in every enabled group; OneCLI injects real tokens at request time so no raw credentials are ever in the container or on disk in usable form.

5k tokens scripts
Add Imessage
nanoclaw

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

7k tokens
Add Karpathy LLM Wiki
nanoclaw

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

3k tokens
Add Linear
nanoclaw

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

3k tokens
Add Macos Statusbar
nanoclaw

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.

2k tokens
Add Matrix
nanoclaw

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

3k tokens
Add Mnemon
nanoclaw

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

3k tokens scripts
Add Ollama Provider
nanoclaw

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.

2k tokens
Add Ollama Tool
nanoclaw

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

8k tokens scripts
Add Opencode
nanoclaw

Use OpenCode as an agent provider. OpenRouter, OpenAI, Google, DeepSeek, etc. via OpenCode config — not the Anthropic Agent SDK. Per group via `ncl groups config update --provider opencode`; host passes OPENCODE_* and XDG mount when spawning containers.

5k tokens scripts
Add Resend
nanoclaw

Add Resend (email) channel integration via Chat SDK.

2k tokens
Add Rtk
nanoclaw

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

1k tokens
Add Signal
nanoclaw

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

4k tokens
Add Slack
nanoclaw

Add Slack channel integration via Chat SDK.

3k tokens
Add Teams
nanoclaw

Add Microsoft Teams channel integration via Chat SDK.

9k tokens
Add Telegram
nanoclaw

Add Telegram channel integration via Chat SDK.

3k tokens
Add Vercel
nanoclaw

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.

4k tokens scripts
Add Webex
nanoclaw

Add Webex channel integration via Chat SDK.

2k tokens
Add Wechat
nanoclaw

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.

4k tokens scripts
Add Whatsapp
nanoclaw

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

9k tokens scripts
Add Whatsapp Cloud
nanoclaw

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

2k tokens
Agent Browser
nanoclaw

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.

2k tokens
Customize
nanoclaw

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.

2k tokens
Debug
nanoclaw

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.

4k tokens
Frontend Engineer
nanoclaw

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.

2k tokens
Get Qodo Rules
nanoclaw

Loads org- and repo-level coding rules from Qodo before code tasks begin, ensuring all generation and modification follows team standards. Use before any code generation or modification task when rules are not already loaded. Invoke when user asks to write, edit, refactor, or review code, or when starting implementation planning.

2k tokens
Init First Agent
nanoclaw

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.

2k tokens
Init Onecli
nanoclaw

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.

3k tokens
Learn
nanoclaw

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

2k tokens
Manage Channels
nanoclaw

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

3k tokens
Manage Mounts
nanoclaw

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

474 tokens
Migrate From Openclaw
nanoclaw

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

21k tokens scripts
Migrate From V1
nanoclaw

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

3k tokens
Migrate Memory
nanoclaw

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

3k tokens
Migrate Nanoclaw
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.

6k tokens
Onecli Gateway
nanoclaw

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

1k tokens
Qodo Pr Resolver
nanoclaw

Review and resolve PR issues with Qodo - get AI-powered code review issues and fix them interactively (GitHub, GitLab, Bitbucket, Azure DevOps)

6k tokens
Self Customize
nanoclaw

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.

1k tokens
Setup
nanoclaw

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.

150 tokens
Update Nanoclaw
nanoclaw

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

5k tokens
Update Skills
nanoclaw

Re-apply your installed skills to pull their latest code from upstream.

1k tokens
Use Native Credential Proxy
nanoclaw

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.

5k tokens scripts
Vercel CLI
nanoclaw

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

1k tokens
Welcome
nanoclaw

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.

1k tokens