nanoclaw-repl

Manage NanoClaw v2 sessions with a Markdown-based REPL.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xxih/ai-harness-zh --skill nanoclaw-repl-xxih
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: nanoclaw-repl
Source: https://github.com/xxih/ai-harness-zh/tree/main/references/translations/everything-claude-code/docs/zh-CN/skills/nanoclaw-repl
Command: npx skills add https://github.com/xxih/ai-harness-zh --skill nanoclaw-repl-xxih

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a persistent, Markdown-based REPL to manage and extend NanoClaw v2 without external runtimes.

Core Features & Use Cases

  • Persistent Markdown-based sessions
  • Model switching via /model and dynamic skill loading via /load
  • Session branching with /branch, cross-session search via /search, and history compression via /compact
  • Export options via /export and metrics via /metrics
  • Use Case: build interactive agents, test new skills, and audit conversations across branches

Quick Start

Launch the REPL and start a new session to experiment with NanoClaw v2 using the built-in commands.

Frequently Asked Questions about nanoclaw-repl

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

FAQPage Schema
How do I manage a persistent REPL session for NanoClaw v2 without external runtimes?▼

You can manage a persistent, Markdown-based REPL for NanoClaw v2 using a zero-dependency tool that enables interactive experimentation and session management without requiring external runtimes.

Can I switch models and load new skills dynamically during a session?▼

Yes, dynamic model switching and skill loading are supported during a live session. You can change the active model using the /model command and load new skills dynamically with the /load command.

How do I branch and search across different REPL sessions?▼

You can branch active sessions using the /branch command and perform cross-session search using /search, allowing you to audit conversations and manage branching workflows across different contexts.

What is the best way to export REPL history and track session metrics?▼

The best way to export history and track metrics is by using built-in commands. Use /export to extract session data and /metrics to display tracking information for your REPL sessions.

Do I need any dependencies to run a Markdown-based REPL for skill development?▼

No dependencies are required. This REPL operates with zero-dependency functionality, allowing you to build interactive agents and test new skills directly without installing external runtimes.

How do I compress REPL history to manage long interactive sessions?▼

You can compress session history within the REPL using the /compact command, which helps manage long interactive sessions and maintain performance during extended skill development.