Agent skill

nanoclaw-repl

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

mturacgithub.com/mturacGitHub ↗
codexcopilotcursorMIT
Install
npx skills add mturac/everything-openai-codex --skill nanoclaw-repl --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/nanoclaw-repl/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 84
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# NanoClaw REPL Use this skill when running or extending `scripts/claw.js`. ## Capabilities - 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` ## Operating Guidance 1. Keep sessions task-focused. 2. Branch before high-risk changes. 3. Compact after major milestones. 4. Export before sharing or archival. ## Extension Rules - keep zero external runtime dependencies - preserve markdown-as-database compatibility - keep command handlers deterministic and local

What's inside
Steps it walks through
  1. Capabilities
  2. Operating Guidance
  3. Extension Rules
More from everything-openai-codex
All skills →
About this skill
What does the nanoclaw-repl skill do?

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

How do I install it?

Run `npx skills add mturac/everything-openai-codex --skill nanoclaw-repl --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mturac/everything-openai-codex, a repository with 84 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going