← Back to Skills Marketplace
320
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-data-api
Description
查询Polymarket预测市场数据 / Query Polymarket prediction markets
Usage Guidance
This skill appears to do exactly what it says: fetch public Polymarket data and print it. It makes outbound HTTPS requests to https://gamma-api.polymarket.com and requires no credentials. If you are comfortable with a skill that performs network requests, this is proportionate. If you need to be extra cautious, run the script in a sandbox or inspect the code yourself (it's short and readable) before enabling autonomous invocation. If your environment blocks outbound traffic or you never want tools making network calls, do not install or run it.
Capability Analysis
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.
Capability Assessment
Purpose & Capability
The name/description (Polymarket data) align with the included Python script and SKILL.md examples. The script only calls Polymarket endpoints (/markets, /events) and formats results for display; nothing requested appears extraneous to querying public market data.
Instruction Scope
SKILL.md instructs running the included script with flags. The runtime instructions only perform HTTP GETs to the Polymarket API and print or emit JSON. The instructions do not read local files, access environment variables, or send data to unexpected endpoints.
Install Mechanism
No install specification is provided (instruction-only with a bundled script). No downloads or package installs are required, which minimizes on-disk/installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not reference any secrets or require external credentials—consistent with using a public API.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills or system settings. Autonomous invocation is allowed by default but is not combined with any other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-data-api - After installation, invoke the skill by name or use
/polymarket-data-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Polymarket API skill:
- Query Polymarket prediction market data via a public API with no authentication required.
- Retrieve top markets by 24h volume, search markets by keyword, get details of a specific market, and list events.
- Command-line options for easy querying and JSON output.
Metadata
Frequently Asked Questions
What is Polymarket Data Api?
查询Polymarket预测市场数据 / Query Polymarket prediction markets. It is an AI Agent Skill for Claude Code / OpenClaw, with 320 downloads so far.
How do I install Polymarket Data Api?
Run "/install polymarket-data-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Data Api free?
Yes, Polymarket Data Api is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Polymarket Data Api support?
Polymarket Data Api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Data Api?
It is built and maintained by BOMBFUOCK (@bombfuock); the current version is v1.0.0.
More Skills