nanoclaw-repl

Run a zero-dependency NanoClaw REPL with persistent sessions and model switching.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/hieuck/Pro5ChromeManager --skill nanoclaw-repl-hieuck
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nanoclaw-repl
Source: https://github.com/hieuck/Pro5ChromeManager/tree/main/skills/nanoclaw-repl
Command: npx skills add https://github.com/hieuck/Pro5ChromeManager --skill nanoclaw-repl-hieuck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

NanoClaw REPL provides a lightweight, session-aware command interface to interact with NanoClaw v2 without external runtime dependencies.

Core Features & Use Cases

  • zero-dependency REPL: runs with no external runtime requirements.
  • persistent sessions: retains history across runs.
  • model switching and dynamic skill loading: /model, /load commands.
  • branching, search, and export: /branch, /search, /export.
  • metrics and diagnostics for operators.

Quick Start

Launch the REPL using the provided script and start interacting immediately.

Frequently Asked Questions about nanoclaw-repl

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

FAQPage Schema
How do I run a zero-dependency REPL for local session-based development?▼

You can run a zero-dependency REPL by launching the provided script, which enables interactive session-based development with deterministic in-process command handling in local environments.

Does NanoClaw REPL support persistent session history across multiple runs?▼

Yes, NanoClaw REPL supports persistent sessions that retain history across runs using markdown-backed sessions, ensuring cross-session workflows are maintained without external runtime dependencies.

How do I switch models and load skills dynamically in a local REPL?▼

You can switch models and load skills dynamically in the REPL by using the built-in `/model` and `/load` commands, which support dynamic skill loading and model switching.

Can I branch, search, and export sessions in NanoClaw v2?▼

Yes, you can branch, search, and export sessions in NanoClaw v2 by utilizing the built-in `/branch`, `/search`, and `/export` commands provided by the REPL interface.

Do I need external runtime dependencies to use the NanoClaw REPL?▼

No, you do not need external runtime dependencies to use the NanoClaw REPL, as it runs with zero external runtime requirements and relies on deterministic in-process command handling.

What diagnostics are available for operators in a session-aware command interface?▼

The session-aware command interface provides metrics and diagnostics for operators, allowing them to monitor interactions and manage interactive session-based development effectively.