← All skills
Tencent SkillHub Β· AI

Prism Scanner

Instant rug pull detection for any token. Holder concentration, liquidity locks, contract risks. DYOR before you ape. Works with AI agents.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Instant rug pull detection for any token. Holder concentration, liquidity locks, contract risks. DYOR before you ape. Works with AI agents.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/scan.sh, skill.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Token Rug Checker

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.

Quick Usage

# Scan by symbol ./scan.sh PEPE # Scan by contract address ./scan.sh 0x6982508145454Ce325dDbE47a25d4ec3d2311933 # Get JSON output ./scan.sh PEPE --json

What It Checks

CheckEndpointRisk FactorCopycat/Scam/analyze/copycatHighHolder Concentration/analytics/holdersMediumLiquidity Status/analyzeHighContract Verification/analyzeMediumToken Age/analyzeLowRebrand History/analyze/rebrandInfo

Risk Score Calculation

0-25: βœ… Lower Risk (Green) 26-50: ⚠️ Medium Risk (Yellow) 51-75: πŸ”Ά Higher Risk (Orange) 76-100: 🚨 High Risk (Red)

Scoring Breakdown

FactorMax PointsTriggerCopycat detected30Similarity > 70% to known scamHoneypot pattern25Buy/sell tax anomalyHolder concentration25Top 10 wallets > 60%Unlocked liquidity20LP not lockedUnverified contract15Not verified on explorerNew token (<7 days)10Recently launchedLow liquidity10< $10K liquidity

Output Format

πŸ›‘οΈ 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

API Endpoints Used

# 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}

Telegram Bot

User: /scan PEPE Bot: πŸ›‘οΈ Scanning PEPE... Risk Score: 35/100 (Lower Risk) βœ… No copycat detected βœ… Liquidity locked ⚠️ Top 10 hold 42% [Full Report] [Share]

Discord Bot

!scan 0x6982508...

Web App

const result = await prismScan('PEPE'); // { score: 35, checks: [...], holders: {...} }

Environment Variables

PRISM_URL=https://strykr-prism.up.railway.app PRISM_API_KEY=your-api-key # Optional Built by @NextXFrontier

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • scripts/scan.sh Scripts
  • skill.json Config