
Emblem Memecoin Scout
Run EmblemAI-backed scans of new and trending memecoins on Pump.fun, LaunchLab, Clanker, or Hedera from a shell script.
Overview
Emblem Memecoin Scout is an agent skill for the Idea phase that runs shell-driven EmblemAI scans for trending memecoins across four launch platforms.
Install
npx skills add https://github.com/emblemcompany/agent-skills --skill emblem-memecoin-scoutWhat is this skill?
- memecoin-scan.sh with platform arg: pumpfun (default), launchlab, clanker, hedera
- Section 1 new launches via platform-specific EmblemAI tool prompts
- Section 2 trending gems on Solana through emblemai --agent profile default
- Requires global emblemai CLI: npm install -g @emblemvault/agentwallet
- Fails fast with set -e and explicit missing-CLI install message
- 4 supported platforms: pumpfun, launchlab, clanker, hedera
- 2 report sections: New Launches and Trending Gems (Solana)
- Install command documented: npm install -g @emblemvault/agentwallet
Adoption & trust: 8.6k installs on skills.sh; 10 GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You want a quick, repeatable way to see new and graduating memecoins without hand-querying each launchpad UI.
Who is it for?
Solo builders already using Emblem vault tooling who treat memecoin scouting as early discovery, not automated trading.
Skip if: Regulated fund ops, non-crypto products, or anyone expecting built-in risk scoring, KYC, or trade execution guards.
When should I use this skill?
You want a terminal memecoin scan on pumpfun, launchlab, clanker, or hedera via EmblemAI.
What do I get? / Deliverables
A dated terminal report of new launches and trending Solana gems via emblemai agent prompts, ready for your own due-diligence filter.
- Timestamped memecoin scan stdout report
- Platform-specific new launch listings
- Solana trending gems section from agent query
Recommended Skills
Journey fit
How it compares
CLI-orchestrated EmblemAI discovery—not a DEX aggregator MCP or on-chain audit skill.
Common Questions / FAQ
Who is emblem-memecoin-scout for?
Crypto-curious solo developers comfortable with bash, npm global CLIs, and agent-wallet profiles who want scripted launchpad radar.
When should I use emblem-memecoin-scout?
During Idea/discover when comparing Pump.fun graduations, LaunchLab, Clanker on Base, or Hedera memes before you validate sizing or build bots.
Is emblem-memecoin-scout safe to install?
It executes shell and calls external EmblemAI services; review the Security Audits panel on this Prism page and treat wallet keys and spend limits as your responsibility.
SKILL.md
READMESKILL.md - Emblem Memecoin Scout
#!/bin/bash # memecoin-scan.sh - Scan trending memecoins via EmblemAI # Usage: bash scripts/memecoin-scan.sh [platform] # Platforms: pumpfun (default), launchlab, clanker, hedera set -e PLATFORM="${1:-pumpfun}" echo "Memecoin Scout — $(date '+%Y-%m-%d %H:%M')" echo "Platform: $PLATFORM" echo "==================================================" if ! command -v emblemai &> /dev/null; then echo "Error: emblemai CLI not found" echo "Install with: npm install -g @emblemvault/agentwallet" exit 1 fi echo "" echo "1. New Launches" echo "----------------" if [ "$PLATFORM" = "pumpfun" ]; then emblemai --agent --profile default -m "Use getPumpFunTokens with type about_to_graduate to show tokens about to graduate with holder data, dev hold %, and volume" elif [ "$PLATFORM" = "launchlab" ]; then emblemai --agent --profile default -m "Use discoverLaunchLabTokens to show newest LaunchLab token launches with curve data" elif [ "$PLATFORM" = "clanker" ]; then emblemai --agent --profile default -m "Use baseFindClankerTokens to show new Clanker tokens on Base with market cap and creator info" elif [ "$PLATFORM" = "hedera" ]; then emblemai --agent --profile default -m "Use hederaFindMemeCoins to show trending memecoins on Hedera with market cap and socials" else echo "Unknown platform: $PLATFORM" echo "Available: pumpfun, launchlab, clanker, hedera" exit 1 fi echo "" echo "2. Trending Gems (Solana)" echo "--------------------------" emblemai --agent --profile default -m "Use findSolanaGems with sortBy trending to show top trending tokens with organic score and holder count" echo "" echo "3. Smart Money Memecoin Activity" echo "---------------------------------" emblemai --agent --profile default -m "Use nansen_smart_money_trades to show what smart money is trading on solana right now" echo "" echo "==================================================" echo "Scan complete. Platforms: pumpfun, launchlab, clanker, hedera" --- name: emblem-memecoin-scout description: > Memecoin discovery and risk assessment via EmblemAI. Trending memecoins on Solana, Base, and Hedera. Pump.fun and LaunchLab new token alerts, Clanker discovery, rug-pull detection, holder analysis, and smart money tracking. Use when the user wants to find new memecoins, check if a token is a rug pull, or scout trending low-cap tokens. license: MIT compatibility: > Requires Node.js >= 18.0.0, @emblemvault/agentwallet CLI, and internet access. Works on Claude Code, Cursor, Codex, OpenClaw, and other agents following the Agent Skills spec. metadata: author: EmblemAI version: "1.1.0" homepage: https://emblemvault.ai docs: https://emblemvault.ai/docs docs-interactive: https://emblemvault.dev --- # Emblem Memecoin Scout 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` --- ## What This Skill Can Do | 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 | ### Not Supported These features have no backing tools: - Social sentiment (Twitter, Telegram, Discord monitoring) — no social API tools exist - Exit strategy generation — LLM-generated adv