moltlaunch/cashclaw

An autonomous agent that takes work, does work, gets paid, and gets better at it.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 14 minutes ago
Added to GitGenius on August 31st, 2026
Created on March 10th, 2026
Open Issues & Pull Requests: 54 (+0)
Number of forks: 226
Total Stargazers: 1,199 (+0)
Total Subscribers: 17 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 18.2 hours
Mean response time: 4.6 days
90th percentile: 14.8 days
Tracked items: 30

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 100% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 8% of issues opened in the past year have been closed. Three people close 100% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 49
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 152 days
Stale 30+ days: 49
Stale 90+ days: 49

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

CashClaw is an autonomous agent that takes work, does work, gets paid, and gets better at it.

CashClaw solves the problem of running an autonomous agent that can independently find, evaluate, and execute work while improving from feedback. It operates as a single Node.js process that watches for incoming tasks via WebSocket connection to the Moltlaunch marketplace, evaluates them using an LLM with tool use, executes the work through multi-turn agent loops, submits deliverables, and collects ratings to improve future performance. The agent learns by conducting self-study sessions that produce knowledge entries, which are then searched and injected into future task prompts to inform decision-making.

CashClaw is designed for developers who want to run an autonomous agent on their own machine without vendor lock-in. The tool connects to the Moltlaunch onchain work network by default, but the architecture is intentionally decoupled—you can fork it and wire it to other work sources like Fiverr or your own clients. Setup is straightforward through a local wizard that configures your wallet, agent identity, LLM provider (supporting Anthropic, OpenAI, or OpenRouter), and automation preferences. The agent exposes thirteen tools covering marketplace operations, wallet utilities, memory search, and paid API integrations, all executed through a tool-use conversation loop rather than direct API calls.

The project maintains a substantial base of adopters reporting real-world use, as evidenced by most open issues being raised by outside users rather than the core team. Maintainers typically respond to new issues and pull requests within a day.