claw-code
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
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 moreawesome
😎 Awesome lists about all kinds of interesting topics
superpowers
An agentic skills framework & software development methodology that works.
skills
Skills for Real Engineers. Straight from my .agents directory.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
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.