Prompt-driven capabilities that teach an agent new workflows. Every skill here is evaluated before it is listed.
Ranked by GitHub stars. Search to find fast, or page through the full list.
List and download all files from a Google Drive folder.
Google Workspace Events: Renew/reactivate Workspace Events subscriptions.
Add Resend (email) channel integration via Chat SDK.
Google Sheets: Read and write spreadsheets.
Google Sheets: Read values from a spreadsheet.
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.
Manage Google Meet conferences.
Manage customer support — track tickets, respond, escalate issues.
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.
Google Slides: Read and write presentations.
Google Chat: Manage Chat spaces and messages.
Add Google Chat channel integration via Chat SDK.
Manage Google Apps Script projects.
Manage sales workflows — track deals, schedule calls, client comms.
Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption.
Handle HR workflows — onboarding, announcements, and employee comms.
Subscribe to Google Workspace events.
Add persistent graph-based memory via mnemon. Agents recall past context before responding and remember insights after each turn.
Google Calendar: Create a new event.
Create recurring focus time blocks on Google Calendar to protect deep work hours.
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.).
Google Sheets: Append a row to a spreadsheet.
Google Workflow: Announce a Drive file in a Chat space.
Add Ollama MCP server so the container agent can call local models and optionally manage the Ollama model library.
Google Docs: Append text to a document.
Google Classroom: Manage classes, rosters, and coursework.
Add Discord bot channel integration via Chat SDK.
Read data from two tabs in a Google Sheet to compare and identify differences.
Google Model Armor: Sanitize a user prompt through a Model Armor template.
Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.
Lead a team — run standups, coordinate tasks, and communicate.
Add a list of attendees to an existing Google Calendar event and send notifications.
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.
Add Signal channel integration via signal-cli TCP daemon. Native adapter — no Chat SDK bridge.
HeroUI Native component library for React Native (Tailwind v4 via Uniwind). Use when building mobile UIs with HeroUI Native — creating Buttons, Cards, TextFields, Dialogs; installing heroui-native; configuring dark/light themes; or fetching component docs. Keywords: HeroUI Native, heroui-native, React Native UI, Uniwind, mobile components.
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.
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.
HeroUI v3 React component library (Tailwind CSS v4 + React Aria). Use when building UIs with HeroUI — creating Buttons, Modals, Forms, Cards; installing @heroui/react; configuring dark/light themes with oklch variables; or fetching component docs. Keywords: HeroUI, Hero UI, heroui, @heroui/react, @heroui/styles.
Add iMessage channel integration via Chat SDK. Local (macOS) or remote (Photon API) mode.
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.
HeroUI v2 to v3 migration guide for agents. Use when migrating HeroUI v2 apps to v3, upgrading components, or accessing migration documentation. Keywords: HeroUI migration, v2 to v3, migration guide, upgrade HeroUI.
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).
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 GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.
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.
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.
Add Linear channel integration via Chat SDK. Issue comment threads as conversations.
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".