{"skill":{"slug":"pumpfun-sniper","displayName":"pumpfun-sniper","summary":"Score any pump.fun token CA for snipe safety (0-100) before buying. Analyzes dev wallet history, social links, liquidity, and holder concentration. Returns S...","description":"---\nname: pumpfun-sniper\ndescription: |\n  Score any pump.fun token CA for snipe safety (0-100) before buying.\n  Analyzes dev wallet history, social links, liquidity, and holder concentration.\n  Returns SNIPE / CAUTION / AVOID verdict with detailed signal breakdown.\n  Use when the user wants to snipe a new token, check if a pump.fun token is safe,\n  score a new launch, detect rug potential, or analyze a fresh CA before buying.\n  Keywords: pump.fun snipe, rug check, new token score, CA analysis, safe to buy.\nmetadata:\n  openclaw:\n    requires:\n      bins: [\"python3\"]\n    env: [\"HELIUS_API_KEY\"]\n---\n\n# pump.fun Sniper Scorer\n\nScore any Solana token CA for snipe safety before you buy.\nReturns a 0–100 score with verdict: **SNIPE** / **CAUTION** / **AVOID**.\n\n## Paid API (Recommended)\n\nHosted endpoint — $0.05 USDC per request via x402 on Base chain:\n\n```bash\n# Check payment requirements\nnpx awal@latest x402 details https://pumpfun-sniper-production.up.railway.app/score?ca=TOKEN_CA\n\n# Score a token (auto-pays)\nnpx awal@latest x402 pay \"https://pumpfun-sniper-production.up.railway.app/score?ca=TOKEN_CA\"\n```\n\n## What Gets Scored\n\n| Category | Weight | What it checks |\n|----------|--------|----------------|\n| Dev Wallet | 30 pts | SOL balance, number of prior launches |\n| Social Links | 20 pts | Twitter, Telegram, website, description |\n| Liquidity | 25 pts | Liquidity USD, buy/sell ratio, volume |\n| Concentration | 25 pts | Top 5 holder %, dev wallet holdings |\n\n## Verdict Guide\n\n| Score | Verdict | Meaning |\n|-------|---------|---------|\n| 70–100 | 🎯 SNIPE | Low rug signals, worth considering |\n| 45–69 | ⚠️ CAUTION | Mixed signals, use small size |\n| 0–44 | 🚨 AVOID | High rug risk, stay away |\n\n## API Response\n\n```json\n{\n  \"ca\": \"TokenCA...\",\n  \"score\": 74,\n  \"verdict\": \"SNIPE\",\n  \"token\": {\n    \"symbol\": \"PEPE\",\n    \"name\": \"Pepe Coin\",\n    \"price_usd\": \"0.0000123\",\n    \"liquidity_usd\": 45000,\n    \"market_cap\": 180000,\n    \"twitter\": \"https://twitter.com/pepecoin\",\n    \"telegram\": \"https://t.me/pepecoin\"\n  },\n  \"breakdown\": {\n    \"dev_wallet\":    {\"score\": 22, \"max\": 30},\n    \"social\":        {\"score\": 18, \"max\": 20},\n    \"liquidity\":     {\"score\": 20, \"max\": 25},\n    \"concentration\": {\"score\": 14, \"max\": 25}\n  },\n  \"signals\": [\n    \"✅ Dev has significant SOL (12.5 SOL)\",\n    \"✅ Token: $PEPE — Pepe Coin\",\n    \"✅ Has description\",\n    \"✅ Twitter: https://twitter.com/pepecoin\",\n    \"✅ Strong liquidity: $45,000\",\n    \"✅ Strong buy pressure: 45B / 12S (5m)\",\n    \"⚠️ Top 5 hold 38.2%\"\n  ]\n}\n```\n\n## Agent Usage\n\n```bash\n# Self-hosted (requires HELIUS_API_KEY for best results)\npython3 {baseDir}/scripts/scorer.py <TOKEN_CA>\n```\n\nAlways use `--json` / the API endpoint for agent use.\nScoring takes 10–20 seconds due to multiple on-chain lookups.\n","tags":{"crypto":"1.0.0","defi":"1.0.0","latest":"1.0.0","meme-coin":"1.0.0","pump.fun":"1.0.0","rug-detection":"1.0.0","sniper":"1.0.0","solana":"1.0.0","token-analysis":"1.0.0","trading":"1.0.0"},"stats":{"comments":0,"downloads":713,"installsAllTime":27,"installsCurrent":0,"stars":1,"versions":1},"createdAt":1772701487416,"updatedAt":1778491730325},"latestVersion":{"version":"1.0.0","createdAt":1772701487416,"changelog":"Initial release of pumpfun-sniper:  \n- Score any pump.fun Solana token contract address (CA) for snipe safety (0–100).\n- Analyzes dev wallet history, social links, liquidity, and holder concentration.\n- Returns SNIPE / CAUTION / AVOID verdicts with detailed signal breakdown.\n- Paid API endpoint available ($0.05/request via x402 Base).\n- Includes agent usage instructions for local and API-based scoring.","license":null},"metadata":{"setup":[{"key":"HELIUS_API_KEY","required":true}],"os":null,"systems":null},"owner":{"handle":"ultranumblol","userId":"s173bc4c25bxkf7g35mssfrt6n85ahcr","displayName":"Lougseus","image":"https://avatars.githubusercontent.com/u/15081029?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1780089761414}}