
Meme Rush
FreeTrack meme token launches and market trends in real-time.
Free · Opens the source repo
What Meme Rush does
Meme Rush is a command-line interface (CLI) tool designed for tracking the lifecycle of meme tokens across various launchpads. It offers two primary functionalities: meme-rush, which provides real-time updates on new, finalizing, and migrated tokens, and topic-rush, which identifies trending market narratives using AI. This skill is particularly useful for developers and traders who want to stay informed about the latest developments in the meme token space, allowing them to make data-driven decisions based on current market activities.
The meme-rush command allows users to filter tokens based on several parameters, such as development behavior, age, market cap, and more. By using the appropriate filters, users can easily identify tokens that are either newly launched, nearing completion of their bonding curves, or have just migrated to decentralized exchanges (DEX). This feature is essential for anyone looking to capitalize on emerging trends in the fast-paced world of meme tokens.
On the other hand, the topic-rush command leverages AI to detect and rank hot market topics along with their associated tokens. Users can gain insights into which narratives are currently driving market interest, making it easier to align their trading strategies with prevailing trends. The combination of these two commands makes Meme Rush a powerful tool for anyone involved in the meme token market, whether they are developers, traders, or enthusiasts.
Overall, Meme Rush provides a comprehensive solution for monitoring meme token activity and market trends, helping users navigate the complexities of this niche segment of the cryptocurrency market.
When to use it
Use this skill when you need to stay updated on new meme token launches or identify trending market narratives.
When not to use it
This skill may not be suitable for users looking for in-depth analysis or historical data on tokens, as it focuses on real-time updates and trends.
What you can build with it
Identifying New Launches
Use `meme-rush` to find newly launched meme tokens on various launchpads, helping you spot early investment opportunities.
Tracking Market Trends
Leverage `topic-rush` to discover trending market narratives and the tokens associated with them, ensuring you're aligned with market movements.
Monitoring Token Lifecycles
Utilize `meme-rush` to keep track of tokens that are finalizing or migrating to DEX, allowing for timely trading decisions.
How to install Meme Rush
View source1. Install with the skills CLI
npx skills add ccxt/ccxt/meme-rush --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by ccxtMeme Rush Skill
Overview
Two rank feeds fronted by one CLI: meme-rush (launchpad lifecycle tracking) and topic-rush (AI hot-topic discovery with associated tokens). The CLI owns URL, method, JSON encoding, timeout, and upstream error mapping — the agent only picks the subcommand and fills the filter JSON.
When to Use This Skill
| User intent | Command |
|---|---|
| New / finalizing / migrated meme tokens on a launchpad | meme-rush |
| AI-generated market hot topics and their associated tokens | topic-rush |
Supported Chains
| Chain | chainId | Supported on |
|---|---|---|
| BSC | 56 | meme-rush, topic-rush |
| Solana | CT_501 | meme-rush, topic-rush |
| Base | 8453 | meme-rush |
How to Call APIs
node <skill-dir>/scripts/cli.mjs meme-rush '{"chainId":"CT_501","rankType":10,"limit":20}'
node <skill-dir>/scripts/cli.mjs topic-rush '{"chainId":"CT_501","rankType":10,"sort":10,"asc":false}'
Commands
| Command | Purpose | Required args | Example |
|---|---|---|---|
meme-rush | Launchpad token lifecycle ranking (new / finalizing / migrated) | chainId, rankType | node <skill-dir>/scripts/cli.mjs meme-rush '{"chainId":"CT_501","rankType":10,"limit":20}' |
topic-rush | AI-generated hot topics with associated tokens | chainId, rankType, sort | node <skill-dir>/scripts/cli.mjs topic-rush '{"chainId":"CT_501","rankType":10,"sort":10}' |
Optional filters for meme-rush (all min/max pairs): progress, tokenAge, holders, liquidity, volume, marketCap, count{,Buy,Sell}, holders{Top10,Dev,Sniper,Insider}Percent, bundlerHoldingPercent, newWalletHoldingPercent, bnHoldingPercent, {bn,kol,pro}Holders, devMigrateCount, globalFee; plus keywords, excludes, limit (max 200), protocol[], devPosition, devBurnedToken, excludeDevWashTrading, excludeInsiderWashTrading, exclusive, paidOnDexScreener, pumpfunLiving, cmcBoost, pairAnchorAddress[], tokenSocials.atLeastOne, tokenSocials.socials[]. See references/cli.md for type and semantics of each field.
Optional filters for topic-rush: asc (boolean), keywords, topicType, tokenSizeMin/Max, netInflowMin/Max.
Rules
meme-rushrankTypeenum — stage of the token's launchpad lifecycle:10= New (freshly created, still on bonding curve)20= Finalizing (bonding curve nearly complete, about to migrate)30= Migrated (just migrated to DEX)
topic-rushrankTypeenum — topic freshness:10= Latest (newest hot topics)20= Rising (rising topics, all-time-high inflow between $1k–$20k)
topic-rushsortenum:10= create time,20= net inflow. Default tosort=10when the user does not specify a sort preference.- Only
chainIdandrankTypeare required formeme-rush; all other parameters are optional filters.topic-rushadditionally requiressort. - Percentage fields are pre-formatted —
progress, holder %,devSellPercent,taxRate,priceChange,priceChange24hare already strings like"42.5", so append%directly when displaying; do NOT multiply by 100. - Icon URL prefix:
iconis a relative path returned by upstream; prependhttps://bin.bnbstatic.combefore rendering.tokenList[].iconintopic-rushresponses follows the same rule. taxRatevisibility: forprotocol=2001(Four.meme)taxRateonly appears on the Migrated list; forprotocol=2002(Flap) it appears on all lists.- Protocol codes (
1001–2002) map to specific launchpads (Pump.fun, Moonit, Pump AMM, Raydium V4/CPMM/CLMM, BONK, Dynamic BC, Moonshot, Jup Studio, Bags, Believer, Meteora DAMM V2 / Pools, Orca, Four.meme, Flap). Seereferences/cli.mdfor the full table.
Full CLI Reference
See references/cli.md for per-subcommand invocations, full parameter tables (all filter fields, holder-distribution filters, dev & launch filters), return-field tables (core, trade counts, holder distribution, dev & migration, tags & flags, social links, AI narrative, topic + tokenList), and real response samples.
Frequently asked questions about Meme Rush
Similar skills
WinMD API Search
Easily find and explore Windows desktop APIs.
WebMCPify
Transform any web app into an agent-ready platform.
Phoenix Tracing
Instrument LLM applications with OpenInference tracing.
Foundry Hosted Agent CopilotKit
Guidance for developing agentic web apps on Azure.
Power Automate Foundation
Connect AI agents to Power Automate seamlessly.
Power Automate Flow Builder
Efficiently build and deploy Power Automate flows programmatically.
