Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

nanoclaw

nanoclaw には nanocoai から収集した 57 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
57
Stars
30.1k
更新
2026-07-04
Forks
12.9k
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

add-mnemon
その他コンピュータ職

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

2026-07-04
add-opencode
その他コンピュータ職

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.

2026-07-04
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".

2026-07-04
add-clidash
ソフトウェア開発者

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.

2026-07-04
learn
その他コンピュータ職

Distill a reusable skill from anything — a directory, a URL, pasted notes, or what you just did together — or refine an existing skill with new learnings. Use when the user says '/learn', 'learn this', 'turn this into a skill', 'capture this workflow', 'make a skill from <source>', or 'improve/update the <name> skill'. Produces or updates a .claude/skills/<name>/SKILL.md authored to NanoClaw's skill guidelines. (This CREATES or REFINES a skill from a source; it does not install existing skills from a registry.)

2026-06-24
add-discord
ソフトウェア開発者

Add Discord bot channel integration via Chat SDK.

2026-06-23
add-gchat
ソフトウェア開発者

Add Google Chat channel integration via Chat SDK.

2026-06-23
add-github
ソフトウェア開発者

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

2026-06-23
add-linear
ソフトウェア開発者

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

2026-06-23
add-slack
ソフトウェア開発者

Add Slack channel integration via Chat SDK.

2026-06-23
add-teams
ソフトウェア開発者

Add Microsoft Teams channel integration via Chat SDK.

2026-06-23
add-telegram
ソフトウェア開発者

Add Telegram channel integration via Chat SDK.

2026-06-23
add-whatsapp-cloud
ソフトウェア開発者

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

2026-06-23
update-nanoclaw
ソフトウェア開発者

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

2026-06-21
update-skills
ソフトウェア開発者

Re-apply your installed skills to pull their latest code from upstream.

2026-06-21
add-codex
その他コンピュータ職

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

2026-06-15
migrate-memory
ソフトウェア開発者

Carry an agent group's memory across a provider switch, in either direction (e.g. Claude ↔ Codex, or any provider to/from another). Run after the operator switches a group's provider with `ncl groups config update --provider`. The coding agent reads the source provider's memory store, distills it into the target provider's store, and restarts the group. Triggers on "migrate memory", "carry memory over", "the agent forgot everything after the switch".

2026-06-14
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.

2026-06-14
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.

2026-06-14
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.

2026-06-07
add-ollama-tool
ソフトウェア開発者

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

2026-06-06
migrate-from-openclaw
ソフトウェア開発者

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

2026-06-06
use-native-credential-proxy
ソフトウェア開発者

Opt out of the OneCLI gateway and supply Anthropic credentials from .env instead. For users who want simple .env-based credential management without the OneCLI agent vault. Reads the API key or OAuth token from .env and injects it into the container's API requests.

2026-06-06
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.

2026-06-06
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.

2026-06-06
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.

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

2026-06-06
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.

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

2026-06-06
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.

2026-06-06
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.

2026-06-06
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, session DBs, mounts, and common issues.

2026-06-06
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.

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

2026-06-06
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.

2026-06-06
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.

2026-06-06
add-imessage
ソフトウェア開発者

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

2026-06-06
add-matrix
ソフトウェア開発者

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

2026-06-06
add-resend
ソフトウェア開発者

Add Resend (email) channel integration via Chat SDK.

2026-06-06
add-signal
ソフトウェア開発者

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

2026-06-06
このリポジトリの収集済み skills 57 件中、上位 40 件を表示しています。