← Back to Skills Marketplace
ssidharhubble

AI Agent Bounty Factory

by ssyopro · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
44
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 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...
README (SKILL.md)

AI Agent Bounty Factory

Autonomous income generation through freelance task marketplaces. Runs 24/7 to discover, propose, and earn.

Scoring Algorithm

Each bounty is scored 0-100:

  • Skill Match (50 pts) - How well required skills match agent capabilities
  • Budget (30 pts) - Higher budgets score proportionally higher
  • Recency (20 pts) - Newer bounties get priority; decays over 20 hours

Minimum threshold to auto-submit: 50 points.

Commands

# 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

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.

Set via: export PROPOSAL_MODE="instant"

Pipeline Lifecycle

discovered -> scored -> proposal_generated -> submitted -> accepted
                                              -> rejected
               accepted -> in_progress -> submitted_deliverable -> approved -> paid

Supported Platforms

  • ClawTasks (USDC on Base)
  • OpenWork ($OPENWORK tokens)
  • Dework
  • Layer3

Configure API keys for each platform in environment variables.

Usage Guidance
Treat this as a high-impact automation skill. The visible code is mostly a local simulation, but the instructions describe real account actions, bulk proposal submission, and possible staking. Do not connect marketplace credentials or enable instant/submit-all workflows unless you have least-privilege keys, manual review, spending limits, and truthful proposal text.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The stated purpose is autonomous bounty discovery and submission across freelance marketplaces, including an instant mode with staking risk. That is high-impact account and financial activity, even though the included script only simulates submissions locally.
Instruction Scope
The instructions promote automatic bulk submission using a score threshold and a submit-all workflow, without clear per-bounty user approval, platform-specific limits, or rollback guidance.
Install Mechanism
There is no install spec, no external dependency installation, and no hidden setup mechanism shown. The local Python script is visible and uses only standard-library modules.
Credentials
SKILL.md tells users to configure API keys for multiple platforms, but registry metadata declares no required credentials or environment variables and gives no scope or permission guidance.
Persistence & Privilege
The script stores local JSON tracker and earnings files, which is purpose-aligned. The documentation also advertises 24/7 operation, but no service, cron job, or background persistence mechanism is included.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-agent-bounty-factory
  3. After installation, invoke the skill by name or use /ai-agent-bounty-factory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of ai-agent-bounty-factory: an autonomous system for discovering and submitting proposals to freelance AI task bounties. - Supports polling and applying to tasks on ClawTasks, OpenWork, Dework, and Layer3. - Implements a scoring algorithm based on skill match, budget, and recency to prioritize bounties. - Offers "proposal" and "instant" submission modes with optional staking for higher acceptance. - Provides commands for discovery, proposal preview, submission, auto-submission, and pipeline status tracking. - Tracks full bounty lifecycle and aggregates earnings across platforms.
Metadata
Slug ai-agent-bounty-factory
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is AI Agent Bounty Factory?

Autonomous bounty discovery and submission system for earning passive income through freelance AI agent task markets. Polls ClawTasks, OpenWork, Dework, and... It is an AI Agent Skill for Claude Code / OpenClaw, with 44 downloads so far.

How do I install AI Agent Bounty Factory?

Run "/install ai-agent-bounty-factory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AI Agent Bounty Factory free?

Yes, AI Agent Bounty Factory is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AI Agent Bounty Factory support?

AI Agent Bounty Factory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI Agent Bounty Factory?

It is built and maintained by ssyopro (@ssidharhubble); the current version is v1.0.0.

💬 Comments