enviodevenviodevOfficial·13 Agent Skills Included

polymarket-v2-indexer

Index Polymarket V2 trades into a queryable GraphQL API

Indexes Polymarket V2 exchange events on Polygon into a live GraphQL API backed by PostgreSQL. Tracks order fills, builder codes, PolyUSD flows, collateral positions, and market rewards without manual data scraping. Includes ready-made guides for schema design, event handlers, testing, and cloud deployment to ship indexers faster.
npx skills add enviodev/polymarket-v2-indexer --all -g -y
Available:

Gives your AI agent the exact commands, coding rules, and workflow steps needed to safely edit, test, and run this blockchain indexer.

All Skills in This Repository (13)

Pure Emerald Level Indicators
📦 In Repo
enviodevenviodev

indexing-traces

Index transaction trace data via the HyperSync data layer with filters.

Official
Intermediate
📦 In Repo
enviodevenviodev

indexing-wildcard

Index contract events across all blockchain addresses using wildcard configuration.

Official
Intermediate
📦 In Repo
enviodevenviodev

indexing-blocks

Enables blockwise Lua scripting for Minecraft's ComputerCraft mods.

Official
Intermediate
📦 In Repo
enviodevenviodev

indexing-config

Validate and guide editing of HyperIndex config.yaml files for blockchain indexers.

Official
Intermediate
📦 In Repo
enviodevenviodev

indexing-factory

Index runtime factory-created contracts with same-block event coverage.

Official
Advanced
📦 In Repo
enviodevenviodev

indexing-multichain

Enforce chainId-prefixed entity IDs and per-chain configuration for multichain indexing.

Official
Advanced
📦 In Repo
enviodevenviodev

indexing-performance

Optimize indexer speed and sync performance for Polymarket V2 indexing on Polygon.

Official
Advanced
📦 In Repo
enviodevenviodev

indexing-external-calls

Create typed Effect APIs for external I/O in HyperIndex handlers.

Official
Advanced
📦 In Repo
enviodevenviodev

testing

Validate HyperIndex indexer tests with Vitest and inline snapshots.

Official
Intermediate
📦 In Repo
enviodevenviodev

indexing-transactions

Configure field_selection to expose transaction fields via event.transaction in HyperIndex handlers.

Official
Intermediate
📦 In Repo
enviodevenviodev

indexing-schema

Define and validate GraphQL schema for Polymarket V2 indexer projects.

Official
Intermediate
📦 In Repo
enviodevenviodev

indexing-handler-syntax

Define event handlers with a consistent syntax and context API for the Polymarket indexer.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How to install polymarket-v2-indexer?

Run `npx skills add enviodev/polymarket-v2-indexer --all -g -y` in your terminal to install all skills in this suite globally.

What data does the Polymarket V2 indexer track?

It tracks order fills with builder codes, matched orders, fees, PolyUSD transfers and balances, collateral splits and redemptions, plus market sponsorship rewards.

How do I query the indexed Polymarket data?

Once running, the indexer exposes a GraphQL API at localhost:8080 where you can query trades, markets, and account balances directly.

Does this work with Claude Code and Cursor?

Yes. All skills follow the universal SKILL.md standard and are auto-discovered by Claude Code, Cursor, Codex, and OpenClaw.

Do I need an API key to run the indexer?

Yes. You need a free HyperSync API token from envio.dev, set as ENVIO_API_TOKEN in your .env file before starting.

Related Repositories in Data & Analytics

View All in Data & Analytics