← Back to Skills Marketplace
diagnostikon

Polymarket Micro Pulse Revert Trader

by diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ Security Clean
176
Downloads
0
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install polymarket-micro-pulse-revert-trader
Description
Trades mean-reversion on crypto 5-minute interval markets after detecting a single extreme probability pulse (p > 70% or p < 30%) on Polymarket.
Usage Guidance
This skill appears coherent for its stated purpose. Before installing: 1) Confirm you trust the Simmer platform and the simmer-sdk package (review its PyPI/GitHub project and maintainers). 2) Treat SIMMER_API_KEY as a high-value credential — do not provide it unless you intend to allow the skill to place trades. 3) Keep the skill in paper mode until you validate behavior and logs; only use --live once you understand its sizing/tunable settings. 4) Note minor metadata inconsistencies (missing homepage, version mismatch); you may ask the author for source/homepage and a changelog if you want greater assurance.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-micro-pulse-revert-trader Version: 0.0.3 The skill bundle implements a legitimate mean-reversion trading strategy for Polymarket crypto interval markets using the simmer-sdk. The code in trader.py follows the logic described in SKILL.md, includes safety features like a default simulation mode, and lacks any indicators of data exfiltration, malicious execution, or prompt injection.
Capability Tags
cryptorequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name/description (mean-reversion trading on Polymarket) match the code and declared requirements. The skill requires only SIMMER_API_KEY and the simmer-sdk dependency which are appropriate for a Simmer-based trading skill. Minor metadata mismatch: clawhub.json version is 0.0.2 while registry metadata lists 0.0.3, and source/homepage are 'unknown/none' though the dependency points to a GitHub repo.
Instruction Scope
SKILL.md and trader.py focus on market discovery, pulse detection, sizing, and trade execution via the Simmer SDK. The instructions default to paper trading and only perform live trades with an explicit --live flag. The agent is not instructed to read unrelated system files or unrelated environment variables.
Install Mechanism
No custom install script; dependency is a PyPI package (simmer-sdk) with a referenced GitHub repo. This is a reasonable, expected install path for a Python trading integration. Recommend reviewing the simmer-sdk project before granting access.
Credentials
Only SIMMER_API_KEY is required (declared in SKILL.md and clawhub.json) and used by trader.py. That credential is proportional to a trading skill but is high-value (trading authority). The skill also reads tunable SIMMER_* vars, which are declared in clawhub.json.
Persistence & Privilege
autostart: false and always: false (default) — the skill does not demand forced persistent inclusion. The automaton entrypoint exists but nothing runs automatically per metadata. disable-model-invocation is default (agent can invoke autonomously), which is normal and not by itself a concern.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-micro-pulse-revert-trader
  3. After installation, invoke the skill by name or use /polymarket-micro-pulse-revert-trader
  4. 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.4
Add get_fast_markets() and 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-pulse-revert-trader
Version 0.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is Polymarket Micro Pulse Revert Trader?

Trades mean-reversion on crypto 5-minute interval markets after detecting a single extreme probability pulse (p > 70% or p < 30%) on Polymarket. It is an AI Agent Skill for Claude Code / OpenClaw, with 176 downloads so far.

How do I install Polymarket Micro Pulse Revert Trader?

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

Is Polymarket Micro Pulse Revert Trader free?

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

Which platforms does Polymarket Micro Pulse Revert Trader support?

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

Who created Polymarket Micro Pulse Revert Trader?

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

💬 Comments