Nanoclaw Templates — Development skill for Claude Code
Installable agent templates for NanoClaw.
How to install Nanoclaw Templates
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open nanocoai/nanoclaw-templates and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Nanoclaw Templates does
Installable agent templates for NanoClaw.
Alternatives in Development
- Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
- Claude How To — by luongnv89 — Example-driven guide to mastering Claude Code through progressive tutorials with copy-paste tem 8.5k ★
- Prioritization Frameworks — Reference guide to 9 prioritization frameworks with templates 7.8k ★
README
NanoClaw Templates
Prebuilt agent templates for [NanoClaw](https://github.com/nanocoai/nanoclaw), an AI assistant that runs agents securely in their own containers.
A **template** is an [Agent Plugins](https://agent-plugins.org) directory you can stamp into a working NanoClaw agent. It carries the agent's standing instructions, its MCP tool servers, its skills, and optional recurring tasks, but **no secrets and no provider**. Templates are provider-neutral; you pick the runtime separately, so one template works on any provider. Point `ncl` at one and you get a configured agent group in seconds — and because the format is the vendor-neutral plugin standard, the portable parts load in any other spec-compatible client too.
New to NanoClaw? Start at the [main repo](https://github.com/nanocoai/nanoclaw) or [docs.nanoclaw.dev](https://docs.nanoclaw.dev).
Using a template
There are two ways to stamp an agent from a template.
**1. During install.** Running the NanoClaw installer (`bash nanoclaw.sh`) opens a setup wizard with two template choices: **NanoClaw template library** clones this repo and copies the template you pick into your local `templates/`, and **Local templates** lists what is already in `templates/`. It then stamps and wires your first agent.
**2. Anytime, via the CLI:**
ncl groups create --template sales/sdr --name "SDR Agent"
`--template ` is a path relative to your local templates directory (`templates/` by default, or `NANOCLAW_TEMPLATES_DIR`, a local path only). Refs are multi-segment, e.g. `sales/sdr` resolves to `templates/sales/sdr`. For safety, absolute paths, a leading `~`, and `../` escapes are rejected.
To use a template from this repo, get it into your local `templates/` first. The install wizard's **NanoClaw template library** option clones this repo and copies the template you pick into `templates/` for you; or copy the folder by hand. Then stamp it with its bare ref.
`--name` is optional; without it the ag
Related Skills
M5 Paper Buddy
📟 Claude Code physical companion on M5Paper V1.1 e-ink. Multi-session dashboard, hardware approval (buttons +
Marketplace Curation
Curate plugin bundles so marketplaces feel trustworthy, installable, and non-duplicative.
Dsh Plugin Guide
Installable DSH bundle: the dsh-plugin-guide plugin-development knowledge base as an on-demand agent skill. Of
LiteBench
A pip-installable benchmark runner for LLMs and agents. Five minutes to your first eval.
All In One Claude Code
A searchable, installable catalog of a full Claude Code setup — plugins, individual skills, and MCP servers, o
Agent Learner
Reusable self-learning engine for agent workflows with installable Codex and Claude adapters.
Related Agents
Contributing To Claude Agents & Skills Plugin Marketplace
Thank you for your interest in contributing. This guide covers the v2.0.0 plugin format used by the marketplac
Arch Plugin Packager
Packages a newly scaffolded set of skills/agents/commands/hooks/MCPs into a valid, installable Claude Code plu
FastAPI Templates
Production-ready FastAPI project structures with async patterns, dependency injection, middleware, a... - wsho