← 返回 Skills 市场
andrewbrownrd

Polymarket FastLoop Trader

作者 AndrewBrownrd · GitHub ↗ · v1.0.10 · MIT-0
cross-platform ⚠ suspicious
537
总下载
0
收藏
2
当前安装
11
版本数
在 OpenClaw 中安装
/install polymarket-simmer-fastloop
功能描述
Trade Polymarket BTC/ETH/SOL 5/15-minute fast markets with momentum and order book filters.
安全使用建议
This is a trading template that will place real trades if you run it with --live and provide a wallet key and TRADING_VENUE=polymarket. Before installing or scheduling: 1) Confirm the real required env vars (SIMMER_API_KEY, TRADING_VENUE) — the registry metadata is stale/inconsistent. 2) Keep any WALLET_PRIVATE_KEY in a secure vault, not plain environment files if possible, and only enable live mode after manual testing. 3) Audit the code (network calls to Polymarket, Binance/other feeds, and any replacement signal hooks) to ensure no unexpected endpoints are used. 4) Run extensively in paper mode (simmer venue) and verify daily_budget/max_position limits are enforced. 5) Remove or review any cron/automaton entries before enabling automated live runs. If you want higher confidence, ask the publisher for an explicit install manifest and a provenance/maintainer contact, or run the skill in an isolated environment first.
功能分析
Type: OpenClaw Skill Name: polymarket-simmer-fastloop Version: 1.0.10 The skill bundle is a legitimate trading bot for Polymarket fast markets, utilizing the simmer-sdk for execution. The Python script (polymarket-simmer-fastloop.py) implements a mean reversion strategy based on Binance momentum and order book imbalance, with additional filters for institutional flow (via nofxos.ai) and time-of-day liquidity. The 'Pre-Caching' logic mentioned in SKILL.md and implemented in the code is a performance optimization to handle API latency during market opens. No evidence of data exfiltration, unauthorized remote execution, or malicious prompt injection was found.
能力评估
Purpose & Capability
The skill's stated purpose (automated Polymarket/Simmer trading) reasonably requires a Simmer API key, execution venue, and optionally a wallet private key — and both SKILL.md and clawhub.json declare SIMMER_API_KEY and TRADING_VENUE. However the top-level registry metadata reported 'Required env vars: none', which is inconsistent with the files. The requested credentials (SIMMER_API_KEY, TRADING_VENUE, optional WALLET_PRIVATE_KEY) are proportional to trading functionality but the metadata mismatch is confusing and worth flagging.
Instruction Scope
Runtime instructions and the Python code perform network calls (Simmer SDK, Polymarket CLOB API, likely CEX feeds such as Binance), write local cache and ledger files (fast_markets_cache.json, fastloop_ledger.json, daily_spend.json), and explicitly recommend scheduling cron jobs to run live trades. Writing local caches/ledgers is expected, but the SKILL.md encourages unattended live trading (cron + --live), which increases operational risk. The skill also references optional external signals (NOFX institutional flow) and allows replacing signal sources — these imply additional network usage not tightly constrained by the description.
Install Mechanism
There is no install spec included in the registry metadata, but clawhub.json lists a pip dependency 'simmer-sdk' (and the SKILL.md and code assume pip install simmer-sdk). This is not high-risk (standard pip package) but the lack of an explicit install section in the top-level metadata is an inconsistency to be aware of.
Credentials
The environment variables the skill needs (SIMMER_API_KEY, TRADING_VENUE, optional WALLET_PRIVATE_KEY) are expected for a trading agent. However the code also reads other environment values (e.g., AUTOMATON_MAX_BET) that are not declared in the SKILL.md/clawhub.json as required/optional. Requiring a wallet private key as an env var is normal for live trading but is sensitive — the skill instructs signing locally, but storing private keys in env variables still carries risk and should be minimized or done via secure vault.
Persistence & Privilege
The skill is not 'always: true' and does not request elevated system-wide privileges. It is automaton-managed in clawhub.json (entrypoint set and cron suggested), which means it is designed to run on a schedule and can execute trades autonomously if configured. That behavior is expected for a trading skill but magnifies the impact of any bugs or misconfiguration (e.g., accidental live mode).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-simmer-fastloop
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-simmer-fastloop 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.10
No code changes in this version—documentation update only: - Added prominent guidance that this is a remixable signal template, clarifying the distinction between "plumbing" (infrastructure) and "alpha" (strategy logic). - Expanded tips on customizing the signal generation and execution for alternative trading strategies. - Improved developer guidance for modifying and extending the skill.
v1.0.9
- No code changes in this version; documentation updates only. - Added a section on remixing and customizing the signal logic, including guidance on modifying strategy and filters. - Clarified how to find and adjust key decision points in the code for greater user flexibility. - Main strategy and usage instructions remain unchanged.
v1.0.8
- Added pre-caching ("Ignition") to scan and cache upcoming fast market IDs, enabling trading during brief API blackout windows at market open. - Documentation updated to describe new pre-caching feature and its role in ensuring uninterrupted trade execution. - No code or strategy changes; only new feature documentation and a metadata file (_meta.json) were added.
v1.0.7
- Removed requirement for the SIMMER_USER_ID environment variable. - Billing section referencing SkillPay has been deleted. - All other setup and operational instructions remain unchanged. - Version in metadata unchanged (1.1.0), but this content reflects version 1.0.7.
v1.0.6
- Added required environment variable list (env:) to manifest. - No code changes were made; version and functionality remain unchanged.
v1.0.5
No changes detected in this release. - Version bumped to 1.1.0 with no changes to code or documentation. - No feature additions, fixes, or documentation updates included. - Safe to upgrade; behavior remains identical to previous version.
v1.0.4
Major update: Skill un-deprecated, enhanced with new trading functionality. - Skill is no longer deprecated; restored functionality for Polymarket BTC/ETH/SOL fast market trading. - New mean reversion strategy with configurable momentum, order book, and institutional netflow filters. - Supports both paper trading (default) and live trading modes. - Introduces volatility-adjusted sizing, time-of-day filter, and fee-accurate execution. - Added detailed usage instructions, environment variable setup, and troubleshooting guide. - Broad configuration options via settings table; includes automation examples for cron and OpenClaw.
v1.0.3
**Skill permanently deprecated and removed from use.** - Marked skill as DEPRECATED in all metadata and documentation. - Updated version to 99.0.0 and tags to ["deprecated"]. - Replaced all content with a removal notice and uninstall instructions. - The skill is no longer functional—users must uninstall.
v1.0.2
No code or documentation changes detected in this version. - No file changes were made in this release. - Version number remains unchanged; no updates to features or documentation.
v1.0.1
No file or functional changes detected in this release. - Version bump or meta update only. - No impact on usage, features, or performance.
v1.0.0
Added SkillPay billing (0.001 USDT/call), English docs, and BTC/ETH terminology sanitization.
元数据
Slug polymarket-simmer-fastloop
版本 1.0.10
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 11
常见问题

Polymarket FastLoop Trader 是什么?

Trade Polymarket BTC/ETH/SOL 5/15-minute fast markets with momentum and order book filters. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 537 次。

如何安装 Polymarket FastLoop Trader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-simmer-fastloop」即可一键安装,无需额外配置。

Polymarket FastLoop Trader 是免费的吗?

是的,Polymarket FastLoop Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Polymarket FastLoop Trader 支持哪些平台?

Polymarket FastLoop Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Polymarket FastLoop Trader?

由 AndrewBrownrd(@andrewbrownrd)开发并维护,当前版本 v1.0.10。

💬 留言讨论