affaan-m/everything-claude-code4.7k installs
nanoclaw-repl
Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p.
How do I install this agent skill?
npx skills add https://github.com/affaan-m/everything-claude-code --skill nanoclaw-replIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill 'nanoclaw-repl' is a documentation-only resource for an external REPL tool. It contains no executable code within the skill package but identifies an operational surface for processing user input and dynamic skill loading, which constitutes an indirect prompt injection risk surface.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerwarn
1/1 file flagged
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
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
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/affaan-m/everything-claude-code/nanoclaw-repl">View nanoclaw-repl on skillZs</a>