nanoclaw-repl

Run a session-aware REPL for NanoClaw v2 with markdown-backed persistence.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/vinitgirdhar/GRID_ --skill nanoclaw-repl-vinitgirdhar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nanoclaw-repl
Source: https://github.com/vinitgirdhar/GRID_/tree/main/.agent/skills/nanoclaw-repl
Command: npx skills add https://github.com/vinitgirdhar/GRID_ --skill nanoclaw-repl-vinitgirdhar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Operate and extend NanoClaw v2 with a zero-dependency, session-aware REPL, simplifying development and experimentation.

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 REPL session by running scripts/claw.js with this skill loaded.

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 REPL sessions for Claude extensions?

Markdown-backed session persistence saves your REPL session state locally, ensuring safe, self-contained operation and deterministic behavior without relying on external dependencies.

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

You can switch models with /model and dynamically load skills using /load directly within an active session-aware REPL environment.

How do I branch and search across Claude session histories?

Branch an active session using /branch and perform cross-session searches with /search to navigate and extend NanoClaw v2 experimentation workflows.

Does the NanoClaw REPL require any external dependencies to run?

The NanoClaw REPL is a zero-dependency tool, operating entirely self-contained without requiring external packages to manage sessions and load skills.

What is the best way to export and compact Claude session data?

Use /export to save sessions as md, json, or txt files, and /compact to perform history compaction, reducing context size while preserving session metrics.