Polymarket Data Api
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears to be a small read-only Polymarket data lookup tool that uses a public API and does not request credentials, persistence, or local file access.
This skill looks safe for read-only market lookups. Before installing, be aware that it sends your lookup terms to Polymarket's public API and that the registry does not provide a source homepage.
Findings (2)
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.
