← All skills
Tencent SkillHub · Communication & Collaboration

Polymarket Latest Events

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

Polymarket Latest Events

Fetch the latest events from the Polymarket prediction market platform.

When to Use

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

How to Fetch

Use web_fetch (or curl via Bash) to call the Polymarket Gamma API. No API key or authentication is required.

Get the 10 latest events

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"

Response format

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

Build event links

The Polymarket URL for each event is: https://polymarket.com/event/{slug}

Read market prices

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)

Output Format

Present the results as a clean list: {title} — {short description or first tag} Odds: Yes {price}% / No {price}% Link: https://polymarket.com/event/{slug}

Filtering Options

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

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc