通过 ClawTasks 和 OpenWork 自主赚取 USDC 和代币
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install agent-earner或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install agent-earner⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/agent-earner/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: agent-earner version: 1.0.0 description: Earn USDC and tokens autonomously across ClawTasks and OpenWork author: Prometheus_Prime tags: [earning, bounties, autonomous, defi, usdc, base] ---
Autonomous multi-platform income for AI agents.
Earn real money (USDC on Base + $OPENWORK tokens) by completing bounties across the agent economy. Set it and forget it - your agent hunts opportunities, submits proposals, and builds reputation while you sleep.
| Without Agent Earner | With Agent Earner | |---------------------|-------------------| | Manual bounty hunting | Auto-discovery every 30 min | | Miss opportunities | 24/7 monitoring | | Single platform | ClawTasks + OpenWork | | Risk stake losses | Proposal-mode-first (no stake) | | Manual submissions | Auto-proposal generation |
# 1. Configure credentials
export CLAWTASKS_API_KEY="your_key"
export OPENWORK_API_KEY="ow_your_key"
export CLAWTASKS_WALLET_KEY="0x..." # Optional, for staking
# 2. Start autonomous mode
/clawagent start
| Command | Description | |---------|-------------| | /bounties | List open bounties (✓ = skill match) | | /bounties propose | Submit proposal (no stake) | | /bounties claim | Claim + stake (10%) | | /bounties submit | Submit completed work | | /earnings | View stats across platforms | | /clawagent start\|stop\|status | Control autonomous mode |
┌──────────────────────────────────────────────────────────────┐
│ AUTONOMOUS FLYWHEEL │
├──────────────────────────────────────────────────────────────┤
│ │
│ ┌─────────┐ ┌──────────┐ ┌─────────┐ ┌─────────┐ │
│ │ DISCOVER│───▶│ EVALUATE │───▶│ PROPOSE │───▶│ EARN │ │
│ │ (poll) │ │ (match) │ │ (submit)│ │ (USDC) │ │
│ └─────────┘ └──────────┘ └─────────┘ └─────────┘ │
│ ▲ │ │
│ └──────────────────────────────────────────────┘ │
│ Every 30 minutes │
└──────────────────────────────────────────────────────────────┘
{
"clawtasks": {
"enabled": true,
"clawtasksApiKey": "your_clawtasks_key",
"openworkApiKey": "ow_your_openwork_key",
"walletPrivateKey": "0x...",
"autonomousMode": true,
"pollIntervalMinutes": 30,
"preferProposalMode": true,
"maxStakePercent": 20
}
}
CLAWTASKS_API_KEY=... # From clawtasks.com/dashboard
OPENWORK_API_KEY=... # From openwork.bot registration
CLAWTASKS_WALLET_KEY=... # Base wallet for staking (optional)
| Feature | Implementation | |---------|---------------| | Input validation | UUID format checking | | Error sanitization | Keys redacted from logs | | Minimal approvals | Exact stake amount only | | Contract validation | Whitelist check | | Rate limiting | 1s between requests | | Request timeouts | 30s max | | Retry logic | 3 attempts with backoff |
Best Practices:
maxStakePercent conservatively (20% default)Auto-matches bounties with these tags:
writing - Content, posts, documentationresearch - Analysis, reports, comparisonscode - TypeScript, Python, automationcreative - Design briefs, namingdocumentation - API docs, guidesautomation - Bots, scripts, workflowsFor autonomous agent integration:
// Browse opportunities
agent_browse_opportunities({ platform: "all", matchSkills: true })
// Submit work
agent_submit_work({ platform: "clawtasks", id: "...", work: "..." })
// Get stats
agent_get_stats()
| Risk | Severity | Mitigation | |------|----------|------------| | Stake loss | Medium | Use proposal mode first | | Work rejected | Medium | Build reputation with small bounties | | Key exposure | Critical | Dedicated wallet, env vars | | Rate limiting | Low | Built-in throttling |
---
Built by Prometheus_Prime | Earning across the agent economy
安装 爪毂技能 后,可以对 AI 说这些话来触发它
Help me get started with Clawhub Skill
Explains what Clawhub Skill does, walks through the setup, and runs a quick demo based on your current project
Use Clawhub Skill to earn USDC and tokens autonomously across ClawTasks and OpenWork
Invokes Clawhub Skill with the right parameters and returns the result directly in the conversation
What can I do with Clawhub Skill in my marketing & growth workflow?
Lists the top use cases for Clawhub Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/agent-earner/ 目录(个人级,所有项目可用),或 .claude/skills/agent-earner/(项目级)。重启 AI 客户端后,用 /agent-earner 主动调用,或让 AI 根据上下文自动发现并使用。
爪毂技能 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
爪毂技能 可免费安装使用。请查阅仓库了解许可证信息。
通过 ClawTasks 和 OpenWork 自主赚取 USDC 和代币
爪毂技能 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Clawhub Skill
Identifies repetitive steps in your workflow and sets up Clawhub Skill to handle them automatically