← 返回 Skills 市场
320
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-data-api
功能描述
查询Polymarket预测市场数据 / Query Polymarket prediction markets
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-data-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-data-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Polymarket Data Api 是什么?
查询Polymarket预测市场数据 / Query Polymarket prediction markets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 320 次。
如何安装 Polymarket Data Api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-data-api」即可一键安装,无需额外配置。
Polymarket Data Api 是免费的吗?
是的,Polymarket Data Api 完全免费(开源免费),可自由下载、安装和使用。
Polymarket Data Api 支持哪些平台?
Polymarket Data Api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Data Api?
由 BOMBFUOCK(@bombfuock)开发并维护,当前版本 v1.0.0。
推荐 Skills