By nanocoai
Install modular skills to add messaging channels (Discord, Slack, Telegram, WhatsApp, Gmail, Emacs), AI integrations (Ollama, Parallel, OpenAI Whisper), multimodal tools (image vision, voice transcription, PDF extraction), code review automation (Qodo), CLI access, menu bar status, and runtime switches to NanoClaw agents via guided git merges, setups, and configurations.
npx claudepluginhub nanocoai/nanoclaw-skills --plugin nanoclaw-skillsAdd /compact command for manual context compaction. Solves context rot in long sessions by forwarding the SDK's built-in /compact slash command. Main-group or trusted sender only.
Add Discord bot channel integration to 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). Uses a local HTTP bridge — no bot token or external service needed.
Add Gmail integration to NanoClaw. Can be configured as a tool (agent reads/sends emails when triggered from WhatsApp) or as a full channel (emails can trigger the agent, schedule tasks, and receive replies). Guides through GCP OAuth setup and implements the integration.
Add image vision to NanoClaw agents. Resizes and processes WhatsApp image attachments, then sends them to Claude as multimodal content blocks.
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.
Add Ollama MCP server so the container agent can call local models and optionally manage the Ollama model library.
Adds Parallel AI MCP integration to NanoClaw for advanced web research capabilities.
Add PDF reading to NanoClaw agents. Extracts text from PDFs via pdftotext CLI. Handles WhatsApp attachments, URLs, and local files.
Add WhatsApp emoji reaction support — receive, send, store, and search reactions.
Add Slack as a channel. Can replace WhatsApp entirely or run alongside it. Uses Socket Mode (no public URL needed).
Add Agent Swarm (Teams) support to Telegram. Each subagent gets its own bot identity in the group. Requires Telegram channel to be set up first (use /add-telegram). Triggers on "agent swarm", "agent teams telegram", "telegram swarm", "bot pool".
Add Telegram as a channel. Can replace WhatsApp entirely or run alongside it. Also configurable as a control-only channel (triggers actions) or passive channel (receives notifications only).
Add voice message transcription to NanoClaw using OpenAI's Whisper API. Automatically transcribes WhatsApp voice notes so the agent can read and respond to them.
Add WhatsApp as a channel. Can replace other channels entirely or run alongside them. Uses QR code or pairing code for authentication.
Convert Claude's Markdown output to each channel's native text syntax before delivery. Adds zero-dependency formatting for WhatsApp, Telegram, and Slack (marker substitution). Also ships a Signal rich-text helper (parseSignalStyles) used by the Signal skill.
Install the claw CLI tool — run NanoClaw agent containers from the command line without opening a chat app.
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".
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.
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.
Review and resolve PR issues with Qodo - get AI-powered code review issues and fix them interactively (GitHub, GitLab, Bitbucket, Azure DevOps)
Use when the user wants local voice transcription instead of OpenAI Whisper API. Switches to whisper.cpp running on Apple Silicon. WhatsApp only for now. Requires voice-transcription skill to be applied first.
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.
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".
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimIntelligent OpenClaw (formerly ClawdBot) installation, configuration, and management assistant. Guides users through fresh installs, 23+ channel configurations (Slack, WhatsApp, Telegram, Discord, BlueBubbles, Signal, Google Chat, Teams, Matrix, Feishu/Lark, LINE, and more), troubleshooting, security hardening, tools profiles, SecretRef secrets management, PDF tool, Docker/K8s health probes, and multi-provider model setup. If you can use Claude Code, you can use OpenClaw.
Add WhatsApp as a channel. Install the WhatsApp channel plugin and authenticate.
Persistent agent orchestrator for Claude Code. Multi-channel message routing, triage, and SWE task management. Run /claudeclaw:setup to create your first instance and configure channels.
Claude Code skill pack for Retell AI (30 skills)
Configure persistent memory storage for OpenClaw skills to maintain state across conversations and interactions.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Official skill marketplace for NanoClaw — a lightweight AI assistant that runs agents in isolated containers.
This marketplace is auto-registered in NanoClaw's .claude/settings.json and loads automatically when you start Claude Code in a NanoClaw project. All skills are available immediately — no manual installation needed.
/add-whatsapp — WhatsApp via QR code or pairing code/add-telegram — Telegram bot channel/add-telegram-swarm — Agent Swarm for Telegram (requires Telegram)/add-slack — Slack via Socket Mode/add-discord — Discord bot channel/add-gmail — Gmail integration (tool or full channel)/add-emacs — Emacs chat buffer and org-mode integration via local HTTP bridge/add-voice-transcription — OpenAI Whisper voice transcription (requires WhatsApp)/use-local-whisper — Local whisper.cpp transcription (requires voice-transcription)/add-image-vision — Image attachment processing (requires WhatsApp)/add-pdf-reader — PDF text extraction/add-ollama-tool — Ollama MCP server for local models/add-parallel — Parallel AI integration/x-integration — X (Twitter) posting and interaction/add-reactions — WhatsApp emoji reactions/add-compact — Manual context compaction command/channel-formatting — Convert Markdown to native channel syntax (WhatsApp, Telegram, Slack)/claw — CLI tool to run NanoClaw agents from the terminal/convert-to-apple-container — Switch from Docker to Apple Container/add-macos-statusbar — macOS menu bar status indicator with start/stop controls/init-onecli — Install OneCLI Agent Vault and migrate .env credentials/use-native-credential-proxy — Use built-in .env credential proxy instead of OneCLI/qodo-pr-resolver — Review and resolve Qodo PR issues/get-qodo-rules — Load Qodo coding rules before code tasksMIT