Agent Skillsccxt/ccxt › meme-rush

meme-rush

GitHub

提供Meme代币实时生命周期追踪及AI热点话题发现功能,支持多链筛选与排名。

.agents/skills/meme-rush/SKILL.md ccxt/ccxt

Trigger Scenarios

查询新上线的meme代币 查看正在 bonding 或已迁移至 DEX 的代币 获取当前热门市场叙事与相关代币

Install

npx skills add ccxt/ccxt --skill meme-rush -g -y
More Options

Non-standard path

npx skills add https://github.com/ccxt/ccxt/tree/master/.agents/skills/meme-rush -g -y

Use without installing

npx skills use ccxt/ccxt@meme-rush

指定 Agent (Claude Code)

npx skills add ccxt/ccxt --skill meme-rush -a claude-code -g -y

安装 repo 全部 skill

npx skills add ccxt/ccxt --all -g -y

预览 repo 内 skill

npx skills add ccxt/ccxt --list

SKILL.md

Frontmatter
{
    "name": "meme-rush",
    "metadata": {
        "author": "binance-web3-team",
        "version": "2.0"
    },
    "description": "Live launchpad feed + AI hot topics for meme tokens.\n(1) meme-rush: real-time lifecycle feed on launchpads (Pump.fun, Four.meme) — brand-new launches,\ncurrently-finalizing \/ bonding-curve tokens, and just-migrated-to-DEX tokens; filter by dev behavior, age, market cap.\n(2) topic-rush: AI-detected hot market narratives with the associated tokens ranked by inflow.\nUse for: \"new pump.fun launches\", \"what just migrated\", \"currently bonding\", \"hot narratives\", \"what topic is pumping right now\",\n\"live launchpad feed\", \"AI hot topics\".\n"
}

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

Version History

  • 5248956 Current 2026-08-20 07:43

Same Skill Collection

.agents/skills/binance-sports-ai-analyzer/SKILL.md
.agents/skills/binance/SKILL.md
.agents/skills/fiat/SKILL.md
.agents/skills/query-address-info/SKILL.md
.agents/skills/query-token-audit/SKILL.md
.agents/skills/trading-signal/SKILL.md
.claude/skills/ccxt-csharp/SKILL.md
.claude/skills/ccxt-go/SKILL.md
.claude/skills/ccxt-java/SKILL.md
.claude/skills/ccxt-php/SKILL.md
.claude/skills/ccxt-python/SKILL.md
.claude/skills/ccxt-typescript/SKILL.md
.claude/skills/new-exchange/SKILL.md
.agents/skills/binance-agentic-wallet/SKILL.md
.agents/skills/binance-tokenized-securities-info/SKILL.md
.agents/skills/crypto-market-rank/SKILL.md
.agents/skills/onchain-pay-open-api/SKILL.md
.agents/skills/p2p/SKILL.md
.agents/skills/payment-assistant/SKILL.md
.agents/skills/query-token-info/SKILL.md
.agents/skills/square-post/SKILL.md
.claude/skills/ccxt-cli/SKILL.md

Metadata

Files
0
Version
5248956
Hash
7ed6756f
Indexed
2026-08-20 07:43

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-21 20:29
浙ICP备14020137号-1 $mapa de visitantes$