Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p. Use when you need help with nanoclaw repl.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add anubhavg-icpl/vibe --skill ecc-nanoclaw-repl --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ecc Nanoclaw Repl?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/anubhavg-icpl-ecc-nanoclaw-repl)More formats (shields.io, HTML) on the badges page.
---
name: nanoclaw-repl
description: "Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p. Use when you need help with nanoclaw repl."
license: CC-BY-NC-SA-4.0
origin: ECC
---
# NanoClaw REPL
Use this skill when running or extending `scripts/claw.js`.
## Capabilities
- persistent markdown-backed sessions
- model switching with `/model`
- dynamic skill loading with `/load`
- session branching with `/branch`
- cross-session search with `/search`
- history compaction with `/compact`
- export to md/json/txt with `/export`
- session metrics with `/metrics`
## Operating Guidance
1. Keep sessions task-focused.
2. Branch before high-risk changes.
3. Compact after major milestones.
4. Export before sharing or archival.
## Extension Rules
- keep zero external runtime dependencies
- preserve markdown-as-database compatibility
- keep command handlers deterministic and local
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.