-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
49 lines (49 loc) · 1.66 KB
/
skill.json
File metadata and controls
49 lines (49 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"skill": {
"name": "buzz-token-scanner",
"version": "1.0.0",
"display_name": "🐝 Buzz Token Scanner",
"description": "Free multi-chain token discovery and 100-point scoring. Scans DexScreener for new tokens on Solana, Ethereum, BSC, Base, and Arbitrum. Returns ranked prospects with actionable BD categories (HOT/QUALIFIED/WATCH/SKIP).",
"author": {
"name": "BuzzBD",
"organization": "SolCex Exchange",
"twitter": "@BuzzBySolCex",
"moltbook": "u/BuzzBD"
},
"tags": [
"token-scanner",
"dexscreener",
"scoring",
"solana",
"ethereum",
"bsc",
"defi",
"business-development",
"agentic-commerce",
"free"
],
"category": "AgenticCommerce",
"pricing": "free",
"license": "MIT",
"repository": "https://github.com/buzzbysolcex/buzz-token-scanner",
"documentation": "https://github.com/buzzbysolcex/buzz-token-scanner/blob/main/README.md",
"live_demo": "https://retake.tv/BuzzBD",
"capabilities": [
"Multi-chain token scanning (SOL, ETH, BSC, Base, ARB)",
"100-point scoring system with configurable weights",
"Trending/boosted token detection",
"Token search by name or symbol",
"Score by contract address with catalyst adjustments",
"Formatted markdown report generation",
"Customizable scoring weights and thresholds",
"Batch DexScreener API calls (rate-limit aware)"
],
"requirements": {
"api_keys": "none",
"x402_payment": "none",
"dependencies": "none (zero dependencies, uses native fetch)"
},
"entry_point": "index.js",
"examples": "examples/basic-scan.js"
}
}