claw-code-rust-agent-harness
Installation
SKILL.md
claw-code-rust-agent-harness
Skill by ara.so — Codex Skills collection.
Claw Code is a Rust-based CLI agent harness for running LLM-powered coding assistants. It provides a command-line interface for interacting with Claude (Anthropic), OpenAI, and other compatible providers through a unified session-based workflow. The canonical implementation lives in the rust/ workspace and includes health checks, multi-provider configuration, file context handling, and deterministic testing harnesses.
Installation
Build from source (required)
Do NOT use cargo install claw-code — the crates.io package is a deprecated stub. Always build from this repository:
# Clone the repository
git clone https://github.com/ultraworkers/claw-code
cd claw-code/rust
# Build the workspace (debug mode)
cargo build --workspace