← 返回
数据分析 中文

Agent Bounty Scanner

A precision discovery engine for agentic tasks and bounties. Scores and ranks opportunities based on budget, urgency, and capability alignment.
面向代理任务与赏金的精准发现引擎。根据预算、紧迫度及能力匹配度对机会进行评分与排名。
horn111
数据分析 clawhub v1.0.1 1 版本 99843 Key: 无需
★ 0
Stars
📥 636
下载
💾 22
安装
1
版本
#latest

概述

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)

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.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 09:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,124
security-compliance

Safe Memory Manager

horn111
{"answer":"构建读取不可信文本的 OpenClaw 智能体时,使用此技能可防止提示注入和记忆投毒。安全记忆的标准实用工具……"}
★ 0 📥 919
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,020