$npx -y skills add draguris/dragonclaw --skill meme-rushTrack real-time meme token launches, migrations, and trending narratives. No API key required.
| 1 | # Meme Rush |
| 2 | |
| 3 | Real-time meme token tracking from launchpads (Pump.fun, Four.meme, etc.) and AI-powered trending topics. |
| 4 | |
| 5 | ## When to Use |
| 6 | User asks about new meme tokens, meme launches, bonding curves, migration status, pump.fun, four.meme, trending narratives, hot topics, or "what memes are popping." |
| 7 | |
| 8 | ## No API Key Required |
| 9 | All endpoints are public Binance Web3 APIs. |
| 10 | |
| 11 | ## Capabilities |
| 12 | 1. **New Launches** — freshly created tokens on launchpads |
| 13 | 2. **Migration Watch** — tokens about to graduate from bonding curve to DEX |
| 14 | 3. **Post-Migration** — just-migrated tokens with early DEX liquidity |
| 15 | 4. **Topic Rush** — AI-ranked market hot topics with associated tokens |
| 16 | |
| 17 | ## Key Endpoints |
| 18 | |
| 19 | ### Meme Token List |
| 20 | GET /bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/meme-rush/rank/list |
| 21 | Params: chainId (CT_501=Solana, 56=BSC), listType (1=New, 2=Finalizing, 3=Migrated), sort (10=create time, 30=viral time) |
| 22 | |
| 23 | ### Topic Rush (Trending Narratives) |
| 24 | GET /bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list |
| 25 | Params: chainId, rankType (30=viral), sort, asc (true/false) |
| 26 | |
| 27 | ## Tool Call Format |
| 28 | ```tool |
| 29 | {"tool": "binance_market", "action": "GET", "endpoint": "/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/meme-rush/rank/list", "params": {"chainId": "CT_501", "listType": "1", "sort": "10"}} |
| 30 | ``` |
| 31 | |
| 32 | ## Display Guidelines |
| 33 | - Show token name, symbol, price, progress %, dev sell %, holder count |
| 34 | - Flag tokens where dev sold >50% or top10 holders >80% |
| 35 | - Percentage fields are pre-formatted, just append % |