
Nanoclaw Repl
- 5.3k installs
- 238k repo stars
- Updated August 5, 2026
- affaan-m/everything-claude-code
NanoClaw REPL operates and extends NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p via scripts/claw.js.
About
NanoClaw REPL is an ECC skill for running and extending scripts/claw.js, the zero-dependency session-aware REPL in NanoClaw v2 built on claude -p. Invoke it when you operate the REPL or add command handlers while keeping markdown-as-database compatibility. Persistent markdown-backed sessions survive across runs. Slash commands include 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, or txt with /export, and session metrics with /metrics. Operating guidance keeps sessions task-focused, branches before high-risk changes, compacts after major milestones, and exports before sharing or archival. Extension rules require zero external runtime dependencies, preserved markdown storage, and deterministic local command handlers when modifying claw.js. The skill documentation targets developers maintaining NanoClaw workflows inside Everything Claude Code.
- Persistent markdown-backed sessions across REPL runs
- /model, /load, /branch, /search, /compact, /export, /metrics commands
- Branch before high-risk changes; compact after milestones
- Export to md, json, or txt before sharing or archival
- Zero external runtime dependencies for extensions
Nanoclaw Repl by the numbers
- 5,269 all-time installs (skills.sh)
- +219 installs in the week ending Aug 5, 2026 (Skillselion tracking)
- Ranked #145 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Aug 5, 2026 (Skillselion catalog sync)
nanoclaw-repl capabilities & compatibility
- 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
- Use cases
- orchestration · memory · planning
- Runs
- Runs locally
- Pricing
- Free
What nanoclaw-repl says it does
Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p.
Branch before high-risk changes.
keep zero external runtime dependencies
npx skills add https://github.com/affaan-m/everything-claude-code --skill nanoclaw-replAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 5.3k |
|---|---|
| repo stars | ★ 238k |
| Security audit | 3 / 3 scanners passed |
| Last updated | August 5, 2026 |
| Repository | affaan-m/everything-claude-code ↗ |
What it does
Operate and extend NanoClaw v2 scripts/claw.js with persistent markdown sessions, slash commands, and zero-dependency local handlers.
Who is it for?
Developers running or extending scripts/claw.js in Everything Claude Code NanoClaw v2 workflows.
Skip if: Tasks unrelated to claw.js, NanoClaw REPL commands, or skills that require external runtime dependencies.
When should I use this skill?
Use when running or extending scripts/claw.js for NanoClaw v2 session operations.
What you get
Task-focused sessions with branching, search, compaction, export, and metrics while extending claw.js under zero-dependency rules.
- branched session files
- exported session history
- session metrics report
Files
nanoclaw-repl - 日本語翻訳進行中
このファイルの翻訳は実装中です。英語版は元のスキルファイルを参照してください。
詳細は:D:/tmp/everything-claude-code/skills/nanoclaw-repl/SKILL.md
Related skills
Forks & variants (1)
Nanoclaw Repl has 1 known copy in the catalog totaling 1.4k installs. They canonicalize to this original listing.
- affaan-m - 1.4k installs
FAQ
What slash commands does NanoClaw REPL support?
/model, /load, /branch, /search, /compact, /export, and /metrics for model switching, skills, branching, search, compaction, export, and metrics.
What constraints apply when extending claw.js?
Keep zero external runtime dependencies, preserve markdown-as-database compatibility, and keep command handlers deterministic and local.
When should I compact or export a session?
Compact after major milestones and export before sharing or archival, per operating guidance in the skill.
Is Nanoclaw Repl safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.