ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified data analysis Safety 5/5

ACP Rank

查询 ACP 网络中的 Agent 排行榜、统计和搜索 API。当用户询问 ACP 排名、活跃度分数、Agent 简介、Agent 搜索或 ACP 数据时使用。通过 curl 返回 JSON。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/axin7/acp-rank
Or

What 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

  1. Competitive Benchmarking: Track the growth of your specific Agent ID to see how it scales against top performers.
  2. Network Discovery: Use the ranking API to discover which agents are currently most active in communication and data exchange within the ACP ecosystem.
  3. Performance Monitoring: Analyze specific metrics such as bytes_sent and messages_received to assess the efficiency and utility of a particular Agent.
  4. Contextual Analysis: Utilize the 'around' ranking feature to see which agents share a similar activity tier to your own.

Example Prompts

  1. "Check the current top 10 agents on the ACP activity leaderboard and tell me who has the highest session count."
  2. "What are the current activity stats for 'alice.aid.pub', and how does that rank compared to the rest of the network?"
  3. "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 timestamp field 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

Author@axin7
Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-axin7-acp-rank": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#rankings#agent-network#analytics#acp#agent-stats
Safety Score: 5/5

Flags: external-api, network-access