← 返回 Skills 市场
53
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-divergence-trader
功能描述
Trades a Simmer-indexed market when your estimated probability diverges from the live market price, with dry-run on sim by default, context checks, reasoning...
安全使用建议
This skill appears to be what it claims: a Simmer-backed divergence trading template. Before enabling it for live/autonomous execution: 1) verify the simmer-sdk package source and inspect it (it will run network calls and perform trades), 2) keep SIMMER_API_KEY permissions minimal and store it securely (be aware the script reads a .env file), 3) test thoroughly in dry-run/sim (the code defaults to dry-run) and avoid supplying --live or changing automation to pass live flags until you're confident, 4) be cautious with auto-redeem and any automated cron runs — ensure the platform won't accidentally invoke live trades, and 5) review trade metadata (the human-readable reasoning is attached to trades and will be public in trade records).
功能分析
Type: OpenClaw Skill
Name: polymarket-divergence-trader
Version: 1.0.0
The skill is a legitimate trading bot template designed to execute trades on Polymarket via the Simmer SDK based on probability divergence. The code in divergence_trader.py follows standard practices, including environment variable management, dry-run defaults, and risk-check logic. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found in SKILL.md or the source code.
能力标签
能力评估
Purpose & Capability
Name/description match the code and metadata: the script queries market context and optionally places trades via a SimmerClient. Declared primaryEnv SIMMER_API_KEY and pip dependency simmer-sdk align with the stated purpose; no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and the script confine actions to reading market context, computing an edge, and optionally calling client.trade() / client.auto_redeem(). The script reads .env and environment variables declared in clawhub.json (SIMMER_API_KEY, MARKET_ID, MY_PROBABILITY, etc.) and does not access other system paths or send data to unknown endpoints.
Install Mechanism
There is no top-level install script, but clawhub.json declares pip dependencies (simmer-sdk, python-dotenv). pip installs are proportionate to the task; the only caution is that simmer-sdk is a third-party package — review its provenance before installation.
Credentials
Only SIMMER_API_KEY is required as a primary credential; optional env vars match script arguments. The skill does load a local .env file (Path(...).with_name('.env')), which is expected but means sensitive keys in that file will be read by the script.
Persistence & Privilege
always:false (no forced inclusion), but clawhub.json includes a cron expression and automaton.managed:true so the platform can run this on a schedule. The script defaults to dry-run, but scheduled runs could execute automatically if invoked with live flags or if environment/configuration is changed — review automation settings before enabling.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-divergence-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-divergence-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Polymarket Divergence Trader:
- Trades on Simmer-indexed Polymarket markets when your probability estimate diverges from the market price by a configurable edge.
- Safe by default: runs in dry-run mode unless `--live` is specified.
- Performs market context checks and skips trading for risky conditions.
- Operator outputs include reasoning tags and decision summaries.
- Highly configurable and intended as a template for custom models or integrations.
元数据
常见问题
Polymarket Divergence Trader 是什么?
Trades a Simmer-indexed market when your estimated probability diverges from the live market price, with dry-run on sim by default, context checks, reasoning... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。
如何安装 Polymarket Divergence Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-divergence-trader」即可一键安装,无需额外配置。
Polymarket Divergence Trader 是免费的吗?
是的,Polymarket Divergence Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Divergence Trader 支持哪些平台?
Polymarket Divergence Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Divergence Trader?
由 ssj124(@ssj124)开发并维护,当前版本 v1.0.0。
推荐 Skills