← 返回 Skills 市场
280
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install prediction-market-sentinel
功能描述
Monitor Polymarket prediction market wallets and detect new trades in real-time. Use when tracking whale wallets, detecting new positions, or monitoring pred...
安全使用建议
This skill's documentation promises a configurable, continuous, multi-wallet monitor but the included script is a one-off check that only watches a specific hardcoded wallet and ignores the documented options. Before installing or running it: (1) review and modify the script if you expect to monitor arbitrary addresses (make it accept arguments and implement a polling loop); (2) ensure dependencies (jq, curl) are available; (3) be aware it will create/append files at $HOME/.openclaw/workspace; (4) if you need alerting, add explicit alerting endpoints (and review those endpoints for safety); (5) run it in a sandbox or test account until you confirm behavior. The code does not request credentials and only calls the public Polymarket API, so there is no immediate credential-exfiltration signal, but the behavioral mismatches are a red flag—fix or verify them before trusting the skill in production.
功能分析
Type: OpenClaw Skill
Name: prediction-market-sentinel
Version: 1.0.0
The skill is a legitimate tool for monitoring Polymarket trading activity. The script `scripts/monitor.sh` queries the official Polymarket CLOB API using `curl` and `jq` to track wallet orders and logs updates to a local workspace directory. While the script contains a hardcoded wallet address and fails to utilize the command-line argument described in `SKILL.md`, there is no evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
The SKILL.md advertises tracking arbitrary wallets, multiple-wallet support, poll intervals, and alert thresholds. The shipped script, however, hardcodes a single wallet address, does not accept command-line wallet arguments, does not implement polling or alert-threshold logic, and only checks the latest order once. These requirements and capabilities do not align.
Instruction Scope
Runtime instructions tell the agent/user to run the script with a wallet address and describe continuous monitoring and alerts. The actual script performs a single query for a specific hardcoded wallet, writes a local log and a small state file, and calls the Polymarket CLOB API — it does not implement continuous polling, configurable alerting, or multi-wallet handling. The mismatch grants the agent/user an inaccurate mental model of what will run.
Install Mechanism
There is no install spec and this is instruction-plus-script only, so nothing is downloaded or installed by the skill itself. That lowers installation risk.
Credentials
The skill declares no required credentials (none requested), which is appropriate for a read-only public-API monitor. SKILL.md references POLL_INTERVAL and ALERT_THRESHOLD as environment variables, but the script does not reference them. The script does rely on external tools (curl and jq) that are not declared as required binaries.
Persistence & Privilege
The skill does not request elevated platform privileges or always:true. It writes logs and a small state file under $HOME/.openclaw/workspace — self-contained but persistent on the user's home directory. It does not modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install prediction-market-sentinel - 安装完成后,直接呼叫该 Skill 的名称或使用
/prediction-market-sentinel触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: track prediction market whale wallets, detect new trades via CLOB API, real-time alerts
元数据
常见问题
Prediction Market Sentinel 是什么?
Monitor Polymarket prediction market wallets and detect new trades in real-time. Use when tracking whale wallets, detecting new positions, or monitoring pred... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 280 次。
如何安装 Prediction Market Sentinel?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install prediction-market-sentinel」即可一键安装,无需额外配置。
Prediction Market Sentinel 是免费的吗?
是的,Prediction Market Sentinel 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Prediction Market Sentinel 支持哪些平台?
Prediction Market Sentinel 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Prediction Market Sentinel?
由 dagangtj(@dagangtj)开发并维护,当前版本 v1.0.0。
推荐 Skills