What problem does it solve? Managing persistent, task-focused AI sessions without external dependencies is difficult when you need session history, branching, and search across conversations. This Skill provides operational guidance for running and extending NanoClaw v2, a markdown-backed REPL built on claude -p. ## Core Features & Use Cases - Persistent Sessions: Maintain markdown-backed sessions with history compaction via /compact and metrics via /metrics. - Session Management: Switch models with /model, load skills dynamically with /load, and branch sessions with /branch before high-risk changes. - Search & Export: Search across sessions with /search and export to md, json, or txt with /export for sharing or archival. - Use Case: Before making a risky refactor in a long-running session, branch the session, complete the work, compact the history, and export the result as markdown for your team. ## Quick Start Ask the assistant to start a NanoClaw session, branch before a risky change, and export the session to markdown when finished.