poly-data

Aggregate Polymarket market and trade data into datasets and microstructure artifacts.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/rockomatthews/molt-scout --skill poly-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: poly-data
Source: https://github.com/rockomatthews/molt-scout/tree/main/skills/poly-data
Command: npx skills add https://github.com/rockomatthews/molt-scout --skill poly-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The poly-data skill unit streamlines the process of handling Polymarket data, allowing for the creation of datasets and trade/microstructure artifacts.

Core Features & Use Cases

  • Data Pipeline: Aggregates markets, Goldsky orderFilled events, and processed trades.
  • Dataset Creation: Builds internal trade datasets for further analysis.
  • Artifact Generation: Produces trade/microstructure artifacts like volume/flow regimes and slippage estimates.
  • Use Case: Utilize the skill to compile and analyze a dataset for trade volume trends across Polymarket markets.

Quick Start

Run the pipeline with uv run python update_all.py.

Frequently Asked Questions about poly-data

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I aggregate Polymarket trade data for microstructure analysis?

You can aggregate Polymarket trade data for microstructure analysis by running a data pipeline that integrates markets, Goldsky orderFilled events, and processed trades to generate trade artifacts like volume and slippage estimates.

What is the best way to build a Polymarket dataset for financial analysis?

The best way to build a Polymarket dataset for financial analysis is to use a data pipeline that aggregates market and trade data, creating internal datasets that support the generation of volume and flow regime artifacts.

Can I generate slippage estimates from Polymarket order flow data?

Yes, you can generate slippage estimates from Polymarket order flow data. The pipeline processes Goldsky orderFilled events and trades to produce microstructure artifacts including slippage estimates and volume flow regimes.

Does the Polymarket data pipeline require external dependencies to process trades?

No, the Polymarket data pipeline does not require external dependencies to process trades. It runs independently using internal scripts to aggregate markets and Goldsky orderFilled events into processed trade datasets.

How do I run the Polymarket data pipeline to update trade artifacts?

To run the Polymarket data pipeline and update trade artifacts, execute the command `uv run python update_all.py` which processes market and trade data to generate datasets and microstructure outputs.

What Polymarket data sources are needed for generating volume flow regime artifacts?

Generating volume flow regime artifacts requires Polymarket data sources including market data, Goldsky orderFilled events, and processed trades, which the pipeline aggregates to produce the final microstructure outputs.