← All plugins
token-launch-tracker
v1.30.0Track new token launches, detect rugpulls, and analyze contract security for early-stage crypto projects
Claude Code1 skill
by Intent Solutions IOMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/token-launch-tracker/ inside the repository.
Layout
plugins/crypto/token-launch-tracker/
├── .claude-plugin/plugin.json└── skills/tracking-token-launches/SKILL.md
Skills1
tracking-token-launchesskills/tracking-token-launches/SKILL.md
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".
Manifests1
plugins/crypto/token-launch-tracker/.claude-plugin/plugin.json
{
"name": "token-launch-tracker",
"version": "1.30.0",
"description": "Track new token launches, detect rugpulls, and analyze contract security for early-stage crypto projects",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"crypto",
"token-launch",
"rugpull",
"security",
"scam-detection",
"contract-analysis",
"defi",
"new-tokens"
]
}