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.

What this means

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.

Why it was flagged

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.

Skill content
BASE_URL = "https://gamma-api.polymarket.com" ... urllib.request.urlopen(req, timeout=15)
Recommendation

Use the skill only if you are comfortable sending Polymarket lookup queries to Polymarket's public API.

What this means

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.

Why it was flagged

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.

Skill content
Source: unknown; Homepage: none
Recommendation

Review the included script before installing and prefer trusted publishers or source links when available.