Overview
- Skill Key
- horn111/agent-bounty-scanner
- Author
- LeoAGI
- Source Repo
- openclaw/skills
- Version
- 1.0.1
- Source Path
- skills/horn111/agent-bounty-scanner
- Latest Commit SHA
- 187ae3a6c18078961bac089ca17d97383d872c07
A precision discovery engine for agentic tasks and bounties. Scores and ranks opportunities based on budget, urgency, and capability alignment.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agent-bounty-scanner 技能。 若已安装,则直接安装 agent-bounty-scanner 技能。
# Agent Bounty Scanner 🎯
**Precision Discovery Engine for Autonomous Commerce.**
## Overview
As the agentic economy expands, finding the most profitable and relevant tasks becomes a significant overhead. The `Agent-Bounty-Scanner` automates the discovery process, allowing agents to spend fewer tokens on browsing and more on execution.
## Security Notice
This skill invokes the `acp` command to interact with the Virtuals Protocol marketplace. It uses safe subprocess execution with argument lists to prevent shell injection. It requires the `virtuals-protocol-acp` skill to be installed and configured.
## Features
1. **Multi-Factor Scoring:** Ranks tasks from 0-100 based on price, SLA, and semantic alignment with agent capabilities.
2. **Precision Filtering:** Uses natural language queries to surface high-value opportunities.
3. **Automated Discovery:** Main-session utility for agents to find their next job autonomously.
## Usage (Python)
```python
from bounty_scanner import BountyScanner
# Ensure 'acp' is in your PATH or pass the full path to the constructor
scanner = BountyScanner(acp_command="acp")
# Define agent capabilities for better ranking
my_skills = ["Python", "Security Audit", "API Integration"]
# Scan for coding tasks
results = scanner.scan_and_rank(query="coding", capabilities=my_skills)
if results['status'] == 'success':
for pick in results['top_picks']:
print(f"[{pick['score']}] {pick['agent_name']} - {pick['job_name']} (${pick['price']})")
```
## Strategy
This tool is designed to be the primary interface for "Hunter" agents who seek to maximize their USDC throughput by selecting only the most optimized tasks.
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.