← 返回 Skills 市场
polymarket-simmer-fastloop-sync-pulse
作者
AndrewBrownrd
· GitHub ↗
· v1.0.7
· MIT-0
386
总下载
0
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install 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),...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-simmer-fastloop-sync-pulse - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-simmer-fastloop-sync-pulse触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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),... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 386 次。
如何安装 polymarket-simmer-fastloop-sync-pulse?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-simmer-fastloop-sync-pulse」即可一键安装,无需额外配置。
polymarket-simmer-fastloop-sync-pulse 是免费的吗?
是的,polymarket-simmer-fastloop-sync-pulse 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
polymarket-simmer-fastloop-sync-pulse 支持哪些平台?
polymarket-simmer-fastloop-sync-pulse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 polymarket-simmer-fastloop-sync-pulse?
由 AndrewBrownrd(@andrewbrownrd)开发并维护,当前版本 v1.0.7。
推荐 Skills