From buzz-crypto-bd
Discovers BSC tokens using BNB MCP tools, checks liquidity on PancakeSwap/Venus, and identifies cross-chain signals with Solana for legitimacy scoring.
How this skill is triggered — by the user, by Claude, or both
Slash command
/buzz-crypto-bd:bnb-chain-mcpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- scanner-agent (L1): BSC token discovery
@bnb-chain/mcp (installed globally in Docker)
Set via BNB_PRIVATE_KEY env var in Akash SDL. Used for read operations + BSC queries. Never expose.
When scanning for token prospects, query BSC in parallel with Solana sources:
Use BNB MCP tool: getTokenInfo
Use BNB MCP tool: getLiquidityPools
If a token has BOTH Solana + BSC presence → strong legitimacy signal Add +5 to score if cross-chain verified
On boot, scanner-agent should confirm: BNB_PRIVATE_KEY: SET ✅ BNB MCP: ACTIVE ✅
If BNB MCP shows "unconfigured":
npx claudepluginhub buzzbysolcex/buzz-bd-agentBlocks Edit/Write/Bash actions until Claude investigates importers, data schemas, and user instructions. Improves output quality by forcing concrete facts before edits.