← Back to Skills Marketplace
diagnostikon

Polymarket Micro Session Edge Trader

by diagnostikon · GitHub ↗ · v0.0.2 · MIT-0
cross-platform ✓ Security Clean
138
Downloads
0
Stars
0
Active Installs
6
Versions
Install in OpenClaw
/install polymarket-micro-session-edge-trader
Description
Trades session-transition mean-reversion in 5-minute crypto "Up or Down" markets on Polymarket, fading directional bursts that occur during US, Asia, and Eur...
Usage Guidance
This skill appears coherent and paper-trades by default, but before installing: 1) Only provide a SIMMER_API_KEY you trust — it grants trading authority (use a restricted/test key if available). 2) Verify the simmer-sdk package (PyPI/GitHub) if you want to audit network behavior. 3) Note that running with `--live` will place real USDC trades; keep autostart/cron disabled until you've validated behavior in sim. 4) If you need extra assurance, review the remainder of trader.py (full file) and any calls the SimmerClient makes to external endpoints.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-micro-session-edge-trader Version: 0.0.2 The skill bundle is a legitimate trading bot designed for Polymarket's 5-minute crypto markets, implementing a mean-reversion strategy based on session-open volatility bursts. The code in trader.py follows the logic described in SKILL.md, using the simmer-sdk for market discovery and trade execution without any signs of data exfiltration, obfuscation, or unauthorized system access. It includes safety features such as paper-trading by default (venue='sim') and requires an explicit --live flag for real financial risk.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, clawhub.json, and trader.py consistently describe a Polymarket micro-session trader that uses the Simmer SDK and a single SIMMER_API_KEY credential. No unrelated services or credentials are requested.
Instruction Scope
Runtime instructions focus on market discovery, interval parsing, session detection, and trade execution via the Simmer SDK. The skill does not instruct the agent to read unrelated local files or environment variables beyond the declared SIMMER_API_KEY and tunables.
Install Mechanism
No install script in the package; clawhub.json lists a single pip dependency (simmer-sdk) hosted on PyPI/GitHub — appropriate and expected for this functionality. This is a moderate-risk standard package install, not a raw URL download.
Credentials
Only SIMMER_API_KEY is required (declared in clawhub.json and SKILL.md). Tunables are non-secret environment variables. Requested secrets and envs are proportionate to a trading skill.
Persistence & Privilege
autostart is false, cron null, always is false. The skill is not forced into every agent run and does not request system-wide config changes. Its automaton entrypoint is the included trader.py, which is normal.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-micro-session-edge-trader
  3. After installation, invoke the skill by name or use /polymarket-micro-session-edge-trader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.4
Add signal_data for backtest support
v1.0.3
Add get_fast_markets() for better 5-min market discovery
v1.0.2
Fix SKILL.md to match standard template structure — full consistency with trader.py and clawhub.json
v1.0.1
Fix metadata consistency between trader.py, clawhub.json and SKILL.md
v1.0.0
Initial release — micro-trading skill with conviction-based sizing
Metadata
Slug polymarket-micro-session-edge-trader
Version 0.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 6
Frequently Asked Questions

What is Polymarket Micro Session Edge Trader?

Trades session-transition mean-reversion in 5-minute crypto "Up or Down" markets on Polymarket, fading directional bursts that occur during US, Asia, and Eur... It is an AI Agent Skill for Claude Code / OpenClaw, with 138 downloads so far.

How do I install Polymarket Micro Session Edge Trader?

Run "/install polymarket-micro-session-edge-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Micro Session Edge Trader free?

Yes, Polymarket Micro Session Edge Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Micro Session Edge Trader support?

Polymarket Micro Session Edge Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Micro Session Edge Trader?

It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.2.

💬 Comments