← 返回 Skills 市场
aplanckfish

Polymarket-AutoTrade

作者 APlanckFish · GitHub ↗ · v1.1.1 · MIT-0
linuxmacos ⚠ suspicious
101
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install polymarket-autotrade
功能描述
Polymarket prediction market CLI - Browse markets, check prices, execute trades, and manage portfolio.
安全使用建议
This skill is internally consistent for a Polymarket trading CLI, but it requires your wallet private key — a high-value secret. Only install if you trust the code and the py-clob-client library. Before using: (1) Prefer setting credentials via environment variables rather than embedding raw keys in files; (2) Use a dedicated, funded-for-purpose wallet (as the docs recommend) — do NOT use your main wallet; (3) Ensure config files (~/.openclaw/credentials/*.json) have strict permissions (chmod 600); (4) Audit or review the trade-related code paths and the py-clob-client dependency to confirm signing happens locally and private key material is never transmitted in plain text; (5) Consider running the skill in an isolated environment or sandbox and monitor network calls to clob.polymarket.com and related Polymarket endpoints before trusting it with funds. If you want a higher-assurance recommendation, provide the full trade-related functions from skill.py and confirm which py-clob-client version will be installed so they can be audited.
功能分析
Type: OpenClaw Skill Name: polymarket-autotrade Version: 1.1.1 The skill provides a CLI for Polymarket trading and requires the user's wallet private key (POLYMARKET_PRIVATE_KEY) and proxy address. While the implementation in skill.py appears to use the official py-clob-client for local transaction signing and communicates only with legitimate endpoints (clob.polymarket.com, polygon-rpc.com, and gamma-api.polymarket.com), the handling and local storage of raw private keys and the ability to execute financial transactions are high-risk capabilities. The skill also generates and caches API credentials locally in polymarket_api.json. No evidence of intentional malice or data exfiltration was found, but the sensitive nature of the required credentials warrants a suspicious classification.
能力评估
Purpose & Capability
Name/description (Polymarket CLI: browse, price, trade, portfolio) match the declared requirements: python3/pip, requests and py-clob-client, and wallet credentials (private key + proxy address). Requiring a private key and proxy address is expected for a trading client.
Instruction Scope
SKILL.md and skill.py keep scope focused on fetching market data and trading via Polymarket endpoints (gamma-api.polymarket.com, data-api.polymarket.com, clob.polymarket.com). The docs instruct storing credentials in ~/.openclaw or env vars and state signing is local. Note: recommending putting raw private key in openclaw.json is insecure by design; the skill will read env vars and config files as described.
Install Mechanism
Dependencies are standard Python packages (requests, py-clob-client) declared in pyproject/requirements.txt. No download-from-arbitrary-URL or extracted archives are present. This install spec is proportional to a Python CLI that interacts with Polymarket.
Credentials
Only two env vars are required: POLYMARKET_PRIVATE_KEY and POLYMARKET_PROXY_ADDRESS, and the primary credential is the private key — which is necessary for signing trades. That is proportionate to trading functionality but represents high-value secrets; the skill writes API credentials to ~/.openclaw/credentials/polymarket_api.json which is expected but sensitive.
Persistence & Privilege
Skill is not forced-always, is user-invocable, and stores credentials only under ~/.openclaw. It does not request system-wide configuration or other skills' credentials. Its persistence level is typical for a user-installed trading skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-autotrade
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-autotrade 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
Fix: align SKILL.md name with ClawHub slug
v1.1.0
Env-first credentials: reads POLYMARKET_PRIVATE_KEY from env (openclaw.json), falls back to config file. Fixes ClawHub audit warnings.
v1.0.0
Initial release: browse markets, trade, portfolio management
元数据
Slug polymarket-autotrade
版本 1.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Polymarket-AutoTrade 是什么?

Polymarket prediction market CLI - Browse markets, check prices, execute trades, and manage portfolio. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Polymarket-AutoTrade?

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

Polymarket-AutoTrade 是免费的吗?

是的,Polymarket-AutoTrade 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Polymarket-AutoTrade 支持哪些平台?

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

谁开发了 Polymarket-AutoTrade?

由 APlanckFish(@aplanckfish)开发并维护,当前版本 v1.1.1。

💬 留言讨论