← Back to Skills Marketplace
polymarket-simmer-fastloop-sync-pulse
by
AndrewBrownrd
· GitHub ↗
· v1.0.7
· MIT-0
386
Downloads
0
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install polymarket-simmer-fastloop-sync-pulse
Description
Trade Polymarket BTC/ETH/SOL 5-minute fast markets using a zero-delay Triple-Trigger strategy. Combines Binance momentum, NOFX OI/Netflow (free public API),...
Usage Guidance
Before installing: 1) Do not supply WALLET_PRIVATE_KEY unless you fully trust the code and the simmer-sdk package — prefer running in simulation mode first. 2) Verify the simmer-sdk package's provenance and review how SimmerClient handles private keys (confirm local signing vs. remote transmission). 3) Resolve the metadata mismatch: the registry claimed no required env vars but the files require SIMMER_API_KEY (mandatory) and WALLET_PRIVATE_KEY (optional). 4) Inspect the code yourself (or have a trusted reviewer) if you will run live — pay attention to any network endpoints and the SimmerClient instantiation. 5) If you lack comfort with private key handling, run only with no WALLET_PRIVATE_KEY (paper mode) or use a dedicated controlled wallet with minimal funds. 6) Note the skill is scheduled to run every 5 minutes (cron) — ensure that automated execution is acceptable before enabling.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-simmer-fastloop-sync-pulse
Version: 1.0.7
The skill bundle is a legitimate quantitative trading bot for Polymarket's 5-minute markets. It uses the Simmer SDK for execution and fetches market data from Binance and NOFX (nofxos.ai). The code implements a 'Triple-Trigger' strategy involving momentum, institutional flow, and order book wall detection as described in SKILL.md. It handles sensitive environment variables like WALLET_PRIVATE_KEY and SIMMER_API_KEY appropriately for its stated purpose, and the included AI Operator Policy provides helpful guidance for an agent to monitor the script's execution without attempting to subvert user control or exfiltrate data.
Capability Assessment
Purpose & Capability
The code and SKILL.md implement a Polymarket trading sniper using the Simmer SDK, Binance and NOFX data — which legitimately requires a Simmer API key and optionally a wallet private key. However, the top-level registry summary stated 'Required env vars: none' while clawhub.json and SKILL.md require SIMMER_API_KEY (and optionally WALLET_PRIVATE_KEY), an inconsistency that should be resolved.
Instruction Scope
Runtime instructions and the Python script stay within trading scope: they fetch market IDs, query Binance/NOFX/CLOB endpoints, pre-cache market IDs, and optionally sign trades with a provided private key. The skill writes local cache and ledger files (daily_spend.json, fastloop_ledger.json, fast_markets_cache.json) to its directory — expected for execution logging and caching.
Install Mechanism
This is instruction-plus-code (no packaged installer). The project expects the simmer-sdk Python package (declared in SKILL.md and clawhub.json). No remote download URLs or obfuscated installers were found, but pip-installing simmer-sdk implicitly trusts that package and its dependencies.
Credentials
Requested secrets are proportionate to trading (SIMMER_API_KEY required; WALLET_PRIVATE_KEY optional to enable live trades). These are highly sensitive: giving a private key enables real-money trading and could expose funds if misused. The skill also reads additional env vars (AUTOMATON_MAX_BET and many SIMMER_* overrides) that are consistent with config but the registry metadata mismatch (required env vars reported as 'none') is concerning.
Persistence & Privilege
clawhub.json config includes a cron (*/5 * * * *) and automaton.managed:true, so the skill is intended to run every 5 minutes automatically. The skill does not request 'always: true' and does not modify other skills' configs. Autonomous periodic execution with an optional live wallet increases risk if you provide WALLET_PRIVATE_KEY without strict review.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-simmer-fastloop-sync-pulse - After installation, invoke the skill by name or use
/polymarket-simmer-fastloop-sync-pulse - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.7
- Initial metadata file `_meta.json` added for standardization and platform compatibility.
- No changes to core logic or configuration—behavior remains identical to previous version.
- Existing documentation for strategy, setup, and troubleshooting is unchanged.
- Upgrade is non-breaking and does not require any user action.
v1.0.6
Version 1.0.6
- Documentation clarified that the "Triple-Trigger" strategy is remixable and shows where and how to customize signal logic in `fastloop_improved.py`.
- Added a new "Remixing the Signal" section explaining how to adjust strategy parameters and execution sizing for advanced users.
- No code or functional changes; update is documentation-only.
v1.0.5
Version 1.0.5
- Added new file: clawhub.json
- No changes to instructions, configuration, or logic in SKILL.md
- No breaking changes; this is a minor update focusing on metadata addition
v1.0.4
Version 1.0.4
- Removed the file: _meta.json
- No other code or documentation changes detected.
v1.0.3
Polymarket Simmer FastLoop Sync Pulse 1.0.2
- Version reset: Changed version numbering from 10.0.0 to 1.0.2 for consistency.
- No code or feature changes; documentation and settings remain the same.
- No file changes detected in this release.
v1.0.2
No changes detected in this version.
- Version updated to 1.0.2, but no file or documentation changes were made.
v1.0.1
No code changes present; this is a metadata and documentation update.
- Renamed author (now Xuano47) and updated tags for discoverability.
- Improved documentation clarity, structure, and warnings related to API keys and privacy.
- Added mention of AUTOMATON_MAX_BET for automation compatibility.
- Re-emphasized use of free, anonymous public APIs (Binance, NOFX).
- No behavior or algorithmic changes to trading logic.
v1.0.0
Polymarket FastLoop Trader — Industrial Sniper (V10.0)
- Introduces an OI Neutral Zone: ±2% OI buffer now ignores minor open interest changes, increasing trade frequency while filtering major countertrend moves.
- Removes all artificial delays: Execution now matches market open data timing by using the script’s natural processing speed.
- Confirms signals using three layered filters: Binance momentum & pin bar, NOFX OI/Netflow, and Binance L2 wall detection.
- Adds local pre-caching of upcoming market IDs to bypass Simmer API blackouts, ensuring uninterrupted trading.
- Enhanced anti-spoofing on order book wall detection through repeated checks for real barriers.
Metadata
Frequently Asked Questions
What is polymarket-simmer-fastloop-sync-pulse?
Trade Polymarket BTC/ETH/SOL 5-minute fast markets using a zero-delay Triple-Trigger strategy. Combines Binance momentum, NOFX OI/Netflow (free public API),... It is an AI Agent Skill for Claude Code / OpenClaw, with 386 downloads so far.
How do I install polymarket-simmer-fastloop-sync-pulse?
Run "/install polymarket-simmer-fastloop-sync-pulse" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is polymarket-simmer-fastloop-sync-pulse free?
Yes, polymarket-simmer-fastloop-sync-pulse is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does polymarket-simmer-fastloop-sync-pulse support?
polymarket-simmer-fastloop-sync-pulse is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created polymarket-simmer-fastloop-sync-pulse?
It is built and maintained by AndrewBrownrd (@andrewbrownrd); the current version is v1.0.7.
More Skills