prediction-market-odds
Prediction Market Odds retrieves live odds, prices, and market data from Polymarket and Kalshi, letting you check probability estimates for events, elections, and sports. Search markets by keyword, track recent trading activity, or browse open positions across politics, finance, and sports categories.
Prediction Market Odds retrieves current odds and prices from Polymarket and Kalshi prediction markets.
AI-generated summary based on this skill's SKILL.md
Install
gooseworks-ai/goose-skills/prediction-market-odds · repository language: Python
git clone https://github.com/gooseworks-ai/goose-skills
cp -r goose-skills/skills/research-tools/capabilities/prediction-market-odds ~/.claude/skills/prediction-market-oddsFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What are the odds on Polymarket for current events?
Prediction Market Odds retrieves live odds and prices directly from Polymarket, showing you real-time probability estimates for events across politics, finance, and sports. You can search for specific markets, view current prices, and track how odds shift as traders place bets.
How do I search for prediction markets on specific topics?
Prediction Market Odds lets you search prediction markets by keyword or topic. Browse open positions across categories like elections, sports, and finance, then filter results to find markets matching your interests on Polymarket or Kalshi.
Can Prediction Market Odds compare Polymarket vs Kalshi?
Prediction Market Odds supports probability estimates across both Polymarket and Kalshi platforms, letting you compare odds side-by-side. This helps you see how different markets price the same event and identify discrepancies in probability estimates.
What prediction market sentiment analysis does this skill provide?
Prediction Market Odds analyzes market sentiment and trading activity by tracking recent trades, volume, and price movements on Polymarket and Kalshi. Monitor how sentiment shifts as new information emerges or major events approach.
Does Prediction Market Odds cover sports betting markets?
Yes, Prediction Market Odds retrieves sports prediction market data across multiple leagues and sports including NBA, NFL, soccer, and tennis. Get real-time odds and probability estimates for upcoming games and tournaments.
How do I get real-time prediction market data?
Prediction Market Odds delivers live market prices and odds updated in real time from Polymarket and Kalshi. Check current probabilities for any open market, track yes/no odds on events, and monitor blockchain prediction market prices as they change.
SKILL.md
rendered from the published skill — quoted content, verbatim
Prediction Market Odds
Setup
Read your credentials from ~/.gooseworks/credentials.json:
export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])")
export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")
If ~/.gooseworks/credentials.json does not exist, tell the user to run: npx gooseworks login
All endpoints use Bearer auth: -H "Authorization: Bearer $GOOSEWORKS_API_KEY"
Get current odds, prices, and market data from prediction markets like Polymarket and Kalshi.
When to Use
- User asks about prediction market odds
- User wants to know probability of an event
- User asks "what are the odds of [event]?"
- Research on market sentiment
- Election or event probability checks
How It Works
Uses the Dome API to aggregate prediction market data from Polymarket and Kalshi.
Usage
Get Polymarket Markets
```bash curl -s -X POST
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
skills/research-tools/capabilities/prediction-market-odds/SKILL.md
skills/research-tools/capabilities/prediction-market-odds/skill.meta.json