tracking-token-launches
Monitors decentralized exchanges for new token launches, contract verification, and risk analysis.
Install
mkdir -p .claude/skills/tracking-token-launches && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9376" && unzip -o skill.zip -d .claude/skills/tracking-token-launches && rm skill.zipInstalls to .claude/skills/tracking-token-launches
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Track new token launches across DEXes with risk analysis and contractKey capabilities
- →Detect PairCreated events from DEX factory contracts
- →Analyze token contracts for mint functions and proxy patterns
- →Verify contract source code status via Etherscan
- →Monitor IDO activity across multiple blockchains
- →Export launch data to JSON format
- →Retrieve token metadata and risk indicators
How it works
The tool scans DEX factory contracts for PairCreated events and performs static analysis on token contracts to identify potential risks like mint functions or blacklist capabilities. It utilizes RPC endpoints to fetch on-chain data and optionally integrates with Etherscan for contract verification.
Inputs & outputs
When to use tracking-token-launches
- →Find new token pairs on Uniswap
- →Analyze token contract risk indicators
- →Monitor IDOs across blockchains
- →Fetch metadata for new launches
About this skill
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
requestslibrary - 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
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
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
python launch_tracker.py risk --address 0x... --chain base
Analyzes contract for risk indicators:
- Mint function (HIGH risk)
- Proxy contract (MEDIUM risk)
- Not verified (MEDIUM risk)
- Blacklist functionality (MEDIUM risk)
- Active owner (LOW risk)
summary - Launch Statistics
python launch_tracker.py summary --hours 24
python launch_tracker.py summary --chains ethereum,base,arbitrum
dexes - List DEXes
python launch_tracker.py dexes --chain bsc
chains - List Chains
python launch_tracker.py chains
Instructions
-
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
Supported Chains
| 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 |
Risk Indicators
| 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 |
Output
- Table format: Formatted ASCII tables with token data
- JSON format: Structured data for programmatic use
- Risk scores: 0-100 scale (higher = riskier)
- Links: Explorer and DEXScreener URLs
Error Handling
See ${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling including:
- RPC connection issues and fallback chain
- Rate limiting and backoff strategies
- Contract analysis edge cases
Examples
See ${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples including:
- Finding high-risk tokens
- Multi-chain monitoring scripts
- Python integration
Resources
- Uniswap V2 Factory
- PancakeSwap Factory
- DEXScreener - Real-time pair data
- Etherscan API - Contract verification
Prerequisites
Limitations
- →Requires RPC endpoint access for data retrieval
- →Contract analysis depends on availability of source code or bytecode
How it compares
Unlike manual block explorer searches, this tool automates the aggregation of launch events and risk indicators across multiple chains and DEXes into a single interface.
Compared to similar skills
tracking-token-launches side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| tracking-token-launches (this skill) | 0 | 25d | Review | Intermediate |
| exploratory-data-analysis | 15 | 2mo | Review | Intermediate |
| model-compare | 7 | 7mo | Review | Advanced |
| astropy | 6 | 7mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by jeremylongshore
View all by jeremylongshore →You might also like
exploratory-data-analysis
K-Dense-AI
Perform comprehensive exploratory data analysis on scientific data files across 200+ file formats. This skill should be used when analyzing any scientific data file to understand its structure, content, quality, and characteristics. Automatically detects file type and generates detailed markdown reports with format-specific analysis, quality metrics, and downstream analysis recommendations. Covers chemistry, bioinformatics, microscopy, spectroscopy, proteomics, metabolomics, and general scientific data formats.
model-compare
rawwerks
Compare 3D CAD models using boolean operations (IoU, Dice, precision/recall). Use when evaluating generated models against gold references, diffing CAD revisions, or computing similarity metrics for ML training. Triggers on: model diff, compare models, IoU, intersection over union, model similarity, CAD comparison, STEP diff, 3D evaluation, gold reference, generated model, precision recall 3D.
astropy
davila7
Comprehensive Python library for astronomy and astrophysics. This skill should be used when working with astronomical data including celestial coordinates, physical units, FITS files, cosmological calculations, time systems, tables, world coordinate systems (WCS), and astronomical data analysis. Use when tasks involve coordinate transformations, unit conversions, FITS file manipulation, cosmological distance calculations, time scale conversions, or astronomical data processing.
statistical-analysis
anthropics
Apply statistical methods including descriptive stats, trend analysis, outlier detection, and hypothesis testing. Use when analyzing distributions, testing for significance, detecting anomalies, computing correlations, or interpreting statistical results.
datacommons-client
davila7
Work with Data Commons, a platform providing programmatic access to public statistical data from global sources. Use this skill when working with demographic data, economic indicators, health statistics, environmental data, or any public datasets available through Data Commons. Applicable for querying population statistics, GDP figures, unemployment rates, disease prevalence, geographic entity resolution, and exploring relationships between statistical entities.
analyzing-market-sentiment
jeremylongshore
Analyze cryptocurrency market sentiment using Fear & Greed Index, news analysis, and market momentum. Use when gauging overall market mood, checking if markets are fearful or greedy, or analyzing sentiment for specific coins. Trigger with phrases like "analyze crypto sentiment", "check market mood", "is the market fearful", "sentiment for Bitcoin", or "Fear and Greed index".