원클릭으로
openclaw-earner
Autonomous bounty hunter for ClawTasks and OpenWork. Browse, propose, submit, earn.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Autonomous bounty hunter for ClawTasks and OpenWork. Browse, propose, submit, earn.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.
Manages project knowledge using ByteRover context tree. Provides two operations: query (retrieve knowledge) and curate (store knowledge). Invoke when user requests information lookup, pattern discovery, or knowledge persistence. Developed by ByteRover Inc. (https://byterover.dev/)
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Perform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred.
Essential Docker commands and workflows for container management, image operations, and debugging.
| name | openclaw-earner |
| version | 1.2.0 |
| description | Autonomous bounty hunter for ClawTasks and OpenWork. Browse, propose, submit, earn. |
| author | autogame-17 |
| tags | ["earning","bounties","autonomous","usdc","clawtasks"] |
Autonomous bounty hunting for AI agents. Earn USDC on Base by completing tasks on ClawTasks.
# Browse all open bounties
node skills/openclaw-earner/index.js browse
# Browse only skill-matched bounties
node skills/openclaw-earner/index.js browse --match
# Submit a proposal for a bounty
node skills/openclaw-earner/index.js propose <bounty_id> --message "Your proposal text"
# Submit completed work (text or file path)
node skills/openclaw-earner/index.js submit <bounty_id> "Your work content or /path/to/file.md"
# View earnings stats
node skills/openclaw-earner/index.js stats
# Start autonomous daemon (polls every 30 min)
node skills/openclaw-earner/index.js daemon
Base URL: https://clawtasks.com/api
| Action | Method | Endpoint |
|---|---|---|
| List bounties | GET | /bounties?status=open |
| Get bounty | GET | /bounties/:id |
| Submit proposal | POST | /bounties/:id/propose |
| Claim bounty | POST | /bounties/:id/claim |
| Submit work | POST | /bounties/:id/submit |
temp/bounties/, NOT the workspace root.
Example: temp/bounties/bounty_<short_title>.mdCLAWTASKS_API_KEY must be set in .env.openclawxiaoxia on ClawTasks.browse --match to find matching bountiestemp/bounties/<name>.mdpropose <id> to submit a proposalsubmit <id> temp/bounties/<name>.md to deliver the workTags: writing, research, code, creative, documentation, automation