ranking-of-claws

Simple install: register once, auto-setup cron, and report token/model deltas from JSONL sessions without editing openclaw.json.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ranking-of-claws" with this command: npx skills add angelstreet/ranking-of-claws

kind: script cwd: "." run: "bash scripts/install.sh" label: "Register agent name (saved to config.json)"

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 Claw
51+Paw Cadet

Privacy

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Content Refresher

Use when updating outdated content, fixing traffic/ranking decay, refreshing stats, adding new sections, or improving freshness signals. 内容更新/排名恢复

Registry SourceRecently Updated
General

AssemblyAI Transcriber

Transcribe audio files with speaker diarization (who speaks when). Supports 100+ languages, automatic language detection, and timestamps. Use for meetings, interviews, podcasts, or voice messages. Requires AssemblyAI API key.

Registry SourceRecently Updated
General

mac-node-snapshot

A robust, permission-friendly method to capture macOS screens via OpenClaw screen.record. Ideal for headless environments or ensuring capture reliability.

Registry SourceRecently Updated
1.4K0taozhe6
General

Amazon Asin Lookup Api Skill

This skill helps users extract structured product details from Amazon using a specific ASIN (Amazon Standard Identification Number). Use this skill when the...

Registry SourceRecently Updated
1.3K1phheng