← Back to Skills Marketplace
Polymarket Resolution Lattice Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
195
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-resolution-lattice-trader
Description
Trades Polymarket markets by detecting logical inconsistencies between related contracts such as earlier-vs-later deadlines and prerequisite-vs-downstream ev...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-resolution-lattice-trader - After installation, invoke the skill by name or use
/polymarket-resolution-lattice-trader - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 195 downloads so far.
How do I install Polymarket Resolution Lattice Trader?
Run "/install polymarket-resolution-lattice-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Resolution Lattice Trader free?
Yes, Polymarket Resolution Lattice Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Resolution Lattice Trader support?
Polymarket Resolution Lattice Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Resolution Lattice Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills