polymarket-sync-series
Installation
SKILL.md
Polymarket - Sync Series
Syncs series (leagues/competitions) from Polymarket Gamma API into polymarket-series documents with vector embeddings.
Workflow
Name: polymarket-sync-series
| Input | Default | Description |
|---|---|---|
limit |
200 |
Max series to fetch |
offset |
0 |
Pagination offset |
Usage
# Sync all series
mcp__docker-localhost__execute_workflow(name="polymarket-sync-series")
Related skills
More from machina-sports/polymarket-template
polymarket-sync-events
Sync sports events from Polymarket. Use when users ask to "sync polymarket events", "fetch sports events", "import polymarket event data", or "get prediction market events". Fetches active events with embedded markets, maps to documents, and stores with embeddings.
3polymarket-sync-markets
Sync sports prediction markets from Polymarket. Use when users ask to "sync polymarket markets", "fetch prediction markets", "get sports odds", or "import polymarket market data". Fetches active markets with prices, maps to documents, and stores with embeddings.
2