← Back to Skills Marketplace
Polymarket Macro Weekend Momentum Trader
by
diagnostikon
· GitHub ↗
· v0.0.3
· MIT-0
165
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install polymarket-macro-weekend-momentum-trader
Description
Trades altcoin (ETH/SOL/XRP) Up/Down markets based on BTC weekend price threshold momentum drift. BTC leads altcoins by 6-24 hours on weekends because altcoi...
Usage Guidance
This skill appears coherent for its stated trading purpose. Before installing: 1) Treat SIMMER_API_KEY as a high-value secret—only provide it if you trust the Simmer runtime and the skill author. 2) Run and review the trader in paper mode (default) to verify behavior before using --live. 3) Inspect or vet the 'simmer-sdk' package (the code will call out to that SDK) or run in an isolated/test account if possible. 4) Be cautious when enabling any automation/cron outside of the provided default because live trading carries financial risk.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-macro-weekend-momentum-trader
Version: 0.0.3
The skill is a legitimate trading bot template for Polymarket that implements a weekend momentum strategy between BTC and altcoins. It uses the 'simmer-sdk' for market interaction and includes a 'safe by default' mechanism that requires an explicit --live flag to move from paper trading to real execution. No evidence of data exfiltration, malicious code execution, or prompt injection was found in trader.py or SKILL.md.
Capability Tags
Capability Assessment
Purpose & Capability
The skill is a Polymarket trading strategy: it requires a Simmer API key and declares a dependency on 'simmer-sdk' in clawhub.json. Those requirements are appropriate for executing simulated or live trades on Polymarket via a Simmer client. No unrelated credentials, binaries, or system paths are requested.
Instruction Scope
SKILL.md and the trader.py logic are scoped to discovering Polymarket markets, computing a BTC threshold ladder drift signal, sizing trades, and placing paper or live orders. The instructions do not tell the agent to read unrelated files or exfiltrate data. The skill defaults to paper trading and requires an explicit --live flag for real trades.
Install Mechanism
There is no custom download/install script; the manifest lists a pip dependency ('simmer-sdk'), which is a standard package-install approach (moderate risk but expected for this use). No arbitrary URLs, extract operations, or unknown installers are present.
Credentials
Only SIMMER_API_KEY is declared as required and used to authenticate the SimmerClient; other runtime parameters are exposed as tunables via environment variables and default to safe values. The single high-value credential requested is justified by the trading functionality.
Persistence & Privilege
autostart is false and cron is null; the skill does not request always: true. automaton.managed with an entrypoint is normal for a runnable skill but nothing indicates it will run automatically or change other skills' configs. The code attempts apply_skill_config but handles absence gracefully.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-macro-weekend-momentum-trader - After installation, invoke the skill by name or use
/polymarket-macro-weekend-momentum-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
Macro Weekend Momentum Trader skill v1.0.0 initial release:
- Launches an advanced altcoin momentum trading strategy based on BTC price threshold drift on Polymarket weekends.
- Detects and quantifies BTC "weekend drift"—average probability and ladder slope—to predict lagging moves in ETH/SOL/XRP Up/Down markets.
- Trades only on weekends or early Monday, when altcoin markets consistently lag BTC.
- Automated signal logic covers market discovery, drift calculation, conviction-based sizing, and position limits with tunable risk controls.
- Default operation is paper trading for safety, with live trading enabled by command-line flag.
- Modular template ready for user remixing with advanced signals (e.g. Binance, funding rates, on-chain data).
Metadata
Frequently Asked Questions
What is Polymarket Macro Weekend Momentum Trader?
Trades altcoin (ETH/SOL/XRP) Up/Down markets based on BTC weekend price threshold momentum drift. BTC leads altcoins by 6-24 hours on weekends because altcoi... It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.
How do I install Polymarket Macro Weekend Momentum Trader?
Run "/install polymarket-macro-weekend-momentum-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Macro Weekend Momentum Trader free?
Yes, Polymarket Macro Weekend Momentum Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Macro Weekend Momentum Trader support?
Polymarket Macro Weekend Momentum Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Macro Weekend Momentum Trader?
It is built and maintained by diagnostikon (@diagnostikon); the current version is v0.0.3.
More Skills