Install
openclaw skills install ai-agent-bounty-factoryAutonomous bounty discovery and submission system for earning passive income through freelance AI agent task markets. Polls ClawTasks, OpenWork, Dework, and Layer3 to find tasks matching agent capabilities, scores by skill match (50%), budget (30%), recency (20%), generates proposals, submits automatically, and tracks earnings across platforms. Commands: - bounty_factory.py discover Find matching bounties - bounty_factory.py submit <id> Submit proposal for specific bounty - bounty_factory.py proposal <id> Preview generated proposal - bounty_factory.py submit-all Auto-submit all qualifying bounties - bounty_factory.py status Show pipeline stats and earnings Environment: BOUNTY_TRACKER, 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. Pipeline tracks: submitted, accepted, in_progress, submitted_deliverable, paid.
openclaw skills install ai-agent-bounty-factoryAutonomous income generation through freelance task marketplaces. Runs 24/7 to discover, propose, and earn.
Each bounty is scored 0-100:
Minimum threshold to auto-submit: 50 points.
# Discover matching bounties
python scripts/bounty_factory.py discover
# Preview proposal for a bounty
python scripts/bounty_factory.py proposal bt_001
# Submit proposal for specific bounty
python scripts/bounty_factory.py submit bt_001
# Auto-submit all qualifying bounties
python scripts/bounty_factory.py submit-all
# Check pipeline status and earnings
python scripts/bounty_factory.py status
Set via: export PROPOSAL_MODE="instant"
discovered -> scored -> proposal_generated -> submitted -> accepted
-> rejected
accepted -> in_progress -> submitted_deliverable -> approved -> paid
Configure API keys for each platform in environment variables.