Meme Rush for Openclaw

A high-speed trading assistant for monitoring meme token lifecycles and AI-powered market trends across Solana and BSC.

awessh
v0.1.0
Mar 7, 2026
0
1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install meme-rush

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install meme-rush using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Meme Rush?

Meme Rush is a specialized technical utility designed for the high-velocity world of meme coin trading. It provides real-time data from major launchpads like Pump.fun and Four.meme, allowing users to track tokens from their initial bonding curve creation through to DEX migration. By leveraging this capability within Openclaw Skills, developers can build agents that react to market movements before they go viral.

The skill is divided into two core modules: Meme Rush for token lifecycle tracking and Topic Rush for AI-driven discovery of hot market narratives. It doesn't just list tokens; it provides deep forensics on holder distribution, developer behavior, and liquidity metrics to help users identify high-potential opportunities while avoiding common pitfalls like wash trading or insider manipulation.

Meme Rush Use Cases

  • Snipe new token launches on Solana and BSC before they reach mainstream DEXs.
  • Monitor bonding curve progress to catch tokens exactly at the point of migration.
  • Perform deep holder analysis to filter out tokens with high sniper or insider percentages.
  • Discover trending market narratives using AI-generated topics and net inflow data.
  • Audit developer reputation by checking historical migration counts and sell behavior.

How Meme Rush Works

  1. The skill queries launchpad protocols across supported chains to index real-time token events.
  2. It categorizes tokens into New, Finalizing, or Migrated stages based on their bonding curve progress.
  3. For market analysis, it aggregates social signals and financial inflows to identify Viral and Rising topics.
  4. Users apply advanced filters for holder forensics, developer position status, and liquidity thresholds.
  5. The skill returns a structured dataset including price changes, AI narratives, and multi-language support for agent consumption.

Meme Rush Setup

To integrate this functionality into your agent workflow using Openclaw Skills, ensure your environment can access the Binance Web3 API endpoints. Use the following bash example to query the latest meme token rankings on Solana:

curl -X POST 'https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list' \
-H 'Content-Type: application/json' \
-d '{"chainId":"CT_501","rankType":10,"limit":20}'

No additional local dependencies are required beyond a standard HTTP client.

Meme Rush Data Schema & Taxonomy

The skill organizes data into two primary schemas: Token Ranks and Topic Ranks. Key metadata includes:

Attribute Type Description
contractAddress string The unique on-chain identifier for the token.
rankType integer Lifecycle stage: 10 (New), 20 (Finalizing), 30 (Migrated).
holdersDevPercent string Percentage of supply held by the creator wallet.
topicNetInflow string Total USD inflow associated with a specific AI topic.
migrateStatus integer Binary status where 1 indicates the token has moved to a DEX.
narrativeText object AI-generated summary of the token's market narrative in English and Chinese.

Meme Rush Advanced Features

  • Filter by developer behavior to exclude dev wash trading and tokens where the dev has already sold all positions.
  • Analyze holder distribution including Top 10%, Sniper, Insider, and Binance wallet holding percentages.
  • Track tokens with high social engagement via Pump.fun live stream and DexScreener paid status flags.
  • Utilize Openclaw Skills to automate narrative trading based on AI-identified hot topics and net inflow trends.
  • Multi-chain support for Solana and BSC with protocol-specific filtering for platforms like Moonshot and Raydium.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*