tracking-token-launches

Featured

Track new token launches across DEXes with risk analysis and contract verification. Use when discovering new token launches, monitoring IDOs, or analyzing token contracts. Trigger with phrases like "track launches", "find new tokens", "new pairs on uniswap", "token risk analysis", or "monitor IDOs".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Token Launch Tracker ## Overview 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. ## Prerequisites Before using this skill, ensure you have: - Python 3.8+ with `requests` library - RPC endpoint access (public endpoints work for basic usage) - Optional: Etherscan API key for contract verification checks - Optional: Custom RPC URLs for higher rate limits ## Commands ### recent - Show Recent Launches ```bash python 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 URL ### detail - Token Details ```bash python 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 check ### risk - Risk Analysis ```bash python launch_tracker.py risk --address 0x.....

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

token-analysis

Founder-first research framework for early-stage crypto tokens. 6-step analysis, watchlist, and monitoring. Triggers: "analyze token", "should I buy", "token research", "watchlist", or any DexScreener link.

11 Updated 3 months ago
CnxLuc
Data & Documents Listed

token-analysis

Founder-first research framework for early-stage crypto tokens. 6-step analysis, watchlist, and monitoring. Triggers: "analyze token", "should I buy", "token research", "watchlist", or any DexScreener link.

1 Updated 2 months ago
hwj123hwj
Web & Frontend Listed

okx-dex-token

Use this skill for token-level data: search tokens, trending/hot tokens (热门, 代币榜单), liquidity pools, holder distribution (whale/巨鲸, sniper, bundler-tagged holder %), token risk metadata (riskControlLevel, tokenTags, dev stats, suspicious/bundle holding % via advanced-info), recent buy/sell activity, trade feed/逐笔成交/每笔交易/stream trades, top profit addresses, token trade history, detailed price info with market cap volume liquidity and holder count (price-info), or holder cluster analysis (持仓集中度, cluster overview, cluster rug pull risk/跑路风险, new wallet percentage/新钱包持仓比例, holder clusters, 'are top holders in same cluster'). NOTE: if the user wants to write a WebSocket script/脚本/bot, use okx-dex-ws instead.

277 Updated 2 days ago
okx
AI & Automation Solid

token-integration-analyzer

Token integration and implementation analyzer based on Trail of Bits' token integration checklist. Analyzes token implementations for ERC20/ERC721 conformity, checks for 20+ weird token patterns, assesses contract composition and owner privileges, performs on-chain scarcity analysis, and evaluates how protocols handle non-standard tokens. Context-aware for both token implementations and token integrations.

5,487 Updated 3 days ago
trailofbits
AI & Automation Featured

tracking-crypto-derivatives

Track cryptocurrency futures, options, and perpetual swaps with funding rates, open interest, liquidations, and comprehensive derivatives market analysis. Use when monitoring derivatives markets, analyzing funding rates, tracking open interest, finding liquidation levels, or researching options flow. Trigger with phrases like "funding rate", "open interest", "perpetual swap", "futures basis", "liquidation levels", "options flow", "put call ratio", "derivatives analysis", or "BTC perps".

2,266 Updated today
jeremylongshore