Customize (NanoClaw)

Walks through adding channels, triggers, or integrations to NanoClaw interactively.

Works with setup

Test report

Verdict
Works with setup
Score
7.2/10
Tested
Jul 11, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 7c17eb5

Verbatim install is clean and the SKILL.md frontmatter/refs all check out, but only simple in-repo text edits (e.g. tweaking a group's CLAUDE.md persona) work standalone; the headline capabilities it advertises — adding channels, wiring MCP integrations, modifying the router — hard-depend on a full NanoClaw checkout plus the ncl admin CLI and sibling /add-* and /manage-channels skills that the copy-only install command never brings along. A/B on the one task a user CAN do standalone (rewrite a persona file to formal tone, preserve two rules, add a refund rule) showed the skill and the no-skill base arm producing effectively identical, fully-correct output, so the skill added no lift there.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 4/5
  • Output vs. baseline 5/10
  • Docs & honesty 4/5

What Customize (NanoClaw) does

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.

How to install Customize (NanoClaw)

git clone https://github.com/nanocoai/nanoclaw
cd nanoclaw
mkdir -p ~/.claude/skills
cp -r .claude/skills/customize ~/.claude/skills/customize

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Customize (NanoClaw)

  • /customize Walks through adding channels, triggers, or integrations to NanoClaw interactively.

It also activates on plain-language prompts like these:

  • Add a Telegram channel to my NanoClaw agent
  • Add a Slack integration and change the trigger
  • Modify the router to support email input

Frequently asked questions

Is the Customize (NanoClaw) skill free?
Yes. The skill itself is free from nanocoai/nanoclaw. SkillProof publishes the install command and an independent test verdict at no cost.
Does Customize (NanoClaw) work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Works with setup. Verbatim install is clean and the SKILL.md frontmatter/refs all check out, but only simple in-repo text edits (e.g. tweaking a group's CLAUDE.md persona) work standalone; the headline capabilities it advertises — adding channels, wiring MCP integrations, modifying the router — hard-depend on a full NanoClaw checkout plus the ncl admin CLI and sibling /add-* and /manage-channels skills that the copy-only install command never brings along. A/B on the one task a user CAN do standalone (rewrite a persona file to formal tone, preserve two rules, add a refund rule) showed the skill and the no-skill base arm producing effectively identical, fully-correct output, so the skill added no lift there.
What is the Customize (NanoClaw) SkillProof Score?
7.2/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 4/5.
How do I install Customize (NanoClaw)?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Customize (NanoClaw) with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.