← 返回 Skills 市场
245
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-maker
功能描述
Continuous Static Market Making execution skill for Polymarket. Sells BOTH sides of 5-minute binary markets at $0.52. Features multi-asset support and an aut...
安全使用建议
Do not run this against a real wallet until you verify and test it yourself. Key points to check before installing/using: 1) The script reads .env and expects WALLET_PRIVATE_KEY and LIVE_TRADING but the SKILL.md and metadata do not mention these — supply a private key only to code you fully trust. 2) The advertised "8% Stop-Loss" is implemented against an internal simulated balance (INITIAL_BALANCE/currentBalance) and is not tied to actual on-chain balances or exchange account data — it may not protect real funds. 3) The package.json requires @polymarket/clob-client, ethers and dotenv; run npm install in a controlled environment and inspect installed packages. 4) Prefer testing in a dry-run or sandbox (LIVE_TRADING unset/false) and with a throwaway wallet with minimal funds. 5) If you need this skill, ask the publisher to update SKILL.md and registry metadata to declare required env vars, explain how stop-loss maps to real balances, and include explicit install/run instructions. If you are not comfortable auditing the code and npm dependencies yourself, do not provide your wallet private key or enable LIVE_TRADING.
功能分析
Type: OpenClaw Skill
Name: polymarket-maker
Version: 1.0.0
The skill is a crypto trading bot for Polymarket that requires a sensitive 'WALLET_PRIVATE_KEY' environment variable. While the logic in 'index.mjs' appears to follow the stated market-making strategy, the 'SKILL.md' instructions explicitly direct the AI agent to run the script in the background using 'nohup' and redirect all output to a local file ('bot_log.json'). This combination of private key access and persistent background execution is a high-risk pattern that can be used to obscure long-term activity or maintain unauthorized persistence within the agent's environment.
能力评估
Purpose & Capability
The name/description and the code both implement a continuous Polymarket market-making bot (placing sell orders on both sides). However, the metadata declares no required credentials/env vars while the code expects LIVE_TRADING and WALLET_PRIVATE_KEY (loaded via dotenv). That mismatch is unexplained and problematic for a trading skill.
Instruction Scope
SKILL.md tells the user how to launch the script in the background but omits crucial operational details: it does not mention that you must set LIVE_TRADING or provide WALLET_PRIVATE_KEY (or a .env file), and it does not instruct installing Node dependencies. The README claims an automated 8% stop-loss, but the code's stop-loss uses an internal simulated balance (INITIAL_BALANCE/currentBalance) and is not tied to on-chain or actual wallet balances — this could mislead users into thinking their real funds are protected.
Install Mechanism
No install spec is provided (instruction-only), but package.json lists dependencies (@polymarket/clob-client, ethers, dotenv). The SKILL.md does not instruct to run npm install or otherwise install dependencies; that omission is a usability/safety concern but not itself an active install risk. Dependencies are from npm (traceable), not a remote archive.
Credentials
The package uses dotenv and reads process.env.LIVE_TRADING and process.env.WALLET_PRIVATE_KEY (sensitive). Metadata declared no required env or primary credential — omitting a required private key is an incoherence. Requesting a wallet private key is expected for a trading bot, but the missing documentation and simulated stop-loss make that access disproportionate without clearer safeguards.
Persistence & Privilege
The skill does not request 'always: true' and does not modify other skill/system configs. It runs as a user-launched Node process; autonomous invocation is permitted by platform defaults but not specifically privileged by this skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-maker - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-maker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of polymarket-maker skill:
- Launches continuous static market making for Polymarket 5-minute binary markets.
- Simultaneously places limit sell orders for both UP and DOWN tokens at a fixed price of $0.52.
- Supports trading across multiple assets (BTC, ETH, SOL, XRP).
- Includes an automated 8% stop-loss to halt trading on excessive drawdown.
- Provides example commands for running the skill in the background with Node.js.
元数据
常见问题
Polymarket Cryptos Maker 5m 是什么?
Continuous Static Market Making execution skill for Polymarket. Sells BOTH sides of 5-minute binary markets at $0.52. Features multi-asset support and an aut... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 245 次。
如何安装 Polymarket Cryptos Maker 5m?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-maker」即可一键安装,无需额外配置。
Polymarket Cryptos Maker 5m 是免费的吗?
是的,Polymarket Cryptos Maker 5m 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Cryptos Maker 5m 支持哪些平台?
Polymarket Cryptos Maker 5m 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Cryptos Maker 5m?
由 thony32(@thony32)开发并维护,当前版本 v1.0.0。
推荐 Skills