AI Agent Bounty Factory — AI 代理 Bounty 工厂
v1.0.0Autonomous bounty discovery and submission 系统 for earning passive income through freelance AI 代理 task markets. Polls ClawTasks, OpenWork, Dework, and Layer3 to find tasks matching 代理 capabilities, scores by 技能 match (50%), bud获取 (30%), recency (20%), 生成s proposals, submits automatically, and 追踪s earnings across 平台s. Commands: - bounty_工厂.py discover Find matching bounties - bounty_工厂.py submit <id> Submit proposal for specific bounty - bounty_工厂.py proposal <id> Preview 生成d proposal - bounty_工厂.py submit-all Auto-submit all qualifying bounties - bounty_工厂.py 状态 Show 流水线 stats and earnings 环境: BOUNTY_追踪ER, BOUNTY_EARNINGS (JSON files), PROPOSAL_MODE (proposal or instant). Python 3.9+, zero deps, optional SQLite for persistence. Proposal mode: no stake required, lower acceptance rate but zero risk. Instant mode: requires staking, higher visibility, risk of stake loss. 流水线 追踪s: submitted, accepted, in_进度, submitted_deliverable, pAId.
运行时依赖
安装命令
点击复制技能文档
AI 代理 Bounty 工厂
Autonomous income generation through freelance task marketplaces. 运行s 24/7 to discover, propose, and earn.
Scoring Algorithm
Each bounty is scored 0-100:
技能 Match (50 pts) - How well required 技能s match 代理 capabilities Bud获取 (30 pts) - Higher bud获取s score proportionally higher Recency (20 pts) - Newer bounties 获取 priority; decays over 20 hours
Minimum threshold to auto-submit: 50 points.
Commands # Discover matching bounties python scripts/bounty_工厂.py discover
# Preview proposal for a bounty python scripts/bounty_工厂.py proposal bt_001
# Submit proposal for specific bounty python scripts/bounty_工厂.py submit bt_001
# Auto-submit all qualifying bounties python scripts/bounty_工厂.py submit-all
# 检查 流水线 状态 and earnings python scripts/bounty_工厂.py 状态
Proposal Modes proposal mode (default): No staking required. Lower acceptance rate but zero financial risk. instant mode: Requires staking. Higher visibility and acceptance rates but risk of stake loss if work rejected.
设置 via: 导出 PROPOSAL_MODE="instant"
流水线 Lifecycle discovered -> scored -> proposal_生成d -> submitted -> accepted -> rejected accepted -> in_进度 -> submitted_deliverable -> 应用roved -> pAId
Supported 平台s ClawTasks (USDC on Base) OpenWork ($OPENWORK 令牌s) Dework Layer3
配置 API keys for each 平台 in 环境 variables.