Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Monitor Polymarket prediction markets and alert when odds cross a threshold. Use when a user wants to track any Polymarket market probability, set up recurri...
Monitor Polymarket prediction markets and alert when odds cross a threshold. Use when a user wants to track any Polymarket market probability, set up recurri...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Set up ongoing monitoring for any Polymarket prediction market with threshold-based alerts.
Search the Gamma API for active markets matching the user's topic: curl "https://gamma-api.polymarket.com/events?search=<topic>&limit=10&active=true" Parse the response to find relevant markets. For each, note: conditionId — needed to fetch prices question — market title outcomePrices — current Yes/No probabilities (JSON string) See references/api.md for full API details.
Use the bundled script to fetch current prices for one or more markets: python3 scripts/check_markets.py <conditionId1> [conditionId2 ...] Output: JSON with question, yes_prob (0–1 float), and url per market.
Show the user the markets found and their current probabilities before setting up monitoring.
Tell the user: Which markets are being monitored Current odds for each Alert threshold and check frequency How to cancel (cron job ID + cron remove <id>)
Polymarket has no "today" daily markets — use the nearest deadline market for short-term signals outcomePrices is always ["yes", "no"] — first value is Yes Closed markets return prices of 0 or 1; skip them No API key needed
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.