Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub buzzbysolcex/buzz-bd-agentHow 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
Applies C++ Core Guidelines to write, review, or refactor C++ code. Enforces modern, safe, and idiomatic practices for C++17/20/23.
Share bugs, ideas, or general feedback.
@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":