A CLI agent that actually ships.
Run tasks in plain English. The agent plans, executes, and reports back — right in your terminal.
Testy Claw is a globally-installed CLI tool that wraps a language model with built-in tools — filesystem, shell, HTTP, and Git — and a typed TypeScript config. You describe a task in plain English; it figures out the steps, executes them, and shows you exactly what it did.
Unlike GUI-based AI tools, Testy Claw lives entirely in your terminal. No dashboards, no accounts, no magic.
$ npm install -g testy-claw
$ Testy-claw wakeup
$ paste your directory or ask agent wahtever ....
◎ Planning 4 steps...
✓ Created src/index.ts
✓ Created src/routes/health.ts
✓ Updated package.json
✓ Done in 2.1s · 3 files created