meme-rush
Meme token fast-trading assistant with two core capabilities: 1. Meme Rush - Real-time meme token lists from launchpads (Pump.fun, Four.meme, etc.) across new, finalizing, and migrated stages 2. Topic Rush - AI-powered market hot topics with associated tokens ranked by net inflow Use this skill when users ask about new meme tokens, meme launches, bonding curve, migration status, pump.fun tokens, four.meme tokens, fast meme trading, market hot topics, or trending narratives.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/awessh/meme-rushMeme Rush Skill
Overview
Meme Rush — Launchpad token lifecycle tracking
| rankType | Stage | Description |
|---|---|---|
| 10 | New | Freshly created meme tokens still on bonding curve |
| 20 | Finalizing | Tokens about to migrate (bonding curve nearly complete) |
| 30 | Migrated | Tokens that just migrated to DEX |
Topic Rush — AI-powered market hot topic discovery
| rankType | Stage | Description |
|---|---|---|
| 10 | Latest | Newest hot topics |
| 20 | Rising | Rising topics with all-time high inflow between $1k–$20k |
| 30 | Viral | Viral topics with all-time high inflow above $20k |
Use Cases
- Snipe New Launches: Find freshly created meme tokens on Pump.fun, Four.meme, etc.
- Migration Watch: Monitor tokens about to migrate — catch early DEX liquidity
- Post-Migration Trading: Find just-migrated tokens for early DEX entry
- Filter by Dev Behavior: Exclude dev wash trading, check dev sell %, burned tokens
- Holder Analysis: Filter by top10 %, dev %, sniper %, insider %, bundler % holdings
- Smart Filtering: Combine bonding curve progress, liquidity, volume, market cap filters
- Topic Discovery: Find AI-generated market hot topics and their associated tokens
- Narrative Trading: Trade tokens grouped by trending narratives, sorted by net inflow
Supported Chains
| Chain | chainId |
|---|---|
| BSC | 56 |
| Solana | CT_501 |
Protocol Reference
| Protocol Code | Platform | Chain |
|---|---|---|
| 1001 | Pump.fun | Solana |
| 1002 | Moonit | Solana |
| 1003 | Pump AMM | Solana |
| 1004 | Launch Lab | Solana |
| 1005 | Raydium V4 | Solana |
| 1006 | Raydium CPMM | Solana |
| 1007 | Raydium CLMM | Solana |
| 1008 | BONK | Solana |
| 1009 | Dynamic BC | Solana |
| 1010 | Moonshot | Solana |
| 1011 | Jup Studio | Solana |
| 1012 | Bags | Solana |
| 1013 | Believer | Solana |
| 1014 | Meteora DAMM V2 | Solana |
| 1015 | Meteora Pools | Solana |
| 1016 | Orca | Solana |
| 2001 | Four.meme | BSC |
| 2002 | Flap | BSC |
API 1: Meme Rush Rank List
Method: POST
URL:
https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list
Headers: Content-Type: application/json, Accept-Encoding: identity
Request Body
Required Parameters:
| Field | Type | Description |
|---|---|---|
| chainId | string | Chain ID: 56 for bsc, CT_501 for solana |
| rankType | integer | 10=New, 20=Finalizing, 30=Migrated |
Pagination & Keyword:
| Field | Type | Description |
|---|---|---|
| limit | integer | Max results per request (default 40, max 200) |
| keywords | string[] | Include symbols matching keywords (max 5) |
| excludes | string[] | Exclude symbols (max 5) |
Token Filters (Min/Max pairs):
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-awessh-meme-rush": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
crypto-market-rank
Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings, market trends, social buzz, meme rankings, breakout meme tokens, or top traders.
trading-signal
Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for potential trades.
spot
Binance Spot request using the Binance API. Authentication requires API key and secret key. Supports testnet and mainnet.