From bankr-agent-dev
Interacts with Polymarket prediction markets via natural language prompts: search markets, check odds, place Yes/No bets with USDC.e on Polygon, view positions, redeem winnings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/bankr-agent-dev:bankr-polymarketThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Interact with Polymarket prediction markets via natural language prompts.
Interact with Polymarket prediction markets via natural language prompts.
| Operation | Example Prompt |
|---|---|
| Search markets | Search Polymarket for election |
| Trending markets | What prediction markets are trending? |
| Check odds | What are the odds Trump wins? |
| Market details | Show details for the Super Bowl market |
| Bet Yes | Bet $10 on Yes for the election market |
| Bet No | Bet $5 on No for Bitcoin hitting 100k |
| View positions | Show my Polymarket positions |
| Redeem winnings | Redeem my Polymarket positions |
Search Polymarket for {query}
What are the odds {event}?
Bet {amount} on {Yes|No} for {market}
Show my Polymarket positions
Redeem my Polymarket positions
Chain: Polygon (uses USDC.e for betting)
import { execute } from "./bankr-client";
// Check odds
await execute("What are the odds Trump wins the election?");
// Place a bet
await execute("Bet $10 on Yes for Presidential Election 2024");
// View positions
await execute("Show my Polymarket positions");
bankr-client-patterns - Client setup and execute functionbankr-api-basics - API fundamentalsbankr-portfolio - Check USDC balance for bettingnpx claudepluginhub bankrbot/claude-plugins --plugin bankr-agent-devInteracts with Polymarket prediction markets to search events, check odds, place USDC.e bets on Polygon, and manage positions.
Trade on prediction markets (Polymarket, Kalshi). Search markets, buy/sell positions, track PnL, and view trade history.
Trade on Polymarket prediction markets on Polygon: browse markets, check wallet/CLOB balances, buy/sell YES/NO shares with safety gates. Uses Node.js scripts, WDK vault, and auto-setup.