← Back to Skills Marketplace
mrjoeteam

Simmer Momentum Trader

by mrjoeteam · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
135
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install simmer-momentum-trader
Description
Momentum-based trading skill for Simmer prediction markets. Detects probability momentum and divergence to generate YES/NO trades on Polymarket. Remixable —...
Usage Guidance
This skill appears to do what it says, but consider these practical safety steps before installing: - Limit the SIMMER_API_KEY permissions if possible (use a key that can trade but with appropriate limits/quotas). - Confirm that the simmer-sdk package is the official SDK you expect (review source/package metadata) before installing. - The manifest schedules runs every 15 minutes; ensure your deployment won't pass --live automatically. By default the script is a dry-run and only executes real trades when run with --live. - Review the calculate_signal() function if you or contributors remix it — adding external data sources (Twitter, Reddit, external ML services) can introduce new network endpoints and data-handling risks. - Be aware of trading risk and compliance/regulatory considerations for automated market activity. If you want higher assurance, ask the author for a link to the simmer-sdk package source and confirmation that automated runs will never be started with --live without explicit operator action.
Capability Analysis
Type: OpenClaw Skill Name: simmer-momentum-trader Version: 1.0.0 The skill is a legitimate momentum-based trading bot for Simmer prediction markets. It uses the 'simmer-sdk' to monitor markets and execute trades based on probability divergence, following best practices such as using environment variables for API keys and defaulting to a dry-run mode. No indicators of data exfiltration, malicious execution, or prompt injection were found in simmer_momentum_trader.py or SKILL.md.
Capability Assessment
Purpose & Capability
Name/description match the code and SKILL.md: it monitors Simmer markets and can place trades. Declared requirement (SIMMER_API_KEY) and the pip dependency (simmer-sdk) are appropriate for a Simmer/Polymarket integration.
Instruction Scope
Runtime instructions and the Python entrypoint only read the declared env vars (SIMMER_API_KEY, DIVERGENCE_THRESHOLD, TRADE_AMOUNT, MARKET_IDS) and call the Simmer SDK. The SKILL.md does not ask the agent to read unrelated files or exfiltrate data. Trade execution requires an explicit --live flag (defaults to dry-run).
Install Mechanism
No arbitrary downloads or extract steps. The manifest lists a pip dependency (simmer-sdk), which is proportional to the stated purpose. No installer URLs or unusual install locations are present.
Credentials
Only one required secret (SIMMER_API_KEY) is declared and used to instantiate the SimmerClient. Other env vars are configuration (threshold, amount, market IDs). No unrelated credentials or system config paths are requested.
Persistence & Privilege
The manifest includes a cron entry (*/15 * * * *) and automaton.managed:true, so the skill is intended to run periodically. It does not set always:true. Ensure scheduled runs are acceptable — by default the script is a dry-run, but an automated environment could be configured to run with --live, enabling autonomous real trades.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install simmer-momentum-trader
  3. After installation, invoke the skill by name or use /simmer-momentum-trader
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Simmer Momentum Trader skill: - Trades YES/NO on Polymarket using a probability momentum and divergence signal. - Configurable divergence threshold and trade amount via environment variables. - Monitors Simmer watchlist markets and executes trades when signal criteria are met. - Designed as a remixable template: swap in alternative signals (volume, sentiment, ML predictions). - Dry-run mode enabled by default, with safeguards for live-trading. - Handles all plumbing — market access, trade execution, error handling — so you can focus on signal design.
Metadata
Slug simmer-momentum-trader
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Simmer Momentum Trader?

Momentum-based trading skill for Simmer prediction markets. Detects probability momentum and divergence to generate YES/NO trades on Polymarket. Remixable —... It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.

How do I install Simmer Momentum Trader?

Run "/install simmer-momentum-trader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Simmer Momentum Trader free?

Yes, Simmer Momentum Trader is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Simmer Momentum Trader support?

Simmer Momentum Trader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Simmer Momentum Trader?

It is built and maintained by mrjoeteam (@mrjoeteam); the current version is v1.0.0.

💬 Comments