# Nanoclaw Repl

> Operate and extend NanoClaw v2, ECC's zero-dependency session-aware REPL built on claude -p.

- Skill: `loulanyue/nanoclaw-repl-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add loulanyue/nanoclaw-repl-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/loulanyue/nanoclaw-repl-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: loulanyue (https://skillmd.com/u/loulanyue)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/loulanyue/nanoclaw-repl-3

---


# 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

## 원문
- [영문 원문](../../../../skills/nanoclaw-repl/SKILL.md)

## 탐색
- [한국어 문서 안내](../../README.md)
- [기여 가이드](../../../../CONTRIBUTING.md)

