Agent skill
markets
Search and view prediction market data from Polymarket, Kalshi, Manifold, and Metaculus
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/markets
SKILL.md
Markets Skill
Use this skill to search for prediction markets and view current prices across platforms.
Commands
Search Markets
Search for markets matching a query:
/markets trump 2028
/markets fed rate cut
/markets super bowl
Get Price
Get current price for a specific market:
/price [market-id or slug]
View Orderbook
View bid/ask spread:
/orderbook [market-id]
Supported Platforms
- Polymarket - Crypto prediction market, highest volume
- Kalshi - CFTC-regulated, US legal
- Manifold - Play money, anyone can create markets
- Metaculus - Forecasting platform, community predictions
Examples
User: "What's the current price on Trump winning 2028?" → Search Polymarket for "Trump 2028", return YES price
User: "Show me Fed rate cut markets" → Search all platforms for "Fed rate", list top results with prices
User: "Compare prices across platforms for Bitcoin ETF approval" → Search multiple platforms, show price comparison table
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?