Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p. Use when operating or extending the NanoClaw REPL.
NewUpdated Sep 9, 2026
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
Keep sessions task-focused.
Branch before high-risk changes.
Compact after major milestones.
Export before sharing or archival.
Extension Rules
keep zero external runtime dependencies
preserve markdown-as-database compatibility
keep command handlers deterministic and local
Files1
1 files · 1.0 KB
Select a file to preview
Overall Score
62/100
Grade
C
Adequate
Grades are signals, not a certification. Always review a skill yourself before use.
Safety
70
Quality
58
Clarity
68
Completeness
52
Summary
The NanoClaw REPL skill provides instructions for operating and extending a session-aware REPL environment (`scripts/claw.js`) with features like persistent markdown sessions, model switching, dynamic skill loading, and session branching. It emphasizes zero external dependencies and markdown-as-database compatibility as core design principles.