New to Claude Skills? Learn how to install them →

ccxt on GitHub

Meme Rush

Free

Track meme token launches and market trends in real-time.

by ccxt43.6k stars on ccxt/ccxt
1 views
Updated Aug 10, 2026
Get this skill

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 source

1. Install with the skills CLI

npx skills add ccxt/ccxt/meme-rush --agent claude-code

2. 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 ccxt

Meme 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 intentCommand
New / finalizing / migrated meme tokens on a launchpadmeme-rush
AI-generated market hot topics and their associated tokenstopic-rush

Supported Chains

ChainchainIdSupported on
BSC56meme-rush, topic-rush
SolanaCT_501meme-rush, topic-rush
Base8453meme-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

CommandPurposeRequired argsExample
meme-rushLaunchpad token lifecycle ranking (new / finalizing / migrated)chainId, rankTypenode <skill-dir>/scripts/cli.mjs meme-rush '{"chainId":"CT_501","rankType":10,"limit":20}'
topic-rushAI-generated hot topics with associated tokenschainId, rankType, sortnode <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-rush rankType enum — 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-rush rankType enum — topic freshness:
    • 10 = Latest (newest hot topics)
    • 20 = Rising (rising topics, all-time-high inflow between $1k–$20k)
  • topic-rush sort enum: 10 = create time, 20 = net inflow. Default to sort=10 when the user does not specify a sort preference.
  • Only chainId and rankType are required for meme-rush; all other parameters are optional filters. topic-rush additionally requires sort.
  • Percentage fields are pre-formattedprogress, holder %, devSellPercent, taxRate, priceChange, priceChange24h are already strings like "42.5", so append % directly when displaying; do NOT multiply by 100.
  • Icon URL prefix: icon is a relative path returned by upstream; prepend https://bin.bnbstatic.com before rendering. tokenList[].icon in topic-rush responses follows the same rule.
  • taxRate visibility: for protocol=2001 (Four.meme) taxRate only appears on the Migrated list; for protocol=2002 (Flap) it appears on all lists.
  • Protocol codes (10012002) 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). See references/cli.md for 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