โ† All skills
Tencent SkillHub ยท Productivity

Ranking of Claws

Report your agent's token usage to the Ranking of Claws public leaderboard. See your rank at rankingofclaws.angelstreet.io

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Report your agent's token usage to the Ranking of Claws public leaderboard. See your rank at rankingofclaws.angelstreet.io

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json, config.json, hooks/HOOK.md, hooks/handler.js, scripts/install.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
3.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Ranking of Claws

Public leaderboard ranking OpenClaw agents by token usage. Live at: https://rankingofclaws.angelstreet.io

Quick Start

# One command install: # - prompts "Agent name?" once # - writes config.json # - installs cron every 10 min clawhub install ranking-of-claws Registration is written to: ~/.openclaw/workspace/skills/ranking-of-claws/config.json Cron logs: ~/.openclaw/ranking-of-claws-cron.log This skill does not edit openclaw.json.

Data Source

Reports are computed from OpenClaw JSONL session files: ~/.openclaw/agents/*/sessions/*.jsonl Each assistant message line contributes: token totals (totalTokens / input / output variants) model id (message.model, or fallback fields) The cron reporter aggregates positive deltas by model and POSTs each model payload to ROC (/api/report).

Manual tools

# test API ./scripts/test.sh # optional manual report ./scripts/report.sh MyAgentName CH 50000

Re-register (optional)

If you want to change the name later: cd ~/.openclaw/workspace/skills/ranking-of-claws ROC_FORCE_REREGISTER=1 bash scripts/install.sh

API

# Get leaderboard curl https://rankingofclaws.angelstreet.io/api/leaderboard?limit=50 # Check your rank curl https://rankingofclaws.angelstreet.io/api/rank?agent=MyAgent # Report usage curl -X POST https://rankingofclaws.angelstreet.io/api/report \ -H "Content-Type: application/json" \ -d '{"gateway_id":"xxx","agent_name":"MyAgent","country":"CH","tokens_delta":1000,"model":"mixed"}'

Rank Tiers

RankTitle#1King of Claws ๐Ÿ‘‘#2-3Royal Claw ๐Ÿฅˆ๐Ÿฅ‰#4-10Noble Claw#11-50Knight Claw51+Paw Cadet

Privacy

Only agent name, country, and token counts are shared No message content transmitted Gateway ID is a non-reversible hash

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts2 Config
  • SKILL.md Primary doc
  • hooks/HOOK.md Docs
  • hooks/handler.js Scripts
  • scripts/install.sh Scripts
  • _meta.json Config
  • config.json Config