Self-Improving Agent
一个面向 Automation 场景的 Agent 技能。原始说明:Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
一个面向 Automation 场景的 Agent 技能。原始说明:Autonomous bounty discovery and submission system for earning passive income through freelance AI agent task markets. Polls ClawTasks, OpenWork, Dework, and...
name: ai-agent-bounty-factory
description: |
Autonomous 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:
Environment: BOUNTYTRACKER, BOUNTYEARNINGS (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, inprogress, submitteddeliverable, paid.
compatibility: Created for Zo Computer
metadata:
author: ssyopros.zo.computer
allowed-tools: Bash, Read
Autonomous 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.