From buzz-crypto-bd
Validates token data via a 4-layer cascade (DexScreener, Helius, Bankr, GeckoTerminal) requiring 2+ independent sources before business decisions. Flags discrepancies and stops pipeline on unverified data.
How this skill is triggered — by the user, by Claude, or both
Slash command
/buzz-crypto-bd:data-failoverThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Every piece of data that touches a business decision MUST be verified
Every piece of data that touches a business decision MUST be verified by at least 2 independent sources. Unverified data = no action.
1. DexScreener API (FREE, primary)
↓ 404 / timeout / incomplete
2. Helius DAS API (FREE tier, Solana on-chain)
↓ rate-limited / unavailable
3. Bankr API price query (FREE, 100 msg/day shared)
↓ rate-limited
4. GeckoTerminal API (FREE)
↓ ALL fail
5. FLAG as UNVERIFIED → alert Ogie → STOP pipeline
| Data Point | Primary | Verification | Required Match |
|---|---|---|---|
| Contract Address | DexScreener | Helius on-chain | EXACT match |
| Token Price | DexScreener | Bankr price query | Within 5% |
| Market Cap | DexScreener | GeckoTerminal | Within 10% |
| 24h Volume | DexScreener | GeckoTerminal | Within 15% |
| LP Status | DexScreener | Helius on-chain LP | Both confirm |
| Token Existence | DexScreener | Helius getAsset | Must exist |
bankr prompt "What's the price of $TOKEN on $CHAIN?"DATA_FAILOVER_ENABLED=true
TOKEN_DATA_PRIMARY=dexscreener
TOKEN_DATA_FALLBACK_1=helius
TOKEN_DATA_FALLBACK_2=bankr
TOKEN_DATA_FALLBACK_3=geckoterminal
REQUIRE_DUAL_VERIFICATION=true
MIN_SOURCES_FOR_VALID_DATA=2
Provides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub buzzbysolcex/buzz-bd-agent