Plain-English task runner
Describe what you want in natural language. The agent breaks it into steps, executes them, and reports back — no scripting required.
A powerful CLI agent built for developers. Run tasks, automate workflows, and ship faster — straight from your terminal. No dashboards, no magic.
$ npm install -g testy-claw
added 1 package in 1.4s
$ Testy-Claw wakeup
✦ Testy Claw is awake
◎ Loading tools fs · shell · http · git
◎ Model gpt-4o
◎ Config claw.config.ts
✓ Ready — type your task below
$ testy-claw run "scaffold a REST API"
◎ Planning 4 steps...
✓ Done in 2.1s · 4 files created
Works with every major AI provider
A CLI agent that understands your project, executes tasks, and gets out of your way.
Describe what you want in natural language. The agent breaks it into steps, executes them, and reports back — no scripting required.
Run multiple agent tasks concurrently. Testy Claw distributes work across workers automatically — no infra to manage.
Built-in tools for filesystem, shell, HTTP, and Git. Add custom tools in TypeScript with a single function export.
Every action the agent takes is logged in real time. Inspect, replay, or roll back any step from the CLI.
Define your agent's tools, model, limits, and behaviour in a typed TypeScript config. Version it alongside your project.
First-class GitHub Actions, GitLab CI, and Buildkite integrations. Automate agent tasks as part of any pipeline.
Testy Claw fits into your existing workflow. No new paradigms, no dashboards — just your terminal.
One command gets you the full CLI. No project setup required — works anywhere Node.js runs.
npm install -g testy-clawRun init inside any project. Testy Claw detects your stack and writes a config file with sensible defaults.
testy-claw initDescribe what you want done. The agent plans, executes, and reports back — step by step.
testy-claw run "your task here"// claw.config.ts
import { defineConfig } from "testy-claw";
export default defineConfig({
agent: "my-agent",
tools: ["fs", "shell", "http"],
model: "gpt-4o",
maxSteps: 20,
timeout: 30_000,
});# Run a task
$ testy-claw run "scaffold a REST API in ./src"
◎ Planning steps...
✓ Created src/index.ts
✓ Created src/routes/users.ts
✓ Created src/middleware/auth.ts
✓ Wrote package.json dependencies
✓ Done in 4.1s — 5 files created“Testy Claw caught a prompt regression that would have shipped to 50k users. The semantic matchers are genuinely impressive — nothing else comes close.”
Priya Mehta
Staff Engineer · Synthex AI
“We went from zero LLM test coverage to 200+ tests in a week. The TypeScript-first API means our team was productive immediately — no new tools to learn.”
Jordan Lee
Head of Platform · Loopback Labs
“The CI integration is seamless. We gate every deploy on Testy Claw results. It's become as essential as our unit test suite.”
Marcus Chen
CTO · Orbital Systems
“Finally, a testing tool that understands LLMs aren't deterministic. The baseline diffing and tolerance settings are exactly what we needed.”
Aisha Okonkwo
ML Engineer · Verdant AI
Start free. Scale as you grow. No surprise bills.
For individuals exploring the CLI agent.
For developers shipping real workflows.
For teams with advanced automation needs.
All plans include a 14-day free trial · No credit card required
Install Testy Claw globally and start running your CLI agent in under a minute. No config files, no sign-up required to try it.
Free forever · No credit card · Open source