prediction-markets-skill
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 13 GitHub stars
Code Pass
- Code scan — Scanned 11 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Read-only Kalshi + Polymarket market data skill for AI agents (Claude Code, Codex, Cursor). Zero dependencies, no API keys, auditable in 5 minutes. Stops agents hallucinating prediction-market APIs.
prediction-markets-skill
Scope: read-only market data only. No trading, no API keys, no wallet access — ever, in this skill.
A zero-dependency skill for Claude Code / Codex / Cursor that gives AI agents accurate, non-hallucinated access to Kalshi and Polymarket public market data: market discovery, orderbooks, price history, implied probability, and cross-venue market matching.
Why
- Zero-dependency. Python 3.10+ stdlib only. No
pip install, no external services, no MCP server to host. - No keys. Public data from both venues without registration.
- Auditable. Every script reads in 5 minutes. No telemetry. Network calls only to documented Kalshi/Polymarket API hosts.
- Knowledge, not just scripts. References teach the model market mechanics: fees, settlement, negRisk, microstructure.
- Cross-venue matching. Match equivalent markets Kalshi↔Polymarket and compute the spread.
Status
v0.1.1 — Active development. See CHANGELOG.md.
Install
1. Claude Code (plugin, preferred)
claude plugin marketplace add azazelitto21/prediction-markets-skill
claude plugin install prediction-markets
(Or use /plugin marketplace add azazelitto21/prediction-markets-skill interactively)
2. Any SKILL.md-compatible agent
git clone --depth 1 https://github.com/azazelitto21/prediction-markets-skill /tmp/pms
mkdir -p ~/.claude/skills
cp -r /tmp/pms/skills/prediction-markets ~/.claude/skills/
rm -rf /tmp/pms
3. skills CLI
npx skills add azazelitto21/prediction-markets-skill
Mini-example
python3 scripts/poly_markets.py --active --limit 1
{
"venue": "Polymarket",
"endpoint": "https://gamma-api.polymarket.com/events",
"params": "active=true&limit=1",
"fetched_at": "2026-07-02T12:00:00Z",
"count": 1,
"data": [
{
"title": "Will interest rates be cut in September?",
"slug": "fed-rate-cut-september",
"active": true
}
]
}
Disclaimer
Educational and research tooling only. Not financial advice. This project provides read-only access to public market data and does not execute trades.
License
MIT
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found