Use when operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p. Triggers on \"nanoclaw-repl\", \"nanoclaw repl\", \"repl\".
Scanned 9/19/2026
Install to Claude Code
npx -y skills add majinmagros/magros.ai-skills --skill nanoclaw-repl --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Nanoclaw Repl?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majinmagros-nanoclaw-repl)More formats (shields.io, HTML) on the badges page.
---
name: nanoclaw-repl
description: "Use when operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p. Triggers on \"nanoclaw-repl\", \"nanoclaw repl\", \"repl\"."
metadata:
origin: ECC
---
# NanoClaw REPL
Use this skill when running or extending `scripts/claw.js`.
## When to Use
- "Open a persistent REPL session"
- "Branch this session before the risky change"
- "Compact and export the session"
- "Search across past sessions"
- "Extend claw.js with a new command"
## Example
```bash
node scripts/claw.js # start session
/load my-skill # dynamic skill loading
/branch risky-refactor # branch before risk
```
## 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!