Polymarket Data Api
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: polymarket-data-api Version: 1.0.0 The skill bundle is a legitimate tool for querying Polymarket prediction market data. The Python script (scripts/polymarket.py) uses standard libraries to interact with the official Polymarket API (gamma-api.polymarket.com) and contains no evidence of malicious intent, data exfiltration, or prompt injection.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Search queries, market slugs, and requested limits may be sent to Polymarket's public API; no credentials or local files are shown as being sent.
The script performs outbound API requests to a fixed Polymarket endpoint. This is disclosed and central to the skill's purpose, but it is still network access users should be aware of.
BASE_URL = "https://gamma-api.polymarket.com" ... urllib.request.urlopen(req, timeout=15)
Use the skill only if you are comfortable sending Polymarket lookup queries to Polymarket's public API.
Users have less external context for the publisher or project origin, though the provided artifacts themselves do not show hidden dependencies or suspicious install behavior.
The registry metadata does not provide an external source repository or homepage. The included code is small and coherent, so this is a provenance note rather than a concern.
Source: unknown; Homepage: none
Review the included script before installing and prefer trusted publishers or source links when available.
