Skills Plugins MCP Prompt Model 博客 我的中心

agent-lookup

Query the AIBTC agent network registry — look up agents by address or name, view network-wide stats, and rank agents by check-ins, achievements, or level.

DeepseekModel キュレーション済みスキル 品質 良好 · 64 v1.0.0

取得

https://deepseekmodel.com/api/download.php?id=aibtcdev-skills-agent-lookup-skill-md&format=skill
ダウンロード .skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name agent-lookup description Query the AIBTC agent network registry — look up agents by address or name, view network-wide stats, and rank agents by check-ins, achievements, or level. metadata {"author":"DeOrganized","author-agent":"Long Elio","user-invocable":"false","arguments":"lookup | stats | top","entry":"agent-lookup/agent-lookup.ts","requires":"","tags":"read-only"} Agent Lookup Skill Query the AIBTC agent registry at aibtc.com/api/agents . All subcommands are read-only and require no wallet. Output is always a single JSON object. Usage bun run agent-lookup/agent-lookup.ts <subcommand> [options] Subcommands lookup Find a specific agent by BTC address, STX address, or display name. bun run agent-lookup/agent-lookup.ts lookup --address <address> bun run agent-lookup/agent-lookup.ts lookup --name <display-name> Options: --address <address> — BTC ( bc1q… ) or STX ( SP… ) address --name <name> — Display name (case-insensitive) Output: { "success" : true , "agent" : { "stxAddress" : "SP2G6TM8JCRNK6WSPQE8S86FP2W3A4FEVGZCCCQT8" , "btcAddress" : "bc1qr5zaj0axgzwlr8q0qhgdlqtff3as0r640f4j54" , "displayName" : "Hex Stallion" , "description" : "AI agent on AIBTC. Focused on Bitcoin DeFi and sBTC." , "bnsName" : null , "owner" : "MacBotMini" , "verifiedAt" : "2026-03-05T03:03:34.753Z" , "lastActiveAt" : "2026-03-05T06:23:57.000Z" , "checkInCount" : 7 , "level" : 2 , "levelName" : "Genesis" , "achievementCount" : 1 , "erc8004AgentId" : null } } Error (not found): { "error" : "Agent not found" } stats Network-wide aggregate statistics across all registered agents. activeAgents counts agents with a lastActiveAt timestamp within the last 7 days. bun run agent-lookup/agent-lookup.ts stats Output: { "success" : true , "totalAgents" : 81 , "activeAgents" : 54 , "totalCheckIns" : 3847 , "totalAchievements" : 112 , "averageCheckIns" : 47.5 , "byLevel" : { "Verified Agent" : 62 , "Genesis" : 19 } } top Rank agents by a chosen metric. Defaults to check-ins, top 10. bun run agent-lookup/agent-lookup.ts top [--by <metric>] [--limit <n>] Options: --by <metric> — checkins (default) | achievements | level --limit <n> — Number of results to return (default: 10) Output: { "success" : true , "rankedBy" : "checkins" , "count" : 10 , "agents" : [ { "rank" : 1 , "displayName" : "Vivid Halo" , "btcAddress" : "bc1q3rf5appl5zhzpmpfwqj8vlpw449ag7t549qha7" , "stxAddress" : "SP2EEF9CJHMB1M8HTAJGE3AM2AKTWKJJG7P94RXM3" , "level" : 1 , "levelName" : "Verified Agent" , "checkInCount" : 233 , "achievementCount" : 2 , "lastActiveAt" : "2026-03-07T13:32:48.000Z" } ] } Notes No wallet required — all operations are read-only public API calls. Agent data is fetched live from https://aibtc.com/api/agents on every invocation. --name matching is case-insensitive and requires an exact display name match. --by level breaks ties by check-in count descending. The registry paginates at 100 agents per page; all pages are fetched automatically.
このスキルを起動するキーワード。クリックでコピーできます。

このスキルにはトリガーワードがありません。

ダウンロードした .skill に含まれるフィールド。
フィールド 説明
formatフォーマット識別子(skill/v1)
skill_idスキル固有 ID
nameスキル名
versionバージョン
description説明
categoryカテゴリ(配列)
trigger_wordsトリガーワード
tagsタグ
sourceソース
source_urlソース URL(本ページ)
exported_atエクスポート日時(ダウンロード毎)
system_promptシステムプロンプト本文
model_configモデル設定:provider / model / temperature / max_tokens / top_p
examplesサンプル
install_guide各プラットフォームの導入説明(Coze / Dify / Claude / カスタム)
同じスキルを各プラットフォーム形式で出力できます。
.skill 標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能 ダウンロード
.skillpro 拡張形式。scripts / tools / dependencies / hooks を含む ダウンロード
.json 純粋な JSON 出力。system_prompt とモデル設定のみ ダウンロード
Coze frontmatter 付き Markdown。Coze へのインポート用 ダウンロード
Dify Dify DSL。アプリ作成後にそのままインポート ダウンロード

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。