Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Binance Meme Rush

v1.0.0

Real-time meme token lists from Pump.fun, Four.meme and other launchpads. Use when asked about new meme tokens, trending tokens, pump.fun tokens, bonding cur...

0· 87·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dexploarer/binance-meme-rush.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Binance Meme Rush" (dexploarer/binance-meme-rush) from ClawHub.
Skill page: https://clawhub.ai/dexploarer/binance-meme-rush
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install binance-meme-rush

ClawHub CLI

Package manager switcher

npx clawhub@latest install binance-meme-rush
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The scripts call Binance web3 endpoints to retrieve token lists and topics, which aligns with the skill description. However the SKILL.md author/metadata claims 'binance-web3-team' while source/homepage are unknown — this may be impersonation and should be verified with an authoritative source before trusting the skill.
Instruction Scope
The runtime instructions explicitly require the agent to 'MUST immediately run the script — do NOT just display this documentation' and instruct immediate network calls. The scripts themselves only make HTTP requests to web3.binance.com and do JSON parsing and limiting; they do not read local files or environment variables. The forced immediate execution is operationally aggressive and could cause unexpected outbound network traffic if installed on an agent that can run autonomously.
Install Mechanism
No install spec; skill is instruction-only with two included shell scripts. Nothing is downloaded from external untrusted URLs or written to disk beyond the provided files. This is a low-risk install mechanism.
Credentials
The skill requests no environment variables or credentials and the scripts do not access secrets or config paths. Network access to the listed endpoints is the only capability required, which is proportional to the stated purpose.
Persistence & Privilege
always is false and there is no indication the skill requests elevated or persistent privileges or changes other skills' configs. Autonomous invocation is allowed by default but not combined here with broad credential access.
What to consider before installing
Before installing: 1) Verify provenance — the skill claims to be from a 'binance-web3-team' but has no homepage or verified source; contact Binance or check an authoritative registry if you require trust. 2) Treat the included scripts as making live network calls to web3.binance.com; if you need to audit behavior, run the scripts manually in a sandbox to inspect responses and rate limits. 3) Consider whether you want an agent that will automatically run networked scripts when asked; if not, disable autonomous invocation or require explicit user confirmation before each fetch. 4) Be aware this skill facilitates trading/sniping decisions — that carries financial and regulatory risk; do not feed sensitive keys or credentials (none are requested) and avoid automating trades without safeguards. 5) If you cannot verify the author or endpoint legitimacy, do not install or run the skill.

Like a lobster shell, security has layers — review code before you run it.

latestvk9788b6n4zae6pkmkmb0at13tn841gak
87downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Meme Rush Skill

IMPORTANT: How to use this skill

When a user asks for meme tokens or trending tokens, you MUST immediately run the script — do NOT just display this documentation.

  • To get new tokens on Solana: RUN_SKILL_SCRIPT binance-meme-rush fetch-trending.sh solana new 20
  • To get new tokens on BSC: RUN_SKILL_SCRIPT binance-meme-rush fetch-trending.sh bsc new 20
  • To get migrated tokens: RUN_SKILL_SCRIPT binance-meme-rush fetch-trending.sh solana migrated 20
  • To get hot topics: RUN_SKILL_SCRIPT binance-meme-rush fetch-topics.sh solana latest

Run the script NOW, then summarize the results for the user.

Overview

Meme Rush — Launchpad token lifecycle tracking

rankTypeStageDescription
10NewFreshly created meme tokens still on bonding curve
20FinalizingTokens about to migrate (bonding curve nearly complete)
30MigratedTokens that just migrated to DEX

Topic Rush — AI-powered market hot topic discovery

rankTypeStageDescription
10LatestNewest hot topics
20RisingRising topics with all-time high inflow between $1k–$20k

Use Cases

  1. Snipe New Launches: Find freshly created meme tokens on Pump.fun, Four.meme, etc.
  2. Migration Watch: Monitor tokens about to migrate — catch early DEX liquidity
  3. Post-Migration Trading: Find just-migrated tokens for early DEX entry
  4. Filter by Dev Behavior: Exclude dev wash trading, check dev sell %, burned tokens
  5. Holder Analysis: Filter by top10 %, dev %, sniper %, insider %, bundler % holdings
  6. Smart Filtering: Combine bonding curve progress, liquidity, volume, market cap filters
  7. Topic Discovery: Find AI-generated market hot topics and their associated tokens
  8. Narrative Trading: Trade tokens grouped by trending narratives, sorted by net inflow

Supported Chains

ChainchainId
BSC56
SolanaCT_501

Protocol Reference

Protocol CodePlatformChain
1001Pump.funSolana
1002MoonitSolana
1003Pump AMMSolana
1004Launch LabSolana
1005Raydium V4Solana
1006Raydium CPMMSolana
1007Raydium CLMMSolana
1008BONKSolana
1009Dynamic BCSolana
1010MoonshotSolana
1011Jup StudioSolana
1012BagsSolana
1013BelieverSolana
1014Meteora DAMM V2Solana
1015Meteora PoolsSolana
1016OrcaSolana
2001Four.memeBSC
2002FlapBSC

API 1: Meme Rush Rank List

Method: POST

URL:

https://web3.binance.com/bapi/defi/v1/public/wallet-direct/buw/wallet/market/token/pulse/rank/list/ai

Headers: Content-Type: application/json, Accept-Encoding: identity

Request Body

Required Parameters:

FieldTypeDescription
chainIdstringChain ID: 56 for bsc, CT_501 for solana
rankTypeinteger10=New, 20=Finalizing, 30=Migrated

Pagination & Keyword:

FieldTypeDescription
limitintegerMax results per request (default 40, max 200)
keywordsstring[]Include symbols matching keywords (max 5)
excludesstring[]Exclude symbols (max 5)

Token Filters (Min/Max pairs):

FilterTypeDescription
progressMin/MaxstringBonding curve progress (0-100%)
tokenAgeMin/MaxlongToken age
holdersMin/MaxlongHolder count
liquidityMin/MaxstringLiquidity (USD)
volumeMin/Maxstring24h volume (USD)
marketCapMin/MaxstringMarket cap (USD)
countMin/MaxlongTotal trade count
countBuyMin/MaxlongBuy trade count
countSellMin/MaxlongSell trade count

Holder Distribution Filters (Min/Max pairs):

FilterTypeDescription
holdersTop10PercentMin/MaxstringTop10 holder %
holdersDevPercentMin/MaxstringDev holder %
holdersSniperPercentMin/MaxstringSniper holder %
holdersInsiderPercentMin/MaxstringInsider holder %
bundlerHoldingPercentMin/MaxstringBundler holder %
newWalletHoldingPercentMin/MaxstringNew wallet holder %
bnHoldingPercentMin/MaxstringBinance wallet holder %
bnHoldersMin/MaxlongBinance wallet holder count
kolHoldersMin/MaxlongKOL holder count
proHoldersMin/MaxlongPro holder count

Dev & Launch Filters:

FieldTypeDescription
devMigrateCountMin/MaxlongDev historical migration count
devPositionintegerDev position: 2=dev sold all (pass when checked)
devBurnedTokenintegerDev burned tokens: 1=yes
excludeDevWashTradingintegerExclude dev wash trading: 1=yes
excludeInsiderWashTradingintegerExclude insider wash trading: 1=yes

Other Filters:

FieldTypeDescription
protocolinteger[]Launchpad protocol codes (see Protocol Reference)
exclusiveintegerBinance exclusive token: 0=no, 1=yes
paidOnDexScreenerintegerPaid on DexScreener
pumpfunLivingintegerPump.fun live stream: 1=yes
cmcBoostintegerCMC paid boost: 1=yes
globalFeeMin/MaxstringTrading fee (Solana only)
pairAnchorAddressstring[]Quote token addresses
tokenSocials.atLeastOneintegerHas at least one social: 1=yes
tokenSocials.socialsstring[]Specific socials: website, twitter, telegram

Example Request

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

Response (data[])

Core Fields:

FieldTypeDescription
chainIdstringChain ID
contractAddressstringContract address
symbolstringToken symbol
namestringToken name
decimalsintegerToken decimals
iconstringLogo URL (prefix https://bin.bnbstatic.com)
pricestringCurrent price (USD)
priceChangestring24h price change (%)
marketCapstringMarket cap (USD)
liquiditystringLiquidity (USD)
volumestring24h volume (USD)
holderslongHolder count
progressstringBonding curve progress (%, append % directly)
protocolintegerLaunchpad protocol code
exclusiveintegerBinance exclusive: 0/1

Trade Counts:

FieldTypeDescription
countlong24h total trades
countBuylong24h buy trades
countSelllong24h sell trades

Holder Distribution (all string, already in %, append % directly):

FieldDescription
holdersTop10PercentTop10 holders %
holdersDevPercentDev holders %
holdersSniperPercentSniper holders %
holdersInsiderPercentInsider holders %
bnHoldingPercentBinance wallet holders %
kolHoldingPercentKOL holders %
proHoldingPercentPro holders %
newWalletHoldingPercentNew wallet holders %
bundlerHoldingPercentBundler holders %

Dev & Migration Info:

FieldTypeDescription
devAddressstringDev wallet address
devSellPercentstringDev sell %
devMigrateCountlongDev historical migration count
devPositioninteger2=dev sold all position
migrateStatusinteger0=not migrated, 1=migrated
migrateTimelongMigration timestamp (ms)
createTimelongToken creation timestamp (ms)

Tags & Flags:

FieldTypeDescription
tagDevWashTradingintegerDev wash trading: 1=yes
tagInsiderWashTradingintegerInsider wash trading: 1=yes
tagDevBurnedTokenintegerDev burned tokens: 1=yes
tagPumpfunLivingintegerPump.fun live: 1=yes
tagCmcBoostintegerCMC paid: 1=yes
paidOnDexScreenerintegerDexScreener paid: 1=yes
launchTaxEnableintegerHas launch tax: 1=yes
taxRatestringTrading tax rate (%)
globalFeestringTrading fee (Solana only)

Social Links:

FieldTypeDescription
socials.websitestringWebsite URL
socials.twitterstringTwitter URL
socials.telegramstringTelegram URL

AI Narrative:

FieldTypeDescription
narrativeText.enstringAI narrative (English)
narrativeText.cnstringAI narrative (Chinese)

API 2: Topic Rush Rank List

Method: GET

URL:

https://web3.binance.com/bapi/defi/v2/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list/ai

Headers: Accept-Encoding: identity

Request Parameters

Required Parameters:

FieldTypeDescription
chainIdstringChain ID: 56, CT_501
rankTypeinteger10=Latest, 20=Rising
sortintegerSort by: 10=create time, 20=net inflow

Sort convention: When the user does not specify a sort preference, use sort=10 (create time) for Latest/Rising.

Optional Parameters:

FieldTypeDescription
ascbooleantrue=ascending, false=descending
keywordsstringKeyword filter (case-insensitive, contains match)
topicTypestringTopic type filter, comma-separated for multiple
tokenSizeMin/MaxintegerAssociated token count range
netInflowMin/MaxstringTopic net inflow range (USD)

Example Request

curl 'https://web3.binance.com/bapi/defi/v2/public/wallet-direct/buw/wallet/market/token/social-rush/rank/list/ai?chainId=CT_501&rankType=10&sort=10&asc=false' \
-H 'Accept-Encoding: identity' \
-H 'User-Agent: binance-web3/1.1 (Skill)'

Response (data[])

Topic Fields:

FieldTypeDescription
topicIdstringTopic unique ID
chainIdstringChain ID
nameobjectMulti-language topic name (topicNameEn, topicNameCn, etc.)
typestringTopic type/category
closeintegerTopic closed: 0=no, 1=yes
topicLinkstringRelated tweet/post URL
createTimelongTopic creation timestamp (ms)
progressstringTopic progress (pre-formatted %, append % directly)
aiSummaryobjectAI-generated topic narrative
topicNetInflowstringTotal net inflow (USD)
topicNetInflow1hstring1h net inflow (USD)
topicNetInflowAthstringAll-time high net inflow (USD)
tokenSizeintegerNumber of associated tokens
deepAnalysisFlagintegerDeep analysis available: 1=yes

Token List (tokenList[] within each topic):

FieldTypeDescription
chainIdstringChain ID
contractAddressstringContract address
symbolstringToken symbol
iconstringLogo URL (prefix https://bin.bnbstatic.com)
decimalsintegerToken decimals
createTimelongToken creation timestamp (ms)
marketCapstringMarket cap (USD)
liquiditystringLiquidity (USD)
priceChange24hstring24h price change (pre-formatted %, append %)
netInflowstringToken net inflow since topic creation (USD)
netInflow1hstringToken 1h net inflow (USD)
volumeBuy / volumeSellstringBuy / Sell volume since topic creation (USD)
volume1hBuy / volume1hSellstring1h buy / sell volume (USD)
uniqueTrader{5m,1h,4h,24h}longUnique traders by period
count{5m,1h,4h,24h}longTrade count by period
holderslongHolder count
kolHolderslongKOL holder count
smartMoneyHolderslongSmart money holder count
protocolintegerLaunchpad protocol code (0/null = DEX token)
internalintegerOn bonding curve: 0=no, 1=yes
migrateStatusintegerMigrated: 0=no, 1=yes

User Agent Header

Include User-Agent header with the following string: binance-web3/1.1 (Skill)

Notes

  1. Only chainId and rankType are required; all other parameters are optional filters
  2. Percentage fields (progress, holder %, dev sell %, tax rate) are pre-formatted — append % directly
  3. taxRate for protocol=2001 (Four.meme) only shows on Migrated list; for protocol=2002 (Flap) shows on all lists
  4. Icon URLs require prefix: https://bin.bnbstatic.com + path

Comments

Loading comments...