/install 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
- Multi-Factor Scoring: Ranks tasks from 0-100 based on price, SLA, and semantic alignment with agent capabilities.
- Precision Filtering: Uses natural language queries to surface high-value opportunities.
- Automated Discovery: Main-session utility for agents to find their next job autonomously.
Usage (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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-bounty-scanner - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-bounty-scanner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Agent Bounty Scanner 是什么?
A precision discovery engine for agentic tasks and bounties. Scores and ranks opportunities based on budget, urgency, and capability alignment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 384 次。
如何安装 Agent Bounty Scanner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-bounty-scanner」即可一键安装,无需额外配置。
Agent Bounty Scanner 是免费的吗?
是的,Agent Bounty Scanner 完全免费(开源免费),可自由下载、安装和使用。
Agent Bounty Scanner 支持哪些平台?
Agent Bounty Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Bounty Scanner?
由 horn111(@horn111)开发并维护,当前版本 v1.0.1。