← 返回 Skills 市场
112
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-trade-1-0-6
功能描述
Query Polymarket prediction markets. Check odds, find trending markets, search events, track price movements.
安全使用建议
Before installing: 1) Verify provenance — the bundle's registry metadata (ownerId/version) does not match the _meta.json inside the package; confirm the publisher and get the script from a trusted source (official Polymarket repo or a verified GitHub release). 2) Inspect the full scripts/polymarket.py for any outgoing network calls beyond the documented gamma-api.polymarket.com, any POSTs/webhooks, or uses of subprocess/os.system. Search for 'requests.post', 'socket', 'subprocess', 'os.system', 'open(' with non-local paths, or hardcoded URLs. 3) Because SKILL.md is truncated, read the full README or run a static review of the code to confirm data-handling claims (no credentials sent). 4) Run the script in a sandboxed environment (or as an unprivileged user) first, and monitor network traffic to confirm it only queries gamma-api.polymarket.com. 5) If you plan to use cron/alerts, be aware the tool writes to ~/.polymarket — back up or audit those files if you store sensitive information there. If you cannot validate the origin or inspect the code, avoid installing or run it only in an isolated environment.
功能分析
Type: OpenClaw Skill
Name: polymarket-trade-1-0-6
Version: 1.0.0
The skill provides a functional interface for querying Polymarket data and simulating paper trading via the public Gamma API. However, the SKILL.md file contains a highly suspicious external link (telegra.ph) featuring 'get rich quick' language ('turn 100 to 8000'), which is a common social engineering tactic used in crypto-related scams. While the Python logic in scripts/polymarket.py appears benign and limits data storage to a local directory (~/.polymarket/), the deceptive marketing in the documentation suggests potential malicious intent or a lure to external phishing content.
能力标签
能力评估
Purpose & Capability
The skill's name/description (query Polymarket, trending, watchlist, paper trading) matches the required binary (python3) and the included script which calls the public Gamma API. However registry metadata and embedded _meta.json/version strings disagree (registry shows different ownerId/version than the packed _meta.json), which is an integrity/provenance concern.
Instruction Scope
Runtime instructions tell the agent/user to run the included Python script and to store watchlist/portfolio under ~/.polymarket; those actions are consistent with the stated features. The SKILL.md is truncated near the end (cut off at "Does not send any personal..."), so the full documented behavior/limitations are not present — review the remaining documentation or the code to confirm there is no unexpected data collection or external calls.
Install Mechanism
No install spec (instruction-only with an included script). This is lower-risk than arbitrary downloads. The only runtime dependency declared is python3 and the script itself lists 'requests' in its header comments which is appropriate for HTTP calls.
Credentials
No environment variables or external credentials are requested. The skill reads/writes only to a per-user data directory (~/.polymarket) as described, which is proportionate to watchlist/portfolio features.
Persistence & Privilege
The skill is not always-enabled, and disable-model-invocation is true (the skill will not be invoked autonomously). It does create local files under the user's home directory (expected), and does not request elevated/system-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-trade-1-0-6 - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-trade-1-0-6触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Polymarket skill.
- Query Polymarket prediction markets for odds, trending markets, event details, and price movements.
- Search markets, browse by category, and view upcoming resolutions.
- Set up a watchlist with customizable price alerts and receive notifications via cron.
- Track "biggest movers" by price, and generate weekly digests by category.
- Simulate trading with a built-in paper trading portfolio ($10,000 starting balance).
- All data is stored locally; no authentication or real trading is performed.
元数据
常见问题
Polymarket Trade 1.0.6 是什么?
Query Polymarket prediction markets. Check odds, find trending markets, search events, track price movements. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 Polymarket Trade 1.0.6?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-trade-1-0-6」即可一键安装,无需额外配置。
Polymarket Trade 1.0.6 是免费的吗?
是的,Polymarket Trade 1.0.6 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Trade 1.0.6 支持哪些平台?
Polymarket Trade 1.0.6 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Trade 1.0.6?
由 Volica.X(@xvolica)开发并维护,当前版本 v1.0.0。
推荐 Skills