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.
npx claudepluginhub bankrbot/claude-plugins --plugin bankr-agent-devThis skill uses the workspace's default tool permissions.
Interact with Polymarket prediction markets via natural language prompts.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
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 betting