From token-launch-tracker
Tracks new token launches on DEXes across chains like Ethereum and BSC with risk analysis for mint functions, proxies, blacklists, and contract verification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/token-launch-tracker:tracking-token-launchesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Monitor new token launches across decentralized exchanges. Detect PairCreated events from DEX factory contracts, fetch token metadata, and analyze contracts for risk indicators like mint functions, blacklists, proxy patterns, and ownership status.
Monitor new token launches across decentralized exchanges. Detect PairCreated events from DEX factory contracts, fetch token metadata, and analyze contracts for risk indicators like mint functions, blacklists, proxy patterns, and ownership status.
Before using this skill, ensure you have:
requests librarypython launch_tracker.py recent --chain ethereum --hours 24
python launch_tracker.py recent --chain base --analyze --limit 20
python launch_tracker.py recent --chain bsc --dex "PancakeSwap V2" -f json
Options:
--chain, -c: Chain to scan (ethereum, bsc, arbitrum, base, polygon)--hours, -H: Hours to look back (default: 24)--dex, -d: Filter by DEX name--limit, -l: Maximum results (default: 50)--analyze, -a: Include token and contract analysis--rpc-url: Custom RPC URLpython launch_tracker.py detail --address 0x... --chain ethereum
Options:
--address, -a: Token contract address (required)--chain, -c: Chain (default: ethereum)--pair, -p: Pair address (optional)--etherscan-key: API key for verification checkpython launch_tracker.py risk --address 0x... --chain base
Analyzes contract for risk indicators:
python launch_tracker.py summary --hours 24
python launch_tracker.py summary --chains ethereum,base,arbitrum
python launch_tracker.py dexes --chain bsc
python launch_tracker.py chains
Check recent launches on a specific chain:
cd ${CLAUDE_SKILL_DIR}/scripts
python launch_tracker.py recent --chain ethereum --hours 6
Get detailed token info for a specific address:
python launch_tracker.py detail --address 0x6982508145454ce325ddbe47a25d4ec3d2311933 --chain ethereum
Analyze token risk before interaction:
python launch_tracker.py risk --address 0x... --chain base --etherscan-key YOUR_KEY
View cross-chain summary:
python launch_tracker.py summary --hours 24
Export to JSON for programmatic use:
python launch_tracker.py -f json recent --chain ethereum --analyze > launches.json
| Chain | DEXes | Block Time |
|---|---|---|
| Ethereum | Uniswap V2/V3, SushiSwap | 12s |
| BSC | PancakeSwap V2/V3 | 3s |
| Arbitrum | Uniswap V3, Camelot, SushiSwap | 0.25s |
| Base | Uniswap V3, Aerodrome | 2s |
| Polygon | Uniswap V3, QuickSwap, SushiSwap | 2s |
| Indicator | Severity | Description |
|---|---|---|
| Mint function | HIGH | Contract can mint new tokens |
| Proxy contract | MEDIUM | Implementation can be changed |
| Not verified | MEDIUM | Source code not public |
| Blacklist/whitelist | MEDIUM | Can restrict transfers |
| Active owner | LOW | Ownership not renounced |
| Small bytecode | INFO | Might be minimal/proxy |
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling including:
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples including:
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin token-launch-trackerRead-only on-chain meme-token research for pump.fun and similar launchpads. Scans new launches, evaluates dev reputation/rug history, detects bundle/sniper activity, tracks bonding curve progress, finds same-dev tokens and co-investor wallets.
Queries crypto token price charts, trending meme coin rankings by volume, and newly launched tokens on Solana, BSC, Base, or Ethereum via GMGN API.
Audits 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.