</>MCP Agents Market
Skill

claw-code

by ultraworkers195.1kRustUpdated 2026-08-16

An agent-managed museum exhibit, built in Rust with Gajae-Code / LazyCodex — developed and maintained with no human intervention.

claw-code is an experimental agent skill repository that serves as a demonstration of autonomous agent-maintained codebases, built in Rust and powered by the Gajae-Code and LazyCodex harness frameworks. Rather than a production-ready tool, it functions as a public exhibit showcasing how AI agents can plan, execute, verify, and maintain a software project without human intervention. Developers interested in practical agent harnesses should start with LazyCodex or Gajae-Code directly; claw-code itself is an artifact illustrating the agent-managed development philosophy.

Key Features

Rust CLI binary (claw) for agent-driven prompt execution and interactive sessions
Autonomous maintenance workflow orchestrated by LazyCodex and Gajae-Code agent harnesses
Supports Anthropic and OpenAI API providers via environment variables (ANTHROPIC_API_KEY, OPENAI_API_KEY)
Built-in health diagnostics with claw doctor command for API key validation and model access checks
Cross-platform support for macOS, Linux, and Windows (PowerShell, Git Bash, WSL)
Build-from-source installation via Cargo with debug and release targets
File context and navigation workflows documented for terminal-based interaction
Companion documentation for local OpenAI-compatible providers (Ollama, llama.cpp, vLLM)

Use Cases

  • 01Exploring autonomous agent-driven software maintenance and repository management workflows
  • 02Learning how LazyCodex and Gajae-Code harnesses orchestrate AI-driven code operations
  • 03Studying a reference implementation of agent-managed version control and artifact preservation
  • 04Testing Anthropic and OpenAI models in a CLI-driven agent interaction environment
  • 05Experimenting with agent prompts and interactive sessions via the claw CLI tool
  • 06Understanding cross-platform Rust build and deployment patterns for agent tools

Related Skills

View more

claw-code — FAQ

What is claw-code?+

claw-code is an experimental Rust-based agent skill repository that demonstrates autonomous agent-maintained software development. It is a museum exhibit of agent-driven workflows rather than a production tool; developers should use LazyCodex or Gajae-Code for practical work.

How do I install claw-code?+

Clone the GitHub repository and build from source using cargo build --workspace in the rust/ directory. The binary (claw or claw.exe) will be in rust/target/debug/. Do not use cargo install claw-code, as the crates.io package is a deprecated stub.

What API keys does claw-code require?+

You need an Anthropic API key (set ANTHROPIC_API_KEY) or OpenAI API key (set OPENAI_API_KEY) to run prompts and sessions. Claude subscription accounts are not supported; only direct API keys work.

Which AI clients work with claw-code?+

claw-code is a standalone CLI tool built with LazyCodex and Gajae-Code harnesses. It does not currently ship an ACP or Zed JSON-RPC daemon; run claw acp for current integration status.

Is claw-code free to use?+

Yes, claw-code is open source under the MIT license. However, you will incur API costs from Anthropic or OpenAI when running prompts and sessions.

What platforms does claw-code support?+

claw-code runs on macOS, Linux, and Windows. Windows users can use PowerShell, Git Bash, or WSL; detailed PowerShell setup instructions are included in the documentation.

How do I install claw-code?+

Open the source repository on GitHub and follow its README. claw-code is a skill — MCP Agents Market links you directly to the official repo.

Is claw-code free?+

claw-code is an open-source project hosted on GitHub. Check the repository for its license and any usage requirements.

Related searches