Agent skill · Data & Analytics

crypto-market-rank

Crypto market leaderboards — ranked aggregate feeds across the whole market: social-hype/sentiment rank, trending / top-search / Binance Alpha / tokenized-stocks rank, smart-money net-inflow rank (which tokens received the most inflow), top meme tokens by breakout score on Pulse launchpad, top trader PnL leaderboard (ALL / KOL). Use whenever the user wants a ranked list of tokens or addresses by some metric — phrases like "trending tokens", "top N by hype", "leaderboard", "rank by X", "biggest inflows", "top traders this week".

binancegithub.com/binanceGitHub ↗
claude-codeships scripts
Install
npx skills add binance/binance-skills-hub --skill crypto-market-rank --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 6 KB
Bundled scripts: yes
Version: 3.0
Declared author: binance-web3-team
Path: skills/binance-web3/crypto-market-rank/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 947
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Crypto Market Rank Skill ## Overview Five leaderboard / rank endpoints fronted by one CLI. The agent issues a subcommand with a JSON blob; the CLI owns URL paths, method selection , query-string building, and upstream error mapping. ## When to Use This Skill | User intent | Command | |-------------|---------| | Social Hype Leaderboard, Tokens with highest social buzz + sentiment summary | `social-hype` | | Unified Token Rank, Trending / Top Search / Alpha / Stock token lists (filtered) | `token-rank` | | Smart Money Inflow Rank, Tokens currently receiving the most smart-money net inflow | `smart-money-inflow` | | Meme Token Rank,Top meme tokens from Pulse launchpad (breakout score) | `meme-rank` | | Address Pnl Rank, Top trader PnL leaderboard (ALL / KOL) | `address-pnl-rank` | ## Supported Chains | Chain | chainId | Supported on | |-------|---------|--------------| | BSC | `56` | `social-hype`, `token-rank`, `smart-money-inflow`, `meme-rank`, `address-pnl-rank` | | Solana | `CT_501` | `social-hype`, `token-rank`, `smart-money-inflow`, `address-pnl-rank` | | Base | `8453` | `social-hype`, `token-rank`, `smart-money-inflow`, `address-pnl-rank` | | Ethereum | `1` | `token-rank`, `a

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Supported Chains
  4. How to Call APIs
  5. Commands
  6. Use Flow
  7. Rules
  8. Full CLI Reference
Ships with 2 files
  • references/cli.md
  • scripts/cli.mjs
Commands it runs
node <skill-dir>/scripts/cli.mjs token-rank \
More from binance-skills-hub
All skills →
About this skill
What does the crypto-market-rank skill do?

Crypto market leaderboards — ranked aggregate feeds across the whole market: social-hype/sentiment rank, trending / top-search / Binance Alpha / tokenized-stocks rank, smart-money net-inflow rank (which tokens received the most inflow), top meme tokens by breakout score on Pulse launchpad, top trader PnL leaderboard (ALL / KOL). Use whenever the user wants a ranked list of tokens or addresses by some metric — phrases like "trending tokens", "top N by hype", "leaderboard", "rank by X", "biggest inflows", "top traders this week".

How do I install it?

Run `npx skills add binance/binance-skills-hub --skill crypto-market-rank --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From binance/binance-skills-hub, a repository with 947 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going