prediction-markets-gina

Search, Trade, and Automate any strategy on Polymarket with your own agent.

16 stars

Best use case

prediction-markets-gina is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Search, Trade, and Automate any strategy on Polymarket with your own agent.

Teams using prediction-markets-gina should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/prediction-markets-gina/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/prediction-markets-gina/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/prediction-markets-gina/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How prediction-markets-gina Compares

Feature / Agentprediction-markets-ginaStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Search, Trade, and Automate any strategy on Polymarket with your own agent.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Polymarket via Gina

Trade Polymarket with AI — search, bet, track positions, and automate strategies from any MCP client.

**Server URL:** `https://askgina.ai/ai/predictions/mcp`

## Use This Skill For

### Searching & discovery

- Search prediction markets by topic, sport, keyword, or date
- Analyze market data with SQL (filter by volume, liquidity, end time, category)
- Find expiring markets about to resolve (last-minute opportunities)
- Discover recurring markets to set up automated strategies for (BTC, ETH, SOL — 5 min to monthly)
- Browse stock and index prediction markets (AAPL, S&P 500, Gold)

### Trading

- Place market orders and limit orders on Polymarket
- Track your positions, P&L, and win rate
- View and cancel open orders
- Redeem winnings from resolved markets

### Automating

- Set up Recipes — scheduled automations that trade or alert on your behalf.
- Daily market briefings, odds swing alerts, portfolio summaries.
- Set up fully automated trading strategies that scan, filter, trade, and journal for you.

## What You Can Do

Just type natural language prompts — no special syntax needed.

| Feature | Example Prompts |
|---------|----------------|
| **Search markets** | `"NBA markets tomorrow"` `"Fed rate decision odds"` |
| **Trending** | `"what's trending on Polymarket?"` `"markets with the most trading volume and liquidity"` |
| **Crypto prices** | `"BTC 15 minute up or down"` `"ETH current hourly up/down market"` |
| **Stocks & indices** | `"AAPL daily up or down"` `"S&P 500 daily"` |
| **Expiring markets** | `"markets ending in 2 hours"` `"NBA games ending tonight"` |
| **Place trades** | `"bet $10 on lakers to win"` `"buy $50 of Yes"` |
| **Limit orders** | `"buy Yes at 0.40 or better"` `"avoid slippage"` |
| **View positions** | `"show my Polymarket positions"` `"what's my P&L?"` |
| **Performance** | `"what's my win rate?"` `"show my trade history"` |
| **Manage orders** | `"show my open orders"` `"cancel all pending limit orders"` |
| **Redeem winnings** | `"redeem my winnings"` `"what can I redeem?"` |
| **Data analysis** | `"fetch crypto markets into SQL"` `"run a query"` |
| **Automations** | `"daily market briefing at 9am"` `"alert me on odds swings"` |

## Quick Start

1. Add the server URL to your MCP client (Claude Code, Codex, Cursor, Windsurf, etc.)
2. Your client opens a browser for sign-in — log in to Gina and approve access
3. Start prompting

For detailed client setup instructions, see the [Quick Start guide](https://docs.askgina.ai/predictions-mcp/quick-start).

## How It Works

- **Auth**: OAuth 2.1 with PKCE — your client handles it automatically. No API keys to manage.
- **Wallets**: Self-custodial via [Privy](https://privy.io). You own your keys.
- **Trades**: Execute on-chain on Polymarket (Polygon / USDC).
- **Gas**: Gina provides gas sponsorship to help cover transaction fees.
- **Safety**: Large trades require explicit confirmation before executing.
- **Automations**: Create scheduled jobs (market briefings, alerts) via natural language. Manage anytime.

## Safety

- Trading uses real money (USDC on Polygon) — always review before confirming
- Start with read-only prompts (search, trending) before trading
- Large trades require explicit confirmation
- If the auth flow asks for private keys, **do not proceed**

## Links

- **App**: https://askgina.ai
- **Docs**: https://docs.askgina.ai
- **Features**: https://docs.askgina.ai/predictions-mcp/features
- **Client setup**: https://docs.askgina.ai/predictions-mcp/client-setup
- **Troubleshooting**: https://docs.askgina.ai/predictions-mcp/troubleshooting
- **Terms**: https://askgina.ai/terms-and-conditions
- **Twitter**: https://x.com/askginadotai

Related Skills

prediction-tracking

16
from diegosouzapw/awesome-omni-skill

Track and evaluate AI predictions over time to assess accuracy. Use when reviewing past predictions to determine if they came true, failed, or remain uncertain.

Pagination, Search, and Sorting

16
from diegosouzapw/awesome-omni-skill

Implement server-side pagination, search filtering, and column sorting across API endpoints and frontend list pages.

API Pagination Debugging

16
from diegosouzapw/awesome-omni-skill

Systematic methodology for debugging pagination issues in API integrations, especially when switching between API versions or endpoints. Auto-activates when pagination stops early, returns duplicate results, or fails to iterate through complete datasets. Covers cursor-based vs page-based pagination, API response structure verification, and efficiency optimization. Trigger keywords: pagination bug, API not paginating, stuck at one page, cursor pagination, nextPageCursor, page-based pagination. (project)

bgo

10
from diegosouzapw/awesome-omni-skill

Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.

Coding & Development

accessibility-ux-audit

16
from diegosouzapw/awesome-omni-skill

Audit and enhance accessibility and UX across all pages and components.

accessibility-testing

16
from diegosouzapw/awesome-omni-skill

WCAG 2.2 compliance testing, screen reader validation, and inclusive design verification. Use when ensuring legal compliance (ADA, Section 508), testing for disabilities, or building accessible applications for 1 billion disabled users globally.

accessibility-rules

16
from diegosouzapw/awesome-omni-skill

Concise accessibility checklist and practices for components in the repository. Use when implementing UI to ensure keyboard, screen reader, and focus semantics.

accessibility-planning

16
from diegosouzapw/awesome-omni-skill

Plan accessibility compliance - WCAG 2.2, Section 508, EN 301 549, inclusive design principles, audit planning, and remediation strategies.

accessibility-design

16
from diegosouzapw/awesome-omni-skill

WCAG 2.1 AA compliance patterns, screen reader compatibility, keyboard navigation, and ARIA best practices. Use when implementing accessible interfaces, reviewing UI components, or auditing accessibility compliance. Covers semantic HTML, focus management, color contrast, and assistive technology testing.

accessibility-design-checklist

16
from diegosouzapw/awesome-omni-skill

Эксперт по accessibility дизайну. Используй для WCAG, a11y чеклистов и inclusive design.

accessibility-design-checker

16
from diegosouzapw/awesome-omni-skill

Ensures designs meet accessibility requirements including WCAG compliance, color contrast, keyboard navigation, screen reader support, and focus management. Reviews designs for accessibility issues and provides recommendations.

accessibility-contrast-audit

16
from diegosouzapw/awesome-omni-skill

[Design System] Quantitative accessibility audit for UI - contrast ratios, font sizes, tap targets, heading hierarchy. Use when (1) checking WCAG color contrast compliance, (2) auditing text sizes for readability, (3) validating touch/click target sizes, (4) reviewing heading structure and landmarks, (5) user asks to 'check accessibility', 'audit contrast', 'WCAG compliance', or 'a11y check'.