Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Fetch the latest events from Polymarket prediction market. Use when user asks about Polymarket events, prediction markets, trending bets, or wants to see what's new on Polymarket.
Fetch the latest events from Polymarket prediction market. Use when user asks about Polymarket events, prediction markets, trending bets, or wants to see what's new on Polymarket.
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.
Fetch the latest events from the Polymarket prediction market platform.
Use this skill when the user: Asks about the latest events or markets on Polymarket Wants to see trending prediction markets Mentions Polymarket, prediction market, or betting odds Asks "what's new on Polymarket" or similar queries
Use web_fetch (or curl via Bash) to call the Polymarket Gamma API. No API key or authentication is required.
curl -s "https://gamma-api.polymarket.com/events?active=true&closed=false&limit=10&order=createdAt&ascending=false" Or with web_fetch: web_fetch url="https://gamma-api.polymarket.com/events?active=true&closed=false&limit=10&order=createdAt&ascending=false"
The API returns a JSON array. Each event object contains: FieldDescriptiontitleEvent title / questionslugURL slug for the eventdescriptionDetailed descriptionstartDateEvent start datecreatedAtWhen the event was createdvolumeTotal trading volumeliquidityAvailable liquiditymarketsArray of sub-markets with outcomes and pricestagsCategory tags
The Polymarket URL for each event is: https://polymarket.com/event/{slug}
Each event has a markets array. Each market contains: question: The specific question outcomes: JSON string like ["Yes", "No"] outcomePrices: JSON string like ["0.65", "0.35"] (probabilities)
Present the results as a clean list: {title} — {short description or first tag} Odds: Yes {price}% / No {price}% Link: https://polymarket.com/event/{slug}
You can customize the API query: By category: add &tag_id={id} (get tag IDs from https://gamma-api.polymarket.com/tags?limit=100) By volume: &order=volume&ascending=false for most-traded events By sport: use https://gamma-api.polymarket.com/sports to discover leagues, then filter by &series_id={id} More results: change &limit=10 to any number
Messaging, meetings, inboxes, CRM, and teammate communication surfaces.
Largest current source with strong distribution and engagement signals.