claw-code
A community, MIT-ish CLI agent harness — “the public Rust implementation of the claw CLI
agent harness.” A concrete, model-agnostic instance of the agentic-coding-harness pattern.
Explicitly “not affiliated with, endorsed by, or maintained by Anthropic.”
What it is
- A
clawCLI for AI-assisted coding (claw prompt "…",claw doctordiagnostics). - Multi-provider — Anthropic Claude, OpenAI, and local OpenAI-compatible models (Ollama), i.e. provider-agnostic by design.
- Session management, configuration controls, file navigation, context attachment.
Why it routed here
Where agentsys and agent-kanban are heavyweight orchestration products, claw-code is the minimal, local, provider-agnostic end of the agentic-coding-harness spectrum — a thin structured CLI around whichever model you point it at. Its existence (a community re-implementation of the Claude-Code-style harness) is itself evidence the harness, not any one vendor’s client, is the durable unit.
Related
agentic-coding-harness · agentsys · agent-kanban