← 返回 Skills 市场
1004
总下载
3
收藏
2
当前安装
7
版本数
在 OpenClaw 中安装
/install polymarket-setup
功能描述
Set up automated trading on Polymarket. Covers wallet setup, token approvals, API authentication, market discovery, order placement, WebSocket feeds, and pos...
安全使用建议
This skill appears to be what it says: a how-to for setting up a Polymarket trading bot. Before installing or running it, consider the following:
- It requires your signing private key and derived API secrets — these are extremely sensitive. Only proceed if you trust the skill source and you run it in an isolated, secure environment.
- The skill will (and instructs the agent to) read and write a local .env file and may inspect any existing bot/config folders in the working directory; review those commands first to avoid accidental exfiltration of unrelated secrets.
- The metadata omits a couple of example env variables used in the guide (POLYMARKET_WEBSOCKET_URL, POLYMARKET_DATA_API). Expect to need those or to hardcode endpoints in code examples.
- Prefer performing token approvals manually via the Polymarket UI if you are unsure about programmatic approvals; the guide notes bounded approvals are safer than unbounded approvals.
- Store derived API credentials securely (do not commit .env to version control), consider role-restricted or ephemeral credentials where possible, and limit approval amounts on token allowances.
- If you want additional assurance, review the referenced py-clob-client library code (or vendor it from an official release) rather than blindly executing the example code.
If any of these points make you uncomfortable, do not run the skill or run it in a sandboxed workstation/VM and manually inspect every step before providing credentials.
功能分析
Type: OpenClaw Skill
Name: polymarket-setup
Version: 1.0.6
The skill is classified as suspicious due to its inherent high-risk operations, specifically requiring and handling a user's `POLYMARKET_PRIVATE_KEY` and other sensitive API credentials. While the instructions in `SKILL.md` and `GUIDE.md` appear to be directly aligned with the stated purpose of setting up automated trading on Polymarket, the process involves deriving new API keys from the private key and explicitly instructing the agent to write these derived credentials to the `.env` file. This direct manipulation and persistence of sensitive financial secrets, combined with the ability to place real financial orders, represents a significant risk, even if no explicit malicious intent (like exfiltration to unauthorized domains) is observed. All network calls are to legitimate Polymarket domains.
能力评估
Purpose & Capability
The name/description (Polymarket trading setup) align with the requested secrets and runtime actions: a signing private key, proxy wallet address, signature type, and derived CLOB API credentials are all expected for programmatic trading on Polymarket. Optional Builder credentials for headless token approvals are also reasonable for server deployments.
Instruction Scope
The SKILL.md gives explicit step-by-step instructions to check for and read/write a .env and config.json, derive API credentials, call Polymarket endpoints (Gamma, CLOB, Data, WebSocket), and submit token approvals. Those actions are within the stated setup task. Note: the agent is told to look for an “existing bot directory” which could lead it to inspect unrelated files in the working directory — this is broad but not necessarily malicious. Also the SKILL.md references POLYMARKET_WEBSOCKET_URL and POLYMARKET_DATA_API (and other example values) that are used in examples but are not listed in the metadata's required env list (minor inconsistency).
Install Mechanism
This is instruction-only with no install spec or downloadable artifacts. That minimizes install-time risk; dependencies referenced (py-clob-client, httpx, websocket-client, etc.) are plausible and standard for Python-based trading bots.
Credentials
The required environment variables (private key, proxy address, signature type, and derived API key/secret/passphrase) are proportionate to the stated function. Caveat: SKILL.md also uses POLYMARKET_WEBSOCKET_URL and POLYMARKET_DATA_API in examples but these are not listed among required env in the metadata — an inconsistency a user should be aware of. The skill requests highly sensitive secrets (private key and API secret) which are legitimately required for trading but demand secure handling.
Persistence & Privilege
The skill does not request always:true and makes no claims about modifying other skills or system-wide settings. It instructs persisting derived API credentials into a local .env file — normal for this use-case but worth protecting (avoid committing to VCS, restrict filesystem permissions).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-setup - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-setup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.6
Declare required env vars in SKILL.md frontmatter metadata
v1.0.5
Strip non-standard metadata fields to resolve registry mismatch
v1.0.4
Remove credential print statements; replace MAX_APPROVAL with scoped amount placeholder
v1.0.3
Add homepage, declare optional Builder relayer env vars, expand warnings
v1.0.2
Fix manifest
v1.0.1
Fix: declare required env vars and security warnings in manifest
v1.0.0
Initial release: full API reference + agent setup skill
元数据
常见问题
Polymarket Trading Setup 是什么?
Set up automated trading on Polymarket. Covers wallet setup, token approvals, API authentication, market discovery, order placement, WebSocket feeds, and pos... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1004 次。
如何安装 Polymarket Trading Setup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-setup」即可一键安装,无需额外配置。
Polymarket Trading Setup 是免费的吗?
是的,Polymarket Trading Setup 完全免费(开源免费),可自由下载、安装和使用。
Polymarket Trading Setup 支持哪些平台?
Polymarket Trading Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Trading Setup?
由 emsin44(@emsin44)开发并维护,当前版本 v1.0.6。
推荐 Skills