Polymarket

v1.5.0

This skill should be used when the user wants to query real-time data from Polymarket (https://polymarket.com/), including market categories, trending market...

0· 76·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
Capability signals
Crypto
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description ask for Polymarket data and the package contains a Python script that calls Polymarket's Gamma and CLOB public APIs. Required binary is only python and no credentials or unrelated services are requested—this is proportionate and expected.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script (or fall back to direct curl against Polymarket). The script fetches JSON from Polymarket endpoints and formats results; there are no instructions to read unrelated local files, access other services, or exfiltrate data to third-party endpoints.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). Nothing is downloaded from arbitrary URLs during install. The script is included in the package so no external install step is required.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The bundled code does not attempt to read environment credentials; it only uses network calls to public Polymarket endpoints.
Persistence & Privilege
always:false (default). The skill does not request persistent presence or modification of other skills or system-wide settings. It relies on executing the provided Python script at invocation time.
Assessment
This skill appears coherent and limited to querying Polymarket's public APIs. Before installing/run: (1) verify you trust the source GitHub repo (https://github.com/Amurtiger01/polymarket-skill) and check recent commits/issues, (2) review the included scripts yourself (they are bundled and visible) because executing Python runs code on your system, and (3) be aware the tool makes outbound HTTPS requests to gamma-api.polymarket.com and clob.polymarket.com (no credentials required). If you want to run it in a restricted environment, run the script in a sandbox or container and avoid granting extra network or filesystem permissions.

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

latestvk9716w42vx2fmg7020s36ez1f584qkwg

License

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

Runtime requirements

Binspython

Comments