← Back to Skills Marketplace
bob-z-pro

Polymarket Arbitrage Pro

by BOB-Z-PRO · GitHub ↗ · v7.1.5
cross-platform ⚠ suspicious
476
Downloads
0
Stars
1
Active Installs
20
Versions
Install in OpenClaw
/install polymarket-arbitrage-pro
Description
Polymarket预测市场套利工具。自动检测并执行套利交易,每次调用自动扣费。
Usage Guidance
Key points before installing: - This tool requires your raw Polygon private key. Supplying that gives full control of any funds in that wallet. Avoid using your main wallet; if you must test, use a fresh wallet funded with minimal test funds only. - The billing key (SKILLPAY_KEY) is sent to a third‑party service (skillpay.me) for balance/charging. Confirm you trust that service and never reuse a high‑privilege key there. - Registry metadata claims no env vars but the code and SKILL.md require two secrets — ask the publisher why metadata and docs disagree. - The code attempts to use an optional '@polymarket/clob-client' SDK (not listed in package.json) and falls back to direct HTTP order posting. That fallback posts signatures and wallet address to Polymarket CLOB endpoints (expected for order placement). Review the exact network endpoints (https://gamma-api.polymarket.com, https://clob.polymarket.com, https://skillpay.me) and confirm they are legitimate. - There are minor version mismatches across files and a suspicious-looking billing request (chargeUser posts amount: 0) — could be a bug or intentional; request clarification. - Recommended actions: (1) audit the code yourself or ask an independent auditor to do so; (2) run locally in an isolated environment with a throwaway wallet; (3) prefer a signer pattern that does not expose an exported private key (hardware wallet or delegated API key) if possible; (4) do not install or run until the registry metadata mismatch is resolved and the publisher explains the billing flow and data sent to skillpay.me.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-arbitrage-pro Version: 7.1.5 The skill requests highly sensitive credentials, specifically a Polygon wallet private key (POLYMARKET_PRIVATE_KEY) and a third-party billing key (SKILLPAY_KEY), to perform automated trading. While the code in polymarket-trade.js implements legitimate-looking interactions with the Polymarket CLOB API, it makes deceptive 'risk-free profit' claims in SKILL.md and README.md, which is a common hallmark of financial scams. Furthermore, the tool exfiltrates the user's wallet address and API key to an external endpoint (skillpay.me) for 'billing' purposes, and the arbitrage logic provided is logically flawed and unlikely to generate the promised returns.
Capability Assessment
Purpose & Capability
The skill's stated purpose (Polymarket arbitrage + automatic trading) legitimately requires a Polygon private key and a billing key; the SKILL.md and code both request POLYMARKET_PRIVATE_KEY and SKILLPAY_KEY. However the registry metadata above lists 'Required env vars: none' while the SKILL.md and code require two secrets — this mismatch is an incoherence that should be explained by the publisher.
Instruction Scope
Runtime instructions and the CLI code ask you to export your raw wallet private key (used to sign on‑chain orders) and the SKILLPAY_KEY, and then the tool will sign and submit real orders to Polymarket endpoints and call a third‑party billing API (https://skillpay.me). The instructions explicitly guide exporting private keys and running the CLI; nothing else in the docs or code claims to read system files, but requesting raw private keys is high risk and should be minimized or explained (use of delegated/derived api keys, hardware signers, or limited-scope signing would be preferable).
Install Mechanism
No external download/install script is present; this package is a Node CLI with package.json listing node-fetch and ethers. There is no install spec that pulls arbitrary third‑party archives. That said, the code attempts to require '@polymarket/clob-client' at runtime but that dependency is not in package.json — the code handles its absence and falls back to direct API calls.
Credentials
The requested env vars (POLYMARKET_PRIVATE_KEY, SKILLPAY_KEY) are relevant to the stated functionality, but they are high‑privilege secrets: the private key fully controls on‑chain funds. The registry metadata claiming no required env vars contradicts the SKILL.md and code. The SkillPay key is sent to a third‑party billing endpoint (skillpay.me) — that may be expected for billing, but it means a second external party will receive your wallet address plus your SKILLPAY_KEY. The tool does not appear to transmit your private key to external servers, but it will sign messages locally and send signatures to the CLOB API (normal for order submission).
Persistence & Privilege
The skill is not force-included (always: false) and does not request system‑wide configuration changes. It is a user-invocable CLI and will run only when invoked; it uses no special platform privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-arbitrage-pro
  3. After installation, invoke the skill by name or use /polymarket-arbitrage-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v7.1.5
- No file changes detected in this version. - Documentation and metadata, including version number in SKILL.md, remain the same as the previous release. - No new features, bug fixes, or content updates included.
v7.1.4
Polymarket Arbitrage Pro v7.1.4 - 更新版本号至 7.1.4,代码与文档同步。 - package.json和SKILL.md中的版本信息一致性修正。 - 其他文件无破坏性变更,功能逻辑保持不变。
v7.1.3
- Updated version to 7.1.3 in SKILL.md and package.json. - Removed package-lock.json. - Made minor documentation and maintenance updates.
v7.1.2
- 升级版本至 7.1.2 - 更新 package.json 中的版本号信息 - 文档文件 SKILL.md 和 README.md 小幅更新以反映新版本 - 主要功能未变,修复和维护为主
v7.1.1
- Added environment variable SKILLPAY_KEY for SkillPay automatic billing integration. - Updated documentation to include SKILLPAY_KEY setup and instructions. - Minor internal updates for billing and environment configuration. - Version bumped to 7.1.1.
v7.1.0
Polymarket-arbitrage-pro v7.1.0 - 全面重写产品文档,详细介绍套利原理、市场数据和产品功能。 - 新增每次调用自动扣费机制,并在文档中说明收费和充值流程。 - 强化功能说明,包括余额自动扣费与不足时的充值提醒。 - 更新安装与环境配置指南,增加多钱包导出私钥教程。 - 补充更丰富的风险提示和用户支持方式。
v7.0.8
- Version bump to 7.0.8 - Updated package information to reflect latest version - No major feature or documentation changes in this release
v7.0.7
- Updated version metadata to 7.0.6 in SKILL.md (from 7.0.5) - No functional or usage changes documented - Minor revision in documentation only; no core logic changes indicated
v7.0.6
polymarket-arbitrage-pro v7.0.6 - Removed SkillPay-related options, pricing, and environment variables from documentation. - Simplified and updated documentation in README.md and SKILL.md for clarity. - Documentation now focuses on core arbitrage and trading features only.
v7.0.5
polymarket-arbitrage-pro v7.0.5 - 增加真实交易下单功能,支持签名后直接在Polymarket平台下单 - 优化市场扫描与套利检测逻辑 - 新增“arbitrage balance”命令,支持余额查询 - 更新使用说明与环境变量配置指南 - 调整SkillPay按调用收费机制,API不可用时会自动跳过
v7.0.4
Polymarket Arbitrage Pro v7.0.4 - Updated from a real trading bot to an arbitrage detection and market monitoring tool. - Now uses Polygon wallet for Polymarket trading; removed OKX dependency and API requirements. - Environment variables changed: requires POLYMARKET_PRIVATE_KEY and (optionally) SKILLPAY_KEY. - Updated commands and documentation for new functionality. - Improved risk notices and usage instructions.
v7.0.3
- Updated to version 7.0.2 (from 6.0.0), reflecting new release. - Added "SkillPay收费" (SkillPay pricing) to listed features. - Updated all version references and description text to v7.0.2. - No functional or usage changes outside documentation.
v7.0.2
Version 7.0.2 - Updated dependencies in package.json. - Minor documentation or metadata adjustments in README.md.
v7.0.1
- Updated internal logic in polymarket-trade.js. - No changes to user-facing documentation or features.
v7.0.0
- Initial release of version 7.0.0. - Updated core logic in polymarket-trade.js. - No changes to documentation or SKILL.md.
v6.0.0
Polymarket Arbitrage Pro v6.0.0: 支持真实自动套利交易 - 新增自动检测套利机会并自动执行交易功能 - 加入亏损20%自动停止保护机制 - 更新说明文档,明确需配置OKX API Key - 初始资金设为100U,支持7×24小时运行 - 保留余额查询与扫描功能,命令用法无变
v5.0.2
**Changelog for polymarket-arbitrage-pro v5.0.2** - Removed hardcoded credentials; all API keys must now be set via environment variables. - Added required environment variable setup instructions (OKX_API_KEY, OKX_SECRET_KEY, OKX_PASSPHRASE). - Currently, only arbitrage detection and balance queries are available; trade execution is under development. - Updated documentation to clarify usage, configuration, and security details.
v5.0.1
polymarket-arbitrage-pro v5.0.1 - 全面升级文档,突出华尔街量化套利理论与实战收益模拟 - 增加产品卖点、使用案例与收益示例,让用户更易上手 - 更换作者与品牌描述,突出专业与信任背书 - 保持调用价格不变,细化风险提示与使用流程
v5.0.0
polymarket-arbitrage-pro v5.0.0 - Major update: Now supports real trading by connecting to Polymarket API and OKX exchange. - Automatic arbitrage opportunity detection and execution. - 24/7 continuous operation enabled. - Updated usage instructions and new required environment variables for API access. - Redesigned documentation to reflect real trading features and setup process.
v3.0.0
- 全面升级为 v3.0,新增更详细的产品介绍与专业级操作说明。 - 强化和补充理论依据、应用实例、收益模拟、常见问题等内容,帮助新老用户理解套利原理和实际操作流程。 - 明确核心功能与使用步骤,提供示例命令与使用场景演示,提升上手体验。 - 新增安全性声明、透明定价、风险提示、首月优惠和联系方式,进一步完善用户保障和服务。 - 加强市场对比与场景分析,突出普通用户低门槛参与华尔街量化策略的优势。
Metadata
Slug polymarket-arbitrage-pro
Version 7.1.5
License
All-time Installs 1
Active Installs 1
Total Versions 20
Frequently Asked Questions

What is Polymarket Arbitrage Pro?

Polymarket预测市场套利工具。自动检测并执行套利交易,每次调用自动扣费。 It is an AI Agent Skill for Claude Code / OpenClaw, with 476 downloads so far.

How do I install Polymarket Arbitrage Pro?

Run "/install polymarket-arbitrage-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Arbitrage Pro free?

Yes, Polymarket Arbitrage Pro is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Polymarket Arbitrage Pro support?

Polymarket Arbitrage Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Arbitrage Pro?

It is built and maintained by BOB-Z-PRO (@bob-z-pro); the current version is v7.1.5.

💬 Comments