Instant rug pull detection for any token. Holder concentration, liquidity locks, contract risks. DYOR before you ape. Works with AI agents.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install prism-scanner或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install prism-scanner⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/prism-scanner/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: prism-scanner description: Instant rug pull detection for any token. Holder concentration, liquidity locks, contract risks. DYOR before you ape. Works with AI agents. version: 1.1.1 keywords: rug-pull, token-scanner, crypto-safety, scam-detector, dyor, holder-analysis, liquidity-checker, solana-scanner, defi-security, ai, ai-agent, ai-coding, llm, cursor, claude, trading-bot, memecoin, web3, openclaw, moltbot, vibe-coding, agentic ---
DYOR before you ape. Instant rug pull detection for any crypto token.
Scans holder concentration, liquidity locks, contract honeypots, and copycat scams. Works with Solana and EVM chains. Powered by Strykr PRISM.
# Scan by symbol
./scan.sh PEPE
# Scan by contract address
./scan.sh 0x6982508145454Ce325dDbE47a25d4ec3d2311933
# Get JSON output
./scan.sh PEPE --json
| Check | Endpoint | Risk Factor | |-------|----------|-------------| | Copycat/Scam | /analyze/copycat | High | | Holder Concentration | /analytics/holders | Medium | | Liquidity Status | /analyze | High | | Contract Verification | /analyze | Medium | | Token Age | /analyze | Low | | Rebrand History | /analyze/rebrand | Info |
0-25: ✅ Lower Risk (Green)
26-50: ⚠️ Medium Risk (Yellow)
51-75: 🔶 Higher Risk (Orange)
76-100: 🚨 High Risk (Red)
| Factor | Max Points | Trigger | |--------|------------|---------| | Copycat detected | 30 | Similarity > 70% to known scam | | Honeypot pattern | 25 | Buy/sell tax anomaly | | Holder concentration | 25 | Top 10 wallets > 60% | | Unlocked liquidity | 20 | LP not locked | | Unverified contract | 15 | Not verified on explorer | | New token (<7 days) | 10 | Recently launched | | Low liquidity | 10 | < $10K liquidity |
🛡️ PRISM Token Scan: PEPE
Contract: 0x6982508...2311933
Chain: Ethereum
━━━━━━━━━━━━━━━━━━━━━━━━━━━━
RISK SCORE: 35/100
████████░░░░░░░░░░░░ Lower Risk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━
CHECKS:
✅ No copycat detected
✅ Contract verified on Etherscan
✅ Liquidity locked (12 months)
⚠️ Top 10 wallets hold 42% of supply
✅ Token age: 8 months
✅ Normal buy/sell taxes (0%/0%)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━
HOLDER DISTRIBUTION:
• Top holder: 3.2%
• Top 10: 42%
• Top 100: 68%
━━━━━━━━━━━━━━━━━━━━━━━━━━━━
⚠️ DYOR - This is not financial advice
# 1. Resolve token to canonical form
GET /resolve/{symbol_or_address}
# 2. Get general analysis
GET /analyze/{symbol}
# 3. Check for copycat/scam
GET /analyze/copycat/{symbol}
# 4. Get holder distribution
GET /analytics/holders/{contract}
# 5. Check rebrand history
GET /analyze/rebrand/{symbol}
User: /scan PEPE
Bot: 🛡️ Scanning PEPE...
Risk Score: 35/100 (Lower Risk)
✅ No copycat detected
✅ Liquidity locked
⚠️ Top 10 hold 42%
[Full Report] [Share]
!scan 0x6982508...
const result = await prismScan('PEPE');
// { score: 35, checks: [...], holders: {...} }
PRISM_URL=https://strykr-prism.up.railway.app
PRISM_API_KEY=your-api-key # Optional
---
Built by @NextXFrontier
安装 Prism Scanner 后,可以对 AI 说这些话来触发它
Help me get started with Prism Scanner
Explains what Prism Scanner does, walks through the setup, and runs a quick demo based on your current project
Use Prism Scanner to instant rug pull detection for any token
Invokes Prism Scanner with the right parameters and returns the result directly in the conversation
What can I do with Prism Scanner in my ai agent & automation workflow?
Lists the top use cases for Prism Scanner, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/prism-scanner/ 目录(个人级,所有项目可用),或 .claude/skills/prism-scanner/(项目级)。重启 AI 客户端后,用 /prism-scanner 主动调用,或让 AI 根据上下文自动发现并使用。
Prism Scanner 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Prism Scanner 可免费安装使用。请查阅仓库了解许可证信息。
Instant rug pull detection for any token. Holder concentration, liquidity locks, contract risks. DYOR before you ape. Works with AI agents.
Prism Scanner 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using Prism Scanner
Identifies repetitive steps in your workflow and sets up Prism Scanner to handle them automatically