Claude Plugins Overview
Add Bankr capabilities to Claude Code with official plugins.
Available Plugins
| Plugin | Purpose |
|---|---|
| bankr-agent | Trading, prices, Polymarket |
| bankr-agent-dev | Developer toolkit |
| bankr-x402-sdk-dev | SDK integration |
Installation
Claude Code CLI
- Add the marketplace:
claude plugin marketplace add BankrBot/claude-plugins
- Install the plugin you need:
# For trading capabilities
claude plugin install bankr-agent
# For development toolkit
claude plugin install bankr-agent-dev
# For SDK integration
claude plugin install bankr-x402-sdk-dev
Other Tools (Cursor, OpenCode, etc.)
Use the skills installation method:
bunx skills add BankrBot/claude-plugins
Requirements
- Claude Code CLI or compatible tool
- Node.js 20+
- USDC on Base (only for
bankr-x402-sdk-devplugin)
Quick Start
After installing bankr-agent:
"what is the price of ETH?"
"buy $10 of BNKR on base"
"what are the odds the eagles win?"
Use Cases
Traders & Investors
Install bankr-agent for:
- Real-time price queries
- Token swaps across chains
- Polymarket predictions
- Portfolio management
Developers
Install bankr-agent-dev for:
- Project scaffolding
- API documentation access
- TypeScript interfaces
- Code generation
SDK Users
Install bankr-x402-sdk-dev for:
- SDK integration help
- x402 payment implementation
- Transaction handling patterns
Choosing a Plugin
| If you want to... | Install |
|---|---|
| Trade tokens | bankr-agent |
| Check prices | bankr-agent |
| Bet on Polymarket | bankr-agent |
| Build a trading bot | bankr-agent-dev |
| Integrate the SDK | bankr-x402-sdk-dev |
| Build web3 apps | bankr-x402-sdk-dev |