Skip to content
Development
Command

/claw

Legacy slash-entry shim for the nanoclaw-repl skill. Prefer the skill directly.

From plugin
ecc
239k109 skills72 agents109 commands7 hooks
+1
Install
> /plugin marketplace add affaan-m/ECC
> /plugin install ecc@ecc

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/claw

Context preview

What this command does when you run it.

Legacy slash-entry shim for the nanoclaw-repl skill. Prefer the skill directly.

Command definition

claw.md
description: Legacy slash-entry shim for the nanoclaw-repl skill. Prefer the skill directly.

Claw Command (Legacy Shim)

Use this only if you still reach for `/claw` from muscle memory. The maintained implementation lives in `skills/nanoclaw-repl/SKILL.md`.

Canonical Surface

  • Prefer the `nanoclaw-repl` skill directly.
  • Keep this file only as a compatibility entry point while command-first usage is retired.

Arguments

`$ARGUMENTS`

Delegation

Apply the `nanoclaw-repl` skill and keep the response focused on operating or extending `scripts/claw.js`.

  • If the user wants to run it, use `node scripts/claw.js` or `npm run claw`.
  • If the user wants to extend it, preserve the zero-dependency and markdown-backed session model.
  • If the request is really about long-running orchestration rather than NanoClaw itself, redirect to `dmux-workflows` or `autonomous-agent-harness`.
Ships withecc

Your agent can write code, but ECC gives it a coordinated engineering system and toolbox: it plans before it builds, verifies changes with tests, reviews its own work from a fresh context, remembers what matters, and turns repeated wins into reusable skills

Get the whole plugin