Public Claude Code plugins for Web3 development with Bankr's multi-chain DeFi infrastructure.
Maintained by the Bankr team.
Integration with Bankr API for Crypto Trading & Polymarket
- Crypto trading: Buy/sell tokens on Base, Ethereum, Solana, etc.
- Real-time price queries and market analysis
- Polymarket predictions: Check odds and place bets
- Natural language interface via MCP server
Developer Toolkit for Building on the Bankr Agent API
- Scaffold projects: Generate bots, web services, dashboards, CLI tools
- API documentation: Endpoints, job patterns, TypeScript interfaces
- Working examples: Ready-to-use client code with polling and cancellation
Integration with @bankr/sdk for Web3 Development
- Market analysis: prices, charts, TA, trending tokens, social sentiment
- Portfolio tracking: balances, NFT holdings, positions
- Token swaps with 0x routing and cross-chain bridges (EVM chains)
- Leveraged trading via Avantis (commodities, forex, crypto up to 150x)
- NFT operations: buy, transfer, list, mint
- x402 micropayments ($0.01 USDC per request)
Note: Solana and Polymarket are not supported via SDK (wallet mode limitations).
First, add the marketplace:
claude plugin marketplace add BankrBot/claude-pluginsThen install the plugin you want:
# For bankr-agent (Bankr agent)
claude plugin install bankr-agent@bankr-claude-plugins
# For bankr-agent-dev (Developer toolkit)
claude plugin install bankr-agent-dev@bankr-claude-plugins
# For bankr-x402-sdk-dev (Web3 development SDK)
claude plugin install bankr-x402-sdk-dev@bankr-claude-pluginsOnly skills are compatible with other platforms. Agents, commands, hooks, and MCP servers require Claude Code.
bunx skills add BankrBot/claude-plugins- Claude Code CLI
- Node.js 20+
- USDC on Base (for x402 payments)
MIT