nanoclaw-repl

Operate and extend NanoClaw v2 REPL sessions with persistent markdown storage.

3|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/agentmatters/mullai-bot --skill nanoclaw-repl-agentmatters
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nanoclaw-repl
Source: https://github.com/agentmatters/mullai-bot/tree/main/src/Mullai.Skills/Skills/claude-code-everything/nanoclaw-repl
Command: npx skills add https://github.com/agentmatters/mullai-bot --skill nanoclaw-repl-agentmatters

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

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

Core Features & Use Cases

  • 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

Quick Start

Start a NanoClaw session and issue a model switch with /model to begin using Claude -p.

Frequently Asked Questions about nanoclaw-repl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage persistent Claude sessions in a REPL environment?

NanoClaw v2 provides a zero-dependency session-aware REPL built on Claude -p that handles interactive session management, persistent markdown-backed sessions, and deterministic command handling for CLAUDE-based workflows.

Can I switch Claude models dynamically during an active REPL session?

Yes, you can switch models dynamically during an active REPL session by issuing the /model command, allowing you to change Claude models on the fly without restarting the session or relying on external runtimes.

How do I load local skills into a Claude -p REPL?

You can load local skills into the REPL by using the /load command, which provides dynamic skill loading capabilities to extend your CLAUDE-based workflows without needing external runtimes or dependencies.

What's the best way to search across multiple Claude REPL sessions?

The best way to search across sessions is using the /search command in NanoClaw v2, which enables cross-session search capabilities alongside other features like session branching with /branch and history compaction with /compact.

Does NanoClaw require external runtimes or dependencies to operate?

No, NanoClaw is a zero-dependency session-aware REPL that operates without external runtimes, providing persistent sessions, model switching, and local skill loading entirely through its built-in command handling system.

How do I export Claude REPL session history to markdown or JSON?

You can export session history to markdown, JSON, or text formats using the /export command in NanoClaw v2, which also provides session metrics through /metrics to track your CLAUDE-based workflow performance.