← 返回 Skills 市场
xmeir-dev

Polymarket Monitor

作者 Meir Rosenschein · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
933
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install polymarket-monitor
功能描述
Monitor Polymarket prediction markets and alert when odds cross a threshold. Use when a user wants to track any Polymarket market probability, set up recurri...
安全使用建议
This skill appears internally consistent and low-risk: it fetches public Polymarket endpoints and posts alerts via the agent's messaging tool. Before installing, consider: (1) the agent will create recurring cron jobs that make network requests and can send Slack DMs — confirm you trust the agent's Slack integration and that the message tool has only the permissions you expect; (2) test with a low-frequency schedule and a safe/test Slack channel or user ID; (3) you can run the included Python script locally first to verify behavior; (4) the package has no homepage and an unknown owner—if provenance matters to you, ask the publisher for more information. If you decide to proceed, ensure you know how to cancel the cron job (cron remove <id>) and verify the agent's delivery and alerting behavior on initial runs.
功能分析
Type: OpenClaw Skill Name: polymarket-monitor Version: 1.0.1 The skill is classified as suspicious due to a critical shell injection vulnerability identified in `SKILL.md`. In Workflow Step 1, the instruction `curl "https://gamma-api.polymarket.com/events?search=<topic>&limit=10&active=true"` directly embeds user-controlled `<topic>` into a shell command. If the AI agent executes this `curl` command without proper sanitization or escaping of the `<topic>` input, it could lead to arbitrary command execution (RCE). While the `scripts/check_markets.py` file demonstrates good input validation for `conditionId` arguments, this does not mitigate the shell injection risk present in the `SKILL.md` instructions for the agent. There is no evidence of intentional malicious behavior such as data exfiltration to unauthorized endpoints or persistence mechanisms.
能力评估
Purpose & Capability
Name/description match the included script and SKILL.md. The skill only needs read-only access to public Polymarket APIs and the ability to send alerts — nothing requested or included is extraneous to that purpose.
Instruction Scope
SKILL.md confines actions to searching Polymarket, fetching market pages, parsing yes/no probabilities, and sending Slack DMs when thresholds are crossed. It does instruct creating a cron job for periodic checks, but does not ask the agent to read local files, other environment variables, or transmit data to unexpected endpoints.
Install Mechanism
No install spec; the only code is a small Python script included in the package. No external downloads, archives, or package installs are requested.
Credentials
The skill declares no required environment variables or credentials. It relies on the agent platform's messaging tool to send Slack DMs; that is appropriate for an alerting skill, but platform-level messaging credentials are not requested by the skill itself.
Persistence & Privilege
always:false (default). The skill's recommended behavior is to install a cron task for periodic checks — this is expected for a monitor/alerting skill and does not modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix: replaced spoofed User-Agent with honest identifier; added conditionId input validation to prevent injection
v1.0.0
Initial release: monitor any Polymarket market and alert when odds cross a threshold
元数据
Slug polymarket-monitor
版本 1.0.1
许可证
累计安装 5
当前安装数 5
历史版本数 2
常见问题

Polymarket Monitor 是什么?

Monitor Polymarket prediction markets and alert when odds cross a threshold. Use when a user wants to track any Polymarket market probability, set up recurri... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 933 次。

如何安装 Polymarket Monitor?

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

Polymarket Monitor 是免费的吗?

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

Polymarket Monitor 支持哪些平台?

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

谁开发了 Polymarket Monitor?

由 Meir Rosenschein(@xmeir-dev)开发并维护,当前版本 v1.0.1。

💬 留言讨论