← Back to Skills Marketplace
Polymarket Edge Liquidity
by
drserkandedeoglu
· GitHub ↗
· v1.0.0
386
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-edge-liquidity
Description
Trades active Polymarket-imported markets on Simmer when estimated edge and liquidity filters pass.
Usage Guidance
This skill appears coherent for automated trading on Simmer. Before installing, verify the source/trustworthiness of the simmer-sdk package the platform will install. Use a SIMMER_API_KEY with limited permissions/funds for testing and run a dry run first (default mode) — the script only executes real trades when run with --live. Also confirm the platform's scheduler or automaton won't invoke the script in live mode automatically. If you need higher assurance, review or fingerprint the simmer-sdk package and/or run the script in an isolated environment first.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-edge-liquidity
Version: 1.0.0
The skill bundle is benign. The `edge_liquidity.py` script implements a trading strategy, fetching market data and executing trades on the Simmer platform using `SIMMER_API_KEY` from environment variables, which is standard practice. All actions align with the stated purpose in `SKILL.md`, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent.
Capability Assessment
Purpose & Capability
Name/description, required env var (SIMMER_API_KEY), and the code all point to interacting with the Simmer trading API. The optional TRADING_VENUE, scan/trade parameters, and use of a simmer-sdk client are consistent with a trading strategy skill.
Instruction Scope
SKILL.md and edge_liquidity.py limit actions to fetching markets, filtering by liquidity/edge, optionally calling client.trade when run with --live, and printing results. The instructions do not access unrelated files, credentials, or external endpoints beyond the Simmer client.
Install Mechanism
This is an instruction-only skill with no install spec in the registry bundle, but SKILL.md declares a pip dependency on 'simmer-sdk'. The platform would need to install that package; verify that the simmer-sdk package is the official/library you expect before installation.
Credentials
Only SIMMER_API_KEY is required (plus optional TRADING_VENUE and tuning env vars). That single credential is proportionate to performing trades on Simmer; there are no unrelated secret/env requests.
Persistence & Privilege
always:false (no forced inclusion). SKILL.md includes a cron entry (*/20) and automaton.managed:true which indicates it may be scheduled to run periodically by the platform. The code executes real trades only when invoked with --live; ensure scheduled runs won't pass live mode unless intended. Autonomous invocation with a live API key would allow the skill to place trades, which is expected for a trading skill but should be authorized deliberately.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-edge-liquidity - After installation, invoke the skill by name or use
/polymarket-edge-liquidity - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Polymarket Edge Liquidity skill.
- Scans Polymarket-imported markets every 20 minutes and trades when both estimated edge and liquidity thresholds are met.
- Supports environment variables to configure API key, trading venue, scan limits, edge/liquidity thresholds, and trade amount.
- Runs in dry-run mode by default; can execute live trades with `--live`.
- Each trade includes detailed reasoning and source tagging for traceability.
Metadata
Frequently Asked Questions
What is Polymarket Edge Liquidity?
Trades active Polymarket-imported markets on Simmer when estimated edge and liquidity filters pass. It is an AI Agent Skill for Claude Code / OpenClaw, with 386 downloads so far.
How do I install Polymarket Edge Liquidity?
Run "/install polymarket-edge-liquidity" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Edge Liquidity free?
Yes, Polymarket Edge Liquidity is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Polymarket Edge Liquidity support?
Polymarket Edge Liquidity is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Edge Liquidity?
It is built and maintained by drserkandedeoglu (@drserkandedeoglu); the current version is v1.0.0.
More Skills