← Back to Skills Marketplace
amurtiger01

Polymarket

by Amurtiger · GitHub ↗ · v1.5.0 · MIT-0
cross-platform ✓ Security Clean
122
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install polymarket-query
Description
This skill should be used when the user wants to query real-time data from Polymarket (https://polymarket.com/), including market categories, trending market...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-query Version: 1.5.0 The polymarket-query skill is a legitimate tool for retrieving real-time prediction market data from Polymarket's public APIs. The core logic in scripts/polymarket_query.py uses standard Python libraries for network requests, implements secure SSL certificate verification, and properly sanitizes inputs using URL encoding. No evidence of malicious intent, data exfiltration, or prompt injection was found in the code or instructions.
Capability Tags
crypto
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-query
  3. After installation, invoke the skill by name or use /polymarket-query
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.5.0
Security: remove insecure SSL fallback, add URL encoding for user inputs
v1.4.0
Fix: Python as primary script, remove PS1 refs, fix SSL cert verification, add metadata
v1.3.0
Fix: Python as primary script, remove PS1 refs, fix SSL cert verification, add metadata
v1.2.0
Fix: use Python as primary script, remove PS1 references (not supported by ClawHub), fix SSL cert verification, add homepage metadata
v1.1.0
Fix: remove SSL cert bypass, add Python script usage, declare metadata dependencies
v1.0.0
Initial release: query Polymarket schedules, odds, and markets for 20+ sports
Metadata
Slug polymarket-query
Version 1.5.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is Polymarket?

This skill should be used when the user wants to query real-time data from Polymarket (https://polymarket.com/), including market categories, trending market... It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.

How do I install Polymarket?

Run "/install polymarket-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket free?

Yes, Polymarket is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket support?

Polymarket is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket?

It is built and maintained by Amurtiger (@amurtiger01); the current version is v1.5.0.

💬 Comments