← 返回 Skills 市场
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-arb-scanner-pro
功能描述
Scans top Polymarket markets for pure arbitrage where YES + NO < $0.94, enabling risk-free simultaneous Fill-or-Kill trades with liquidity and risk controls.
安全使用建议
This skill will attempt to place real trades using a Polygon wallet private key. Before installing or running: 1) Do not provide your primary wallet private key. Use a dedicated deployment wallet with minimal funds and strict limits. 2) Inspect the py_clob_client (polymarket-clob-client) package source — especially the implementation of create_or_derive_api_creds() — to verify it does not send your raw private key to an external server. 3) Confirm SKILL.md claims (SQS integration) match the code; if you need automated execution, ask the author for details or code for the SQS integration. 4) Run the script in dry-run mode first (--buy omitted) and review network calls (e.g., via a proxy) to confirm only expected endpoints (gamma-api.polymarket.com, clob.polymarket.com) are contacted. 5) If you plan to execute trades, consider hardware signers or separate signer services rather than embedding raw keys in .env, and review/limit the wallet's on-chain allowance. Given the missing metadata and the sensitivity of the key usage, proceed only after code and dependency review or treat this as untrusted code.
功能分析
Type: OpenClaw Skill
Name: polymarket-arb-scanner-pro
Version: 1.0.0
The bundle provides a Polymarket arbitrage tool that requires a high-risk Polygon PRIVATE_KEY to execute trades, which is a significant security risk. While the code in arb_scanner.py aligns with the stated arbitrage strategy and lacks clear evidence of exfiltration, the requirement for raw private keys and the execution of financial transactions are inherently risky capabilities. Additionally, SKILL.md makes 'guaranteed profit' claims and mentions features like SQS integration and market blacklists that are not present in the provided code, and _meta.json contains a suspicious future-dated timestamp (March 2026).
能力评估
Purpose & Capability
The code implements a Polymarket arb scanner and executor consistent with the name/description. However, the registry metadata declares no required environment variables or credentials while both SKILL.md and the script require PRIVATE_KEY and WALLET_ADDRESS — a clear mismatch. SKILL.md also claims 'SQS integration for automated execution' but there is no SQS code in the repository.
Instruction Scope
Runtime instructions (SKILL.md) direct the user to store a raw PRIVATE_KEY and WALLET_ADDRESS in .env or env vars and to run the script which can place real market orders. The script reads .env, calls Polymarket/Gamma APIs, and will execute market trades when run with --buy. The instructions do not attempt to read unrelated system files, nor do they transmit data to external endpoints beyond Polymarket/CLOB hosts — but they do instruct providing a highly sensitive private key and describe automated execution flows that could move real funds.
Install Mechanism
No install spec is provided (instruction-only), and the SKILL.md asks to pip install requests and polymarket-clob-client. There are no downloads from arbitrary URLs or archive extraction. Installing the python dependency from PyPI is expected for this functionality and is moderate-risk but standard.
Credentials
The skill requires a Polygon wallet PRIVATE_KEY and WALLET_ADDRESS to create a CLOB client and place orders — those credentials are necessary for execution, but the registry metadata did not declare them. The code calls client.create_or_derive_api_creds() after instantiating ClobClient with the private key; it's unclear whether that function exposes the private key to a remote service or derives credentials locally, which increases risk. Requesting a raw private key is high sensitivity and should be justified and audited before use.
Persistence & Privilege
The skill is not force-included (always:false) and does not request persistent system-level privileges. It does not modify other skills' configurations. It will, if run, create API credentials via the CLOB client and place orders on Polymarket, which is expected behavior for an execution skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-arb-scanner-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-arb-scanner-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Polymarket Arb Scanner Pro 是什么?
Scans top Polymarket markets for pure arbitrage where YES + NO < $0.94, enabling risk-free simultaneous Fill-or-Kill trades with liquidity and risk controls. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 Polymarket Arb Scanner Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-arb-scanner-pro」即可一键安装,无需额外配置。
Polymarket Arb Scanner Pro 是免费的吗?
是的,Polymarket Arb Scanner Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Arb Scanner Pro 支持哪些平台?
Polymarket Arb Scanner Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Arb Scanner Pro?
由 Mike(@themsquared)开发并维护,当前版本 v1.0.0。
推荐 Skills