一键导入
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