← 返回 Skills 市场
diagnostikon

Polymarket Resolution Lattice Trader

作者 diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ 安全检测通过
195
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-resolution-lattice-trader
功能描述
Trades Polymarket markets by detecting logical inconsistencies between related contracts such as earlier-vs-later deadlines and prerequisite-vs-downstream ev...
安全使用建议
This skill appears internally consistent, but treat the SIMMER_API_KEY as a high-value secret. Recommendations before enabling live trading: 1) Run the skill in paper/sim mode first to validate behavior. 2) Inspect the simmer-sdk package source (and its network behavior) — ensure it is the legitimate Simmer client from the referenced GitHub/PyPI. 3) Create a least-privilege API key (if Simmer supports scoped keys) or use a key with limited funds and rotate it after testing. 4) Because the skill owner and homepage are not provided, exercise extra caution: review trader.py fully (it appears to only use SimmerClient and not exfiltrate other data) and confirm your platform's automaton settings before granting runtime privileges or scheduling automatic runs.
功能分析
Type: OpenClaw Skill Name: polymarket-resolution-lattice-trader Version: 0.0.3 The skill implements a legitimate cross-market arbitrage strategy for Polymarket, focusing on logical inconsistencies like temporal monotonicity and prerequisite chains. The code in trader.py is transparent, follows the logic described in SKILL.md, and includes safety features such as defaulting to paper trading (simulation mode) unless explicitly run with a --live flag. No evidence of data exfiltration, malicious execution, or prompt injection was found; the use of the simmer-sdk and environment variables for API keys aligns with the stated purpose of the tool.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The name/description (cross-market lattice trading on Polymarket) matches the included trader.py implementation: market discovery, parsing for temporal/prerequisite relations, scoring, and trade execution via SimmerClient. Required dependency (simmer-sdk) and the single declared credential (SIMMER_API_KEY) are coherent with a trading integration.
Instruction Scope
SKILL.md describes a template strategy and safety defaults (paper mode by default). The runtime instructions and trader.py limit actions to market discovery, scoring, and trading via the Simmer SDK; there are no instructions to read unrelated files, gather extra environment secrets, or post data to unexpected external endpoints beyond the Simmer/Polymarket integration.
Install Mechanism
There is no separate install script, but clawhub.json declares pip dependency 'simmer-sdk', which is appropriate for a Python-based Simmer client. This is moderate-risk only insofar as you should vet the simmer-sdk package source before granting it API access.
Credentials
The skill requests one high-value environment variable (SIMMER_API_KEY) which is necessary for trading. All other runtime configuration comes from SIMMER_* tunables (declared in clawhub.json) and are read consistently by the code. The code does not read other undeclared environment variables or config paths.
Persistence & Privilege
always:false and autostart:false (no automatic live execution). automaton.managed is true with entrypoint trader.py (standard for a managed trading skill). disable-model-invocation is false (normal); this combined with the trading API key means an agent could be authorized to trade if started live — but the skill defaults to simulated venue and requires explicit --live to perform real trades.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-resolution-lattice-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-resolution-lattice-trader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
SDK resilience: try/except runt apply_skill_config
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.1
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.0
Resolution Lattice Trader skill v1.0.0 – first release: - Introduces a cross-market trading strategy for Polymarket based on logical inconsistency detection between related contracts. - Implements logic for temporal monotonicity and prerequisite event chains, identifying and trading on violations in market probabilities. - Default behavior performs paper trading; live trading only enabled with an explicit flag. - Configurable risk parameters and safeguards included. - Requires simmer-sdk and Simmer API key for operation.
元数据
Slug polymarket-resolution-lattice-trader
版本 0.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Polymarket Resolution Lattice Trader 是什么?

Trades Polymarket markets by detecting logical inconsistencies between related contracts such as earlier-vs-later deadlines and prerequisite-vs-downstream ev... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 195 次。

如何安装 Polymarket Resolution Lattice Trader?

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

Polymarket Resolution Lattice Trader 是免费的吗?

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

Polymarket Resolution Lattice Trader 支持哪些平台?

Polymarket Resolution Lattice Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Polymarket Resolution Lattice Trader?

由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。

💬 留言讨论