Polymarket API

v1.0.0

Query Polymarket prediction markets. Use for questions about prediction markets, betting odds, market prices, event probabilities, or when user asks about Polymarket data.

16· 7.1k·65 current·67 all-time
byDanny Shmueli@dannyshmueli
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the implementation: the script queries Polymarket's public API endpoints (/markets, /events) and formats market data. No unrelated capabilities, binaries, or credentials are requested.
Instruction Scope
SKILL.md and the script limit actions to fetching and displaying public API data from gamma-api.polymarket.com. The instructions do not read local files, environment secrets, or send data to any unexpected endpoints.
Install Mechanism
No install spec; the skill is instruction + a small Python script. No downloads or archive extraction occur. Risk from install mechanism is minimal.
Credentials
No environment variables, credentials, or config paths are required. The skill only needs network access to the public Polymarket API, which aligns with its purpose.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills or system settings. Autonomous invocation is allowed (platform default) but not by itself a concern here.
Assessment
This skill is a lightweight, read-only Polymarket client that makes HTTPS requests to gamma-api.polymarket.com and prints results. It does not request credentials or write files. Before installing, confirm you trust outbound network access to that domain (the script will perform live API calls). Also note this tool relies on the public API responses — results reflect Polymarket data and may change; there are no hidden endpoints or exfiltration behaviors in the provided code.

Like a lobster shell, security has layers — review code before you run it.

latestvk97cypak5m1j38dd5p1cp6fnc5800exp

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments