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

Polymarket Sync Series

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

Syncs series (leagues/competitions) from the Polymarket Gamma API into documents with vector embeddings.

About

Fetches Polymarket series data, maps it to polymarket-series documents, and stores it with embeddings, supporting limit and offset pagination. A developer uses it to import prediction-market leagues and competitions.

  • Fetches leagues/competitions with limit and offset paging
  • Pipeline: get_series, mapping, bulk-save with embeddings

Polymarket Sync Series by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #870 of 1,106 Finance & Trading 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-series

Add your badge

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

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

What it does

Syncs series (leagues/competitions) from the Polymarket Gamma API into documents with vector embeddings.

Files

SKILL.mdMarkdownGitHub ↗

Polymarket - Sync Series

Syncs series (leagues/competitions) from Polymarket Gamma API into polymarket-series documents with vector embeddings.

Workflow

Name: polymarket-sync-series

InputDefaultDescription
limit200Max series to fetch
offset0Pagination offset

Usage

# Sync all series
mcp__docker-localhost__execute_workflow(name="polymarket-sync-series")

# Sync with pagination
mcp__docker-localhost__execute_workflow(
    name="polymarket-sync-series",
    input_data={"limit": 200, "offset": 0}
)

Pipeline

get_series → polymarket-series-mapping → bulk-save (polymarket-series)

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.