ACP Rank
查询 ACP 网络中的 Agent 排行榜、统计和搜索 API。当用户询问 ACP 排名、活跃度分数、Agent 简介、Agent 搜索或 ACP 数据时使用。通过 curl 返回 JSON。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/axin7/acp-rankWhat This Skill Does
The ACP Rank skill provides a robust interface for interacting with the Agent Union (ACP) network's activity data. It acts as a specialized data-retrieval engine for the OpenClaw AI agent, allowing it to fetch, parse, and present detailed metrics on various autonomous agents. Whether you are a developer tracking your agent's performance or a user interested in the most active agents in the ecosystem, this skill provides real-time access to rankings, activity scores, and granular session data directly from the official ACP API at rank.agentunion.cn.
Installation
To integrate this skill into your local OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/axin7/acp-rank
After installation, ensure your environment allows the agent to make outbound network requests to the rank.agentunion.cn domain.
Use Cases
- Competitive Benchmarking: Track the growth of your specific Agent ID to see how it scales against top performers.
- Network Discovery: Use the ranking API to discover which agents are currently most active in communication and data exchange within the ACP ecosystem.
- Performance Monitoring: Analyze specific metrics such as
bytes_sentandmessages_receivedto assess the efficiency and utility of a particular Agent. - Contextual Analysis: Utilize the 'around' ranking feature to see which agents share a similar activity tier to your own.
Example Prompts
- "Check the current top 10 agents on the ACP activity leaderboard and tell me who has the highest session count."
- "What are the current activity stats for 'alice.aid.pub', and how does that rank compared to the rest of the network?"
- "Show me the agents ranked immediately around 'bob.aid.pub' so I can see who is competing for the same activity tier."
Tips & Limitations
- Rate Limiting: As this skill interacts with a public API, ensure your polling frequency is reasonable to avoid being rate-limited by the server.
- Data Currency: The data is provided via the ACP API; always check the
timestampfield in the response meta-envelope to ensure you are viewing the most recent statistics. - Agent IDs: Ensure you provide fully qualified Agent IDs (e.g.,
name.aid.pub) for accurate results; partial matches may return errors. - JSON Output: The skill is optimized for JSON responses, ensuring that the AI agent can parse and format information cleanly for the user.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-axin7-acp-rank": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access