AgentSkillsCN

Bankr Dev - Polymarket

当用户需要构建预测市场集成、实现投注功能,或查询 Polymarket 赔率时,应使用此技能。涵盖市场搜索、赔率查询,以及头寸管理。

SKILL.md
--- frontmatter
name: Bankr Dev - Polymarket
description: This skill should be used when building prediction market integrations, implementing betting functionality, or querying Polymarket odds. Covers market search, odds checking, and position management.
version: 1.0.0

Polymarket Capability

Interact with Polymarket prediction markets via natural language prompts.

What You Can Do

OperationExample Prompt
Search marketsSearch Polymarket for election
Trending marketsWhat prediction markets are trending?
Check oddsWhat are the odds Trump wins?
Market detailsShow details for the Super Bowl market
Bet YesBet $10 on Yes for the election market
Bet NoBet $5 on No for Bitcoin hitting 100k
View positionsShow my Polymarket positions
Redeem winningsRedeem my Polymarket positions

Prompt Patterns

code
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)

Usage

typescript
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");

Related Skills

  • bankr-client-patterns - Client setup and execute function
  • bankr-api-basics - API fundamentals
  • bankr-portfolio - Check USDC balance for betting