Agent skill
predictit
PredictIt political prediction market (read-only)
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/predictit
SKILL.md
PredictIt
Read-only integration with PredictIt, a US political prediction market. View markets and prices.
Quick Start
# Search markets
/pi search president
# Get market details
/pi market 6867
# List all markets
/pi all
Commands
| Command | Description |
|---|---|
/pi search [query] |
Search markets |
/pi market <id> |
Get market details |
/pi all |
List all active markets |
Examples:
/pi search election # Search election markets
/pi market 6867 # Get specific market
/pi all # List all markets
Features
- Political Markets - US elections, congress, policy
- Real-time Prices - Last trade and best bid/ask
- Contract Details - Individual outcomes with prices
Notes
- PredictIt is read-only (no trading API)
- Prices shown are last trade price
- Market volume not exposed by API
- US politics focused
Price Data
| Field | Description |
|---|---|
| lastTradePrice | Most recent trade price |
| bestBuyYesCost | Best offer to buy Yes |
| bestBuyNoCost | Best offer to buy No |
| bestSellYesCost | Best bid to sell Yes |
| bestSellNoCost | Best bid to sell No |
Resources
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?