Starts NanoClaw v2 REPL: persistent zero-dependency AI agent session with model routing, skill hot-loading, branching, compaction, export, and metrics.
npx claudepluginhub siniyayousuf/everything_claudecode# Claw Command Start an interactive AI agent session with persistent markdown history and operational controls. ## Usage Or via npm: ## Environment Variables | Variable | Default | Description | |----------|---------|-------------| | `CLAW_SESSION` | `default` | Session name (alphanumeric + hyphens) | | `CLAW_SKILLS` | *(empty)* | Comma-separated skills loaded at startup | | `CLAW_MODEL` | `sonnet` | Default model for the session | ## REPL Commands ## Notes - NanoClaw remains zero-dependency. - Sessions are stored at `~/.claude/claw/<session>.md`. - Compaction keeps the most r...
/clawDelegates to nanoclaw-repl skill as legacy shim, focusing on running or extending claw.js script via node scripts/claw.js or npm run claw.
/clawAdministers OpenClaw instances across macOS, Ubuntu/Debian, Docker, OCI, and Proxmox: lifecycle management, security hardening, updates, monitoring, channels.
/clawStarts NanoClaw v2 REPL: persistent zero-dependency AI agent session with model routing, skill hot-loading, branching, compaction, export, and metrics.
/clawStarts persistent, session-aware AI agent REPL powered by claude CLI, saving conversation history to disk. Supports named sessions and skill contexts via env vars.
/clawClassifies task as coding or read-only, dispatching coding to parallel tmux sessions via ao spawn and read-only to OpenClaw HTTP gateway.
/clawStarts NanoClaw v2 REPL: persistent zero-dependency AI agent session with model routing, skill hot-loading, branching, compaction, export, and metrics.
Start an interactive AI agent session with persistent markdown history and operational controls.
node scripts/claw.js
Or via npm:
npm run claw
| Variable | Default | Description |
|---|---|---|
CLAW_SESSION | default | Session name (alphanumeric + hyphens) |
CLAW_SKILLS | (empty) | Comma-separated skills loaded at startup |
CLAW_MODEL | sonnet | Default model for the session |
/help Show help
/clear Clear current session history
/history Print full conversation history
/sessions List saved sessions
/model [name] Show/set model
/load <skill-name> Hot-load a skill into context
/branch <session-name> Branch current session
/search <query> Search query across sessions
/compact Compact old turns, keep recent context
/export <md|json|txt> [path] Export session
/metrics Show session metrics
exit Quit
~/.claude/claw/<session>.md.