From emblemcompany-agent-skills-6
Discovers memecoins and assesses risk via EmblemAI across Solana, Base, and Hedera. Useful for finding new tokens, rug-pull detection, and smart money tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/emblemcompany-agent-skills-6:emblem-memecoin-scoutThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Memecoin discovery and risk assessment powered by **EmblemAI**. Real-time new token alerts, trending memecoins, rug-pull detection, holder analysis, and smart money tracking across Solana, Base, and Hedera.
Memecoin discovery and risk assessment powered by EmblemAI. Real-time new token alerts, trending memecoins, rug-pull detection, holder analysis, and smart money tracking across Solana, Base, and Hedera.
Requires: npm install -g @emblemvault/agentwallet
| Capability | Tools Used | Chains |
|---|---|---|
| Pump.fun new token launches | getPumpFunTokens | Solana |
| LaunchLab / Bonk.fun new tokens | discoverLaunchLabTokens | Solana |
| Trending memecoins | findSolanaGems, birdeyeTrendingTokens | Solana, multi-chain |
| Clanker token discovery | baseFindClankerTokens | Base |
| Hedera memecoin discovery | hederaFindMemeCoins | Hedera |
| Rug-pull detection | rugcheck | Solana |
| Token deep dive (volume, trades) | birdeyeTradeData | Multi-chain |
| Smart money memecoin tracking | nansen_smart_money_trades | Multi-chain |
| CoinGecko trending | getTrendingCoins | All |
| Token search | searchCryptoByName, findSolanaSwapToken | All |
These features have no backing tools:
bscfindMemeCoinsViaFourMeme returns 404 (API broken)npm install -g @emblemvault/agentwallet
# What's hot on Pump.fun (uses getPumpFunTokens)
emblemai --agent --profile default -m "Use getPumpFunTokens to show tokens about to graduate on Pump.fun with holder data"
# Risk check a token (uses rugcheck)
emblemai --agent --profile default -m "Use rugcheck to analyze token [TOKEN_ADDRESS] on Solana"
Trigger phrases:
| Platform | Tool | Chain | Data |
|---|---|---|---|
| Pump.fun | getPumpFunTokens | Solana | New launches, graduating tokens, holder data, dev hold %, sniper/bundle detection |
| LaunchLab | discoverLaunchLabTokens | Solana | New token launches with curve data |
| Clanker | baseFindClankerTokens | Base | New tokens with market cap, creator info |
| MemeJob | hederaFindMemeCoins | Hedera | Memecoins with market cap, socials, DEX links |
| Birdeye | birdeyeTradeData, birdeyeTrendingTokens | Multi-chain | Volume, price action, trade data |
| Rugcheck | rugcheck | Solana | Risk score, holder concentration, insider networks, freeze/mint authority |
Find what's gaining traction.
emblemai --agent --profile default -m "Use findSolanaGems with sortBy trending to show trending Solana tokens with market cap, volume, holder count, and organic score"
Evaluate safety before any position.
emblemai --agent --profile default -m "Use rugcheck to analyze [TOKEN_ADDRESS] — show risk score, top holders, insider networks, freeze authority, and LP status"
Check real trade data for the token.
emblemai --agent --profile default -m "Use birdeyeTradeData to show [TOKEN_ADDRESS] on Solana — price changes across timeframes, unique wallets, buy/sell volumes"
See if whales are involved.
emblemai --agent --profile default -m "Use nansen_smart_money_trades to check if smart money has traded [TOKEN_NAME] on solana recently"
emblemai --agent --profile default -m "Use getPumpFunTokens with type about_to_graduate to show tokens about to graduate with volume and holder data"
emblemai --agent --profile default -m "Use discoverLaunchLabTokens to show newest LaunchLab token launches"
emblemai --agent --profile default -m "Use baseFindClankerTokens to show new Clanker tokens on Base with market cap and creator info"
emblemai --agent --profile default -m "Use hederaFindMemeCoins to show trending memecoins on Hedera with market cap and socials"
emblemai --agent --profile default -m "Use findSolanaGems to show trending tokens sorted by organic score"
emblemai --agent --profile default -m "Use birdeyeTrendingTokens on solana to show top tokens by volume"
emblemai --agent --profile default -m "Use nansen_smart_money_trades to show what smart money is trading on solana right now"
emblemai --agent --profile default -m "Use getCoinglassHyperliquidWhaleAlert to show large memecoin positions"
emblemai --agent --profile default -m "Use rugcheck to analyze [TOKEN_ADDRESS] — check for honeypot indicators, mint authority, concentrated holders, and locked LP"
The rugcheck tool returns a score_normalised (0-100) plus detailed risk data:
| Score | Risk Level | What It Means |
|---|---|---|
| 80-100 | Low | Dispersed holders, no freeze/mint authority, locked LP |
| 50-79 | Medium | Some concentration or unlocked LP — proceed with caution |
| 20-49 | High | Major red flags (concentrated holders, active mint authority) |
| 0-19 | Critical | Honeypot/rug indicators detected — do not interact |
Additional rugcheck data: top holder percentages, insider network analysis, creator token history, LP liquidity depth, freeze authority status.
Name the exact tool for reliable execution:
| Bad | Good |
|---|---|
"memes" | "Use findSolanaGems with sortBy trending to show Solana memecoins" |
"safe?" | "Use rugcheck to analyze [TOKEN_ADDRESS] on Solana" |
"new coins" | "Use getPumpFunTokens with type about_to_graduate to show newest launches" |
Memecoins are extremely high risk. This skill provides data and analysis to inform decisions — it does not guarantee safety. Always:
bash scripts/memecoin-scan.sh [chain]
See scripts/memecoin-scan.sh for trending memecoin scanning.
npx claudepluginhub emblemcompany/agent-skillsAudits meme coins and tokens for rug pull vectors: honeypots, hidden mints, fee manipulation, LP lock bypass, Solana SPL/Token-2022 authority risks, DEX pool attacks, and MCP-driven source scanning.
Audits meme coins and tokens for rug pull vectors: honeypot, hidden mint, fee manipulation, LP lock bypass, Solana SPL/Token-2022 risks, and DEX liquidity exploits.
Fetches and analyzes trending meme coin data from DexScreener, including price movements, volume, and risk assessment across multiple timeframes.