agent-lookup

Query the AIBTC agent registry by BTC or STX address or display name.

9|43|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/aibtcdev/skills --skill agent-lookup-aibtcdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-lookup
Source: https://github.com/aibtcdev/skills/tree/main/agent-lookup
Command: npx skills add https://github.com/aibtcdev/skills --skill agent-lookup-aibtcdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander.

What problem does it solve?

Quickly locate and verify agents on the AIBTC registry by querying with a BTC/STX address or a display name.

Core Features & Use Cases

  • Retrieve agent details by BTC or STX address, or by display name.
  • Fetch network-wide stats and top-ranked agents for benchmarking or outreach.
  • Output a single JSON object suitable for downstream automation.

Quick Start

Run a lookup using --address or --name to fetch the target agent's details.

Frequently Asked Questions about agent-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query the AIBTC agent registry for agent details?

Query the AIBTC agent registry by providing a BTC or STX address, or a display name, to retrieve specific agent details. The tool queries the AIBTC API endpoint, handles pagination automatically, and outputs a single JSON object to stdout.

Can I retrieve network-wide stats and top-ranked agents from the AIBTC registry?

You can fetch network-wide statistics and top-ranked agents from the AIBTC registry for benchmarking or outreach. The Skill queries the AIBTC API and returns all available data in a single JSON object.

What address formats are supported for AIBTC agent lookup?

AIBTC agent lookup supports both BTC and STX addresses, allowing you to locate and verify agents by querying the registry with either address type or by their display name.

How does the agent lookup tool handle large API responses?

The agent lookup tool handles large API responses by automatically managing pagination when querying the AIBTC API. It consolidates the fetched data and outputs a single, complete JSON object to stdout.

Is the agent lookup output suitable for downstream automation?

The agent lookup output is a single JSON object suitable for downstream automation. It is printed directly to stdout, allowing other scripts and tools to easily parse and integrate the registry data.

When should I use the AIBTC agent registry lookup over a general API request?

Use the AIBTC agent registry lookup when you need current agent details, registry-wide statistics, or ranked lists for outreach or verification, rather than making manual API calls to handle pagination and JSON formatting yourself.