Starts a persistent REPL session with model routing, skill hot-loading, branching, compaction, export, and metrics. Also supports session management and search.
How this command is triggered — by the user, by Claude, or both
Slash command
/everything-claude-code:clawThe summary Claude sees in its command listing — used to decide when to auto-load this command
# 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...
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.npx claudepluginhub spongebobgit/hybrid-retrieval-qa-system25plugins reuse this command
First indexed Mar 9, 2026
Showing the 6 earliest of 25 plugins
/clawStarts a persistent REPL session with model routing, skill hot-loading, branching, compaction, export, and metrics. Also supports session management and search.
/clawStarts an interactive AI agent REPL with persistent markdown history, model routing, skill hot-loading, session branching, compaction, export, and metrics.
/session-continueLoads and continues working in an existing session using the session-management skill's 'Action: continue' section step by step.
/integrateAnalyzes and enhances AI artifacts (CLAUDE.md, skills, commands, hooks) to integrate with Subcog persistent memory, with optional --analyze, --enhance, and --create subcommands.
/load-skillLoads an auto-generated skill into the current session, making it immediately active without restart. Also supports listing available skills and searching community skills.
/clawManages OpenClaw gateway instances across macOS, Ubuntu/Debian, Docker, OCI, and Proxmox — health checks, updates, security hardening, channel configuration, and daemon lifecycle.