Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
machina-sports avatar

Polymarket Sync Events

  • 3 installs
  • Updated February 16, 2026
  • machina-sports/polymarket-template

Helps with ai & agent building tasks.

About

polymarket-sync-events is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • polymarket-sync-events
  • AI & Agent Building
  • AI-coding skill

Polymarket Sync Events by the numbers

  • 3 all-time installs (skills.sh)
  • Ranked #13,677 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/machina-sports/polymarket-template --skill polymarket-sync-events

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3
Last updatedFebruary 16, 2026
Repositorymachina-sports/polymarket-template

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Polymarket - Sync Events

Syncs active sports events from Polymarket Gamma API into polymarket-events documents with vector embeddings.

Workflow

Name: polymarket-sync-events

InputDefaultDescription
tag_id1 (Sports)Polymarket tag filter
series_id"" (all)Filter by series/league
limit100Max events to fetch
offset0Pagination offset

Usage

# Sync all sports events
mcp__docker-localhost__execute_workflow(
    name="polymarket-sync-events",
    input_data={"tag_id": 1, "limit": 100}
)

# Sync events from a specific series/league
mcp__docker-localhost__execute_workflow(
    name="polymarket-sync-events",
    input_data={"series_id": "<series_id>", "limit": 50}
)

Pipeline

get_sports_events → polymarket-event-mapping → bulk-save (polymarket-events)

Dependencies

  • polymarket connector (no auth required)
  • machina-ai connector (for embeddings) — requires $TEMP_CONTEXT_VARIABLE_SDK_OPENAI_API_KEY

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.