← All creators

nanocoai

Organization

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

49 indexed · 1 Featured · 29,591 stars · avg score 93
Prolific

Categories

Indexed Skills (49)

AI & Automation Featured

get-qodo-rules

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.

29,591 Updated today
nanocoai
AI & Automation Solid

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)

29,591 Updated today
nanocoai
AI & Automation Solid

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

29,591 Updated today
nanocoai
AI & Automation Solid

add-codex

Use Codex (CLI + AppServer) as the full agent provider — planning, tool orchestration, native compaction, MCP tools, session resume — in place of the Claude Agent SDK. ChatGPT subscription or OPENAI_API_KEY. Per-group via agent_provider. Distinct from using OpenAI as an MCP tool (where Claude remains the planner).

29,591 Updated today
nanocoai
AI & Automation Solid

add-dashboard

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

29,591 Updated today
nanocoai
AI & Automation Solid

add-deltachat

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

29,591 Updated today
nanocoai
AI & Automation Solid

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

29,591 Updated today
nanocoai
AI & Automation Solid

add-gcal-tool

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.

29,591 Updated today
nanocoai
AI & Automation Solid

add-github

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

29,591 Updated today
nanocoai
AI & Automation Solid

add-gmail-tool

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.

29,591 Updated today
nanocoai
AI & Automation Solid

add-imessage

Add iMessage channel integration via Chat SDK. Local (macOS) or remote (Photon API) mode.

29,591 Updated today
nanocoai
AI & Automation Solid

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

29,591 Updated today
nanocoai
AI & Automation Solid

add-linear

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

29,591 Updated today
nanocoai
AI & Automation Solid

add-macos-statusbar

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.

29,591 Updated today
nanocoai
AI & Automation Solid

add-matrix

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

29,591 Updated today
nanocoai
AI & Automation Solid

add-mnemon

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

29,591 Updated today
nanocoai
AI & Automation Solid

add-ollama-provider

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.

29,591 Updated today
nanocoai
AI & Automation Solid

add-ollama-tool

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

29,591 Updated today
nanocoai
AI & Automation Solid

add-opencode

Use OpenCode as an agent provider (AGENT_PROVIDER=opencode). OpenRouter, OpenAI, Google, DeepSeek, etc. via OpenCode config — not the Anthropic Agent SDK. Per-session and per-group via agent_provider; host passes OPENCODE_* and XDG mount when spawning containers.

29,591 Updated today
nanocoai
AI & Automation Solid

add-resend

Add Resend (email) channel integration via Chat SDK.

29,591 Updated today
nanocoai
AI & Automation Solid

add-rtk

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

29,591 Updated today
nanocoai
AI & Automation Solid

add-signal

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

29,591 Updated today
nanocoai
AI & Automation Solid

add-teams

Add Microsoft Teams channel integration via Chat SDK.

29,591 Updated today
nanocoai
AI & Automation Solid

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.

29,591 Updated today
nanocoai
AI & Automation Solid

add-vercel

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.

29,591 Updated today
nanocoai
AI & Automation Solid

add-wechat

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.

29,591 Updated today
nanocoai
AI & Automation Solid

add-whatsapp-cloud

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

29,591 Updated today
nanocoai
AI & Automation Solid

add-whatsapp

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

29,591 Updated today
nanocoai
AI & Automation Solid

claw

Install the claw CLI tool — run NanoClaw agent containers from the command line without opening a chat app.

29,591 Updated today
nanocoai
AI & Automation Solid

convert-to-apple-container

Switch from Docker to Apple Container for macOS-native container isolation. Use when the user wants Apple Container instead of Docker, or is setting up on macOS and prefers the native runtime. Triggers on "apple container", "convert to apple container", "switch to apple container", or "use apple container".

29,591 Updated today
nanocoai
AI & Automation Solid

customize

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.

29,591 Updated today
nanocoai
AI & Automation Solid

debug

Debug container agent issues. Use when things aren't working, container fails, authentication problems, or to understand how the container system works. Covers logs, environment variables, mounts, and common issues.

29,591 Updated today
nanocoai
AI & Automation Solid

init-first-agent

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.

29,591 Updated today
nanocoai
AI & Automation Solid

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

29,591 Updated today
nanocoai
AI & Automation Solid

manage-channels

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

29,591 Updated today
nanocoai
AI & Automation Solid

migrate-from-openclaw

Migrate from OpenClaw to NanoClaw. Detects 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".

29,591 Updated today
nanocoai
AI & Automation Solid

migrate-from-v1

Finish migrating a NanoClaw v1 install into v2. Run after `bash migrate-v2.sh` completes. Seeds the owner, cleans up CLAUDE.local.md files, reconciles container configs, and helps port custom v1 code. Triggers on "migrate from v1", "finish migration", "v1 migration".

29,591 Updated today
nanocoai
AI & Automation Solid

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.

29,591 Updated today
nanocoai
AI & Automation Solid

update-nanoclaw

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

29,591 Updated today
nanocoai
AI & Automation Solid

update-skills

Check for and apply updates to installed skill branches from upstream.

29,591 Updated today
nanocoai
AI & Automation Solid

use-native-credential-proxy

Replace OneCLI gateway with the built-in credential proxy. For users who want simple .env-based credential management without installing OneCLI. Reads API key or OAuth token from .env and injects into container API requests.

29,591 Updated today
nanocoai
AI & Automation Solid

x-integration

X (Twitter) integration for NanoClaw. Post tweets, like, reply, retweet, and quote. Use for setup, testing, or troubleshooting X functionality. Triggers on "setup x", "x integration", "twitter", "post tweet", "tweet".

29,591 Updated today
nanocoai
AI & Automation Solid

add-discord

Add Discord bot channel integration via Chat SDK.

29,591 Updated today
nanocoai
AI & Automation Solid

add-gchat

Add Google Chat channel integration via Chat SDK.

29,591 Updated today
nanocoai
AI & Automation Solid

add-slack

Add Slack channel integration via Chat SDK.

29,591 Updated today
nanocoai
AI & Automation Solid

add-telegram

Add Telegram channel integration via Chat SDK.

29,591 Updated today
nanocoai
AI & Automation Solid

add-webex

Add Webex channel integration via Chat SDK.

29,591 Updated today
nanocoai
AI & Automation Solid

manage-mounts

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

29,591 Updated today
nanocoai
AI & Automation Solid

setup

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.

29,591 Updated today
nanocoai

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.