Skip to main content
GitHub repository

nanoclaw-codex

nanoclaw-codex contains 16 collected skills from GaussianGuaicai, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
16
Stars
12
updated
2026-04-26
Forks
1
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

add-imessage
software-developers

Add iMessage as an optional channel skill for NanoClaw using a single-file local-macos-first implementation. Phase 1 keeps BlueBubbles as a config seam.

2026-04-26
customize
software-developers

Add new capabilities or modify NanoClaw behavior. Use when user wants to add channels (iMessage, 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.

2026-04-26
setup
software-developers

Run initial NanoClaw setup. Use when user wants to install dependencies, authenticate messaging channels, register their main channel, or start the background services. Triggers on "setup", "install", "configure nanoclaw", or first-time setup requests.

2026-04-26
add-gmail
software-developers

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.

2026-04-10
add-ollama-tool
software-developers

Add a local Ollama MCP server so the Codex worker can call local models for cheaper/faster summarization, translation, or general helper tasks.

2026-04-10
add-slack
software-developers

Add Slack as a channel. Can replace WhatsApp entirely or run alongside it. Uses Socket Mode (no public URL needed).

2026-04-10
add-telegram
software-developers

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

2026-04-10
add-telegram-swarm
software-developers

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

2026-04-10
add-voice-transcription
software-developers

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.

2026-04-10
add-whatsapp
software-developers

Add WhatsApp as a channel. Can replace other channels entirely or run alongside them. Uses QR code or pairing code for authentication.

2026-04-10
convert-to-apple-container
software-developers

Historical migration skill for the old Docker/Apple Container runtime. Current NanoClaw uses a local Codex worker and does not require Apple Container.

2026-04-10
update-nanoclaw
software-developers

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

2026-04-10
x-integration
software-developers

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

2026-04-10
context-memory
software-developers

Configure, verify, and troubleshoot NanoClaw structured session memory, `MEMORY_REFRESH`, and sliding-window compaction. Use when enabling `~/.config/nanoclaw/context-config.json`, checking `context_turns` or `group_memory_state`, or debugging summary updates, bootstrap behavior, and resumed-session refreshes.

2026-04-02
debug
software-developers

Debug NanoClaw runtime issues. Use when worker runs fail, channel auth breaks, context memory behaves unexpectedly, WebSocket sources stop, or to inspect logs, IPC, sessions, and sandbox layout.

2026-04-02
home-assistant-rest-api
software-developers

Work with Home Assistant's REST API for state inspection, service calls, template rendering, custom events, synthetic states, history, and REST authentication/debugging. Use when the user asks to query or control Home Assistant through `/api/*`, build a REST client, or troubleshoot 400/401/404/405 responses.

2026-03-26