← 返回 Skills 市场
leochan14

Polymarket 1.0.0

作者 leochan14 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1094
总下载
2
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-1-0-0
功能描述
Query Polymarket prediction markets - check odds, trending markets, search events, track prices.
安全使用建议
This skill appears to do exactly what it says: it runs a bundled Python script that queries Polymarket's public Gamma API and prints formatted results. It requires network access and the Python 'requests' library but no secrets or cloud credentials. Before installing: (1) ensure you trust the skill source (the registry owner/slug) because it will execute bundled Python code; (2) confirm the runtime environment has Python and the 'requests' package, or install that package in an isolated environment; (3) if you have strict network policies, note the skill will make outbound HTTPS requests to gamma-api.polymarket.com; (4) if you expect trading/wallet functionality, this skill is read-only and does not handle authentication or keys. If any of these are concerns, run the script manually in a sandboxed environment or review/modify the code before enabling autonomous invocation.
功能分析
Type: OpenClaw Skill Name: polymarket-1-0-0 Version: 1.0.0 The OpenClaw skill 'polymarket-1-0-0' is benign. It functions as a read-only client for the Polymarket API, making GET requests exclusively to `https://gamma-api.polymarket.com` as documented in `SKILL.md` and implemented in `scripts/polymarket.py`. User input is safely handled as API query parameters or URL path segments by the `requests` library, preventing client-side command injection. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection against the agent, or obfuscation. The behavior is entirely aligned with its stated purpose of querying prediction markets.
能力评估
Purpose & Capability
The name/description say 'query Polymarket' and the included script only calls the public Gamma API (gamma-api.polymarket.com) to list/search/format markets. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs running the included Python script with specific subcommands. The script's runtime behavior is limited to HTTP GET requests to Polymarket's public API, JSON parsing, and formatting output. It does not read local files, environment secrets, or send data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only at install time) and the script is bundled in the skill. This is low-risk; the script notes a dependency on the 'requests' Python package but does not automatically download or execute external code from arbitrary URLs.
Credentials
The skill declares no required environment variables or credentials and the code does not access environment variables. It only needs network access to Polymarket's public API, which is proportionate to its purpose.
Persistence & Privilege
The package does not request permanent presence (always is false), does not modify other skills or system-wide settings, and does not store credentials. Autonomous invocation is allowed by default but the skill's capabilities are limited and read-only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-1-0-0
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-1-0-0 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the polymarket skill. - Query Polymarket prediction markets for odds, trending markets, event searches, and price tracking. - Supports searching by keyword, category, and specific market slugs. - Displays market details including question, current odds, volume, and end date. - Uses the public Gamma API for data (read-only; no trading).
元数据
Slug polymarket-1-0-0
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Polymarket 1.0.0 是什么?

Query Polymarket prediction markets - check odds, trending markets, search events, track prices. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1094 次。

如何安装 Polymarket 1.0.0?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-1-0-0」即可一键安装,无需额外配置。

Polymarket 1.0.0 是免费的吗?

是的,Polymarket 1.0.0 完全免费(开源免费),可自由下载、安装和使用。

Polymarket 1.0.0 支持哪些平台?

Polymarket 1.0.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Polymarket 1.0.0?

由 leochan14(@leochan14)开发并维护,当前版本 v1.0.0。

💬 留言讨论