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".
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Overview
- When to Use This Skill
- Supported Chains
- How to Call APIs
- Commands
- Use Flow
- Rules
- Full CLI Reference
node <skill-dir>/scripts/cli.mjs token-rank \
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.
