update-skills
121Skill Claude CodeCodex
Check for and apply updates to installed skill branches from upstream.
Skill Claude CodeCodex
Check for and apply updates to installed skill branches from upstream.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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".
Instructions file
Instructions for nanocoai/nanoclaw-whatsapp, covering nanoclaw, quick context, key files, secrets / credentials / proxy (onecli) and skills.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Show what this NanoClaw instance can do — installed skills, available tools, and system info. Read-only. Use when the user asks what the bot can do, what's installed, or runs /capabilities.
Skill Claude CodeCodex
Format messages for Slack using mrkdwn syntax. Use when responding to Slack channels (folder starts with "slack" or JID contains slack identifiers).
Skill Claude CodeCodex
Quick read-only health check — session context, workspace mounts, tool availability, and task snapshot. Use when the user asks for system status or runs /status.
Settings file Claude Code
An empty agent settings file, from a project described as: NanoClaw Gmail channel integration.
Skill Claude CodeCodex
Add /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.
Skill Claude CodeCodex
Add Discord bot channel integration to NanoClaw.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Add image vision to NanoClaw agents. Resizes and processes WhatsApp image attachments, then sends them to Claude as multimodal content blocks.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Add Ollama MCP server so the container agent can call local models and optionally manage the Ollama model library.
Skill Claude CodeCodex
Adds Parallel AI MCP integration to NanoClaw for advanced web research capabilities.
Skill Claude CodeCodex
Add PDF reading to NanoClaw agents. Extracts text from PDFs via pdftotext CLI. Handles WhatsApp attachments, URLs, and local files.
Skill Claude CodeCodex
Add WhatsApp emoji reaction support — receive, send, store, and search reactions.
Skill Claude CodeCodex
Add Slack as a channel. Can replace WhatsApp entirely or run alongside it. Uses Socket Mode (no public URL needed).
Skill Claude CodeCodex
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".
Skill Claude CodeCodex
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).
Skill Claude CodeCodex
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.