A high-speed trading assistant for monitoring meme token lifecycles and AI-powered market trends across Solana and BSC.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install meme-rush
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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. |
Loading
A comprehensive market intelligence tool for querying token rankings, social sentiment leaderboards, and top trader performance across multiple blockchains.

A lightweight tool for hosting static files on subdomains with built-in SSL and authentication.

An automated intelligence tool that scans social media and the web to find, score, and rank profitable business opportunities.

A specialized security toolset to detect and neutralize prompt injection attacks hidden within external content like emails, web pages, and documents.

An AI-powered skill for executing Binance Spot trades and retrieving real-time market data through authenticated API requests.

An advanced on-chain monitoring tool that retrieves real-time Smart Money buy and sell signals for tokens on BSC and Solana.








































