Spokes.wiki Search About
Software Source Code source ↗ source url updated Mon Jun 01 2026 00:00:00 GMT+0000 (Coordinated Universal Time)

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 claw CLI for AI-assisted coding (claw prompt "…", claw doctor diagnostics).
  • 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.

agentic-coding-harness · agentsys · agent-kanban