← 返回 Skills 市场
wyzmf

Polymarket Scanner

作者 wyzmf · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
323
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-scanner
功能描述
Automated Polymarket prediction market scanner and trader via Simmer API. Use when analyzing prediction markets, scanning for trading opportunities, executin...
安全使用建议
This skill is internally consistent with its stated purpose and only needs your SIMMER_API_KEY, but review and test before letting it trade real funds. Important points: - The code will automatically call the Simmer trade endpoint for qualifying opportunities; it does not implement an explicit human confirmation step for real (USDC) trades despite the SKILL.md claiming one — if you plan to trade real money, modify the script to require manual approval or double-check the agent's real_trading_enabled state before auto-executing. - Store SIMMER_API_KEY securely (do not paste into public logs). The script logs trade events to trading_log.jsonl in the parent directory — inspect or restrict that file if it will contain sensitive info. - The script supports optional SCANNER_* environment variables to tune behavior; consider setting conservative limits (lower trade_pct, lower max_trade) when testing. - Run first in a safe environment (e.g., with a test/virtual SIM account) to verify behavior and confirm it only trades as you expect. Given the financial risk, do not install or run this with live API keys until you have reviewed and (if needed) modified the automatic-trade behavior.
功能分析
Type: OpenClaw Skill Name: polymarket-scanner Version: 1.0.0 The OpenClaw skill 'polymarket-scanner' is benign. It functions as a prediction market scanner and trader, interacting solely with the `https://api.simmer.markets` API as declared. The `scripts/scanner.py` retrieves the `SIMMER_API_KEY` from environment variables, performs API calls, and logs activity to a local `trading_log.jsonl` file. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or prompt injection attempts in `SKILL.md`.
能力评估
Purpose & Capability
Name/description align with code: the script talks only to the Simmer API (agents/me, positions, markets/opportunities, context, trade) and requires a SIMMER_API_KEY. No unrelated services or binaries are requested.
Instruction Scope
SKILL.md claims safety controls like 'SIM auto, USDC manual' and 'Real USDC trades require human confirmation', but the scanner.py implementation will POST trade requests unconditionally for qualifying opportunities (it does not implement an explicit human confirmation step or a separate flow for virtual vs real trades). This creates a risk the agent will execute real-money trades contrary to the documentation.
Install Mechanism
No install spec; this is an instruction-only skill with a single Python script and no downloads or extracted archives. Lowest-risk install model.
Credentials
The SKILL.md documents only SIMMER_API_KEY as required, which matches the code. The script also reads several optional SCANNER_* env vars (SCANNER_MIN_SCORE, SCANNER_MIN_DIVERGENCE, SCANNER_MAX_POSITIONS, SCANNER_TRADE_PCT, SCANNER_MAX_TRADE, SCANNER_MIN_BALANCE, SCANNER_MAX_SPREAD) controlling thresholds — these are reasonable but not documented in SKILL.md. Only the Simmer API key is required; no unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It writes a local trading_log.jsonl file (in the repository parent) for its own logs, which is expected behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-scanner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-scanner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: auto-scan prediction markets via Simmer API, configurable trading rules, position management, JSONL logging
元数据
Slug polymarket-scanner
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Polymarket Scanner 是什么?

Automated Polymarket prediction market scanner and trader via Simmer API. Use when analyzing prediction markets, scanning for trading opportunities, executin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 323 次。

如何安装 Polymarket Scanner?

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

Polymarket Scanner 是免费的吗?

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

Polymarket Scanner 支持哪些平台?

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

谁开发了 Polymarket Scanner?

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

💬 留言讨论