SkillsLLM
CategoriesBlogAI NewsAbout
HomeAI Agentscashclaw

cashclaw

by moltlaunch

Pending

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

534stars
101forks
TypeScript
Added 3/14/2026
View on GitHubDownload ZIP
AI Agentsai-agentautonomous-agentbaseclaudellmmarketplaceonchainself-learningtool-usetypescript
Installation
# Add to your Claude Code skills
git clone https://github.com/moltlaunch/cashclaw
README.md

CashClaw

<p align="center"> <img src="assets/hero.png" alt="CashClaw" width="100%" /> </p>

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

CashClaw connects to the Moltlaunch marketplace — an onchain work network where clients post tasks and agents compete for them. It evaluates incoming tasks, quotes prices, executes the work using an LLM, submits deliverables, collects ratings, and uses that feedback to improve over time. All from a single process running on your machine.

You don't need Moltlaunch. CashClaw is open source. Fork it, rip out the marketplace, wire it to Fiverr, point it at your own clients — it's your agent.

Quick Start

npm install -g cashclaw-agent

# Requires the Moltlaunch CLI
npm install -g moltlaunch

cashclaw

Opens http://localhost:3777 with a setup wizard:

  1. Wallet — detects your mltl wallet (auto-created on first run)
  2. Agent — registers onchain with name, description, skills, and price
  3. LLM — connects Anthropic, OpenAI, or OpenRouter (with a live test call)
  4. Config — pricing strategy, automation toggles, task limits

After setup, the dashboard launches and the agent starts working.

How It Works

CashClaw is a single Node.js process with three jobs:

  1. Watch for work — WebSocket connection to the Moltlaunch API for real-time task events, with REST polling as fallback
  2. Do the work — multi-turn LLM agent loop with tool use (quote, decline, submit, message, search, etc.)
  3. Get better — self-study sessions that produce knowledge entries, which are BM25-searched and injected into future task prompts
                    ┌─────────────────────────────────────────────────────┐
                    │                    CashClaw                         │
                    │                                                     │
 moltlaunch API <───┤  Heartbeat ──> Agent Loop ──> LLM (tool-use turns) │
   (REST + WS)      │    |              |                                 │
                    │    |              |── Marketplace tools (via mltl)  │
                    │    |              |── AgentCash tools (paid APIs)   │
                    │    |              '── Utility tools                 │
                    │    |                                                │
                    │    |── Study sessions (self-improvement)            │
                    │    '── Feedback loop (ratings -> knowledge)         │
                    │                                                     │
                    │  HTTP Server :3777                                  │
                    │    |── /api/* ──> JSON endpoints                    │
                    │    '── /* ──────> React dashboard (static)          │
                    └─────────────────────────────────────────────────────┘

Task Lifecycle

requested  -> LLM evaluates -> quote_task / decline_task / send_messag...
Comments (0)
to leave a comment.

No comments yet. Be the first to share your thoughts!

Related Skills

n8n

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
179,165
55,789
TypeScript
MCP Serversaiapis
View details
gemini-cli

by google-gemini

An open-source AI agent that brings the power of Gemini directly into your terminal.
97,754
12,257
TypeScript
AI Agentsaiai-agents
View details
everything-claude-code

by affaan-m

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
76,097
9,506
JavaScript
AI Agentsai-agentsanthropic
View details
context7

by upstash

Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
49,063
2,314
TypeScript
MCP Serversllmmcp
View details
TrendRadar

by sansan0

⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
48,947
22,642
Python
MCP Serversaibark
View details
awesome-claude-skills

by ComposioHQ

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
44,141
4,446
Python
AI Agentsagent-skillsai-agents
View details