← Back to Skills Marketplace
Polymarket Micro Coin Lag Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
159
Downloads
0
Stars
0
Active Installs
9
Versions
Install in OpenClaw
/install polymarket-micro-coin-lag-trader
Description
Micro-trades altcoin 5-min Up/Down markets when BTC leads with strong directional bias and ETH/SOL/XRP haven't caught up yet.
Usage Guidance
This package appears internally consistent for Polymarket micro‑trading: it requires only SIMMER_API_KEY and the simmer-sdk, and it defaults to paper trading. Before enabling live trading or supplying your API key: 1) review the full trader.py source (ensure there are no hidden network calls, telemetry, or secrets exfiltration beyond the Simmer API), 2) inspect the simmer-sdk project/release on PyPI/GitHub to confirm it's legitimate and up-to-date, 3) run the skill in sim/paper mode to verify behavior and logs, 4) keep autostart disabled until you’re confident, and 5) if you do provide SIMMER_API_KEY, use a least‑privileged or ephemeral key and rotate it after testing. The skill owner/homepage is not provided in the registry metadata — that reduces provenance, so exercise extra caution.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-micro-coin-lag-trader
Version: 0.0.3
The skill is a legitimate trading bot for Polymarket that implements a lead-lag strategy between BTC and altcoins. The code in trader.py follows the strategy described in SKILL.md, using the simmer-sdk to fetch markets and execute trades. It includes safety features such as a paper-trading default mode (venue='sim') and requires an explicit --live flag for real transactions. No indicators of malicious intent, data exfiltration, or prompt injection were found.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, clawhub.json and trader.py all describe Polymarket micro-trading and declare a single trading API dependency (simmer-sdk) plus SIMMER_API_KEY. The requested resources (SDK + trading API key + tunables) match the stated capability.
Instruction Scope
SKILL.md runtime instructions and the visible trader.py logic focus on discovering Polymarket Up/Down markets, grouping 5‑min windows, detecting BTC lead signals and placing trades. The skill defaults to simulation mode and the instructions do not ask the agent to read unrelated system files or unrelated credentials.
Install Mechanism
No raw URL downloads or archive extraction; the manifest lists a normal PyPI dependency (simmer-sdk). This is a standard install pattern for a Python trading client and is proportionate to the task.
Credentials
Only one required secret is declared: SIMMER_API_KEY, which is appropriate for a trading integration. Tunables are non-secret. Treat SIMMER_API_KEY as a high-value credential and only provide it when you trust the package and code.
Persistence & Privilege
autostart is false and always is false. The automaton entrypoint is trader.py but it will not run by default. The skill does not request elevated platform privileges or permanent forced inclusion.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-micro-coin-lag-trader - After installation, invoke the skill by name or use
/polymarket-micro-coin-lag-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.6
Add get_fast_markets() and signal_data for backtest support
v1.0.5
Rescan attempt
v1.0.4
Rescan — no code changes
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
Frequently Asked Questions
What is Polymarket Micro Coin Lag Trader?
Micro-trades altcoin 5-min Up/Down markets when BTC leads with strong directional bias and ETH/SOL/XRP haven't caught up yet. It is an AI Agent Skill for Claude Code / OpenClaw, with 159 downloads so far.
How do I install Polymarket Micro Coin Lag Trader?
Run "/install polymarket-micro-coin-lag-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Micro Coin Lag Trader free?
Yes, Polymarket Micro Coin Lag Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Micro Coin Lag Trader support?
Polymarket Micro Coin Lag Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Micro Coin Lag Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills