← Back to list
polymarket-api Checked
Polymarket exchange mechanics — on-chain Polygon CTF, Gamma/CLOB/Data APIs, EIP-712 auth, identif…
7.9Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "polymarket-api" skill by following the instructions at https://skill123.me/install/polymarket-api.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/polymarket-api.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 8 KBAbout this skill
Overview
Polymarket exchange mechanics — on-chain Polygon CTF, Gamma/CLOB/Data APIs, EIP-712 auth, identifier model, WebSocket, settlement, and geo/KYC constraint
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/polymarket-api
Score breakdown
Trigger
7.0
Description enumerates the full surface (CTF, Gamma/CLOB/Data, EIP-712, WebSocket, settlement, geo/KYC) with good keyword coverage; When/When-Not only implicit via cross-references to sibling skills; no trigger-phrase variants.
Structure
8.7
Compact SKILL.md with two well-scoped references (API surface, settlement/ops); Files section annotates each; correct offloading of endpoint tables and operational detail.
Workflow
8.0
Tool-wrapper docs pattern executed well: step-by-step quick start, gotcha callouts (pagination, sort default, token-ID model), truth-source priority fallback chain, known-bad-date guard, and repeated verify-against-live-docs instructions; venue-segregation rules for multi-venue systems.
Content
9.0
Dense, warning-anchored imperative writing; every code block runnable with concrete params.
Engineering
10.0
Frontmatter valid; no scripts (docs skill); all referenced paths exist; external links to official docs/SDK.
Security
6.5
6.0 manifest — network destinations: gamma-api/clob/data-api/ws-subscriptions-clob.polymarket.com plus docs.polymarket.com and official GitHub SDK, all official and matching the declared API-skill scope; credential access limited to declared POLYMARKET_* env vars with never-hardcode guidance; no file writes, no persistence, no injection text. Deduction: SOCKS5-proxy pattern for US-IP access to a venue that blocks US persons is a ToS/regulatory-circumvention instruction, not a neutral constraint note.
High-quality API-mechanics reference for Polymarket (Gamma/CLOB/Data APIs, EIP-712 auth, identifier model, WebSocket, UMA settlement, cross-venue segregation) with strong gotcha documentation (oldest-first sort default, signature_type semantics, known-bad WU dates). Security-clean: all network destinations are official polymarket.com hosts, keys via env vars with explicit never-hardcode guidance. Main compliance deduction: the geo/KYC section provides a SOCKS5-proxy env-flag pattern to route API calls from US IPs around Polymarket's geo-block — instructionally assisting ToS/regulatory circumvention rather than just noting the constraint.
