← 返回 Skills 市场
johnjerry8749

Polymarket Fast Loop

作者 johnjerry8749 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
724
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install polymarket-fast-loop-1-0-6
功能描述
Trade Polymarket BTC 5-minute and 15-minute fast markets using CEX price momentum signals via Simmer API. Default signal is Binance BTC/USDT klines. Use when...
安全使用建议
This skill appears to do what it says: it needs your Simmer API key and will execute trades only if you run it with --live. Before enabling live trading: (1) keep the key limited to the minimal permissions Simmer supports, (2) run extensive dry-runs and review config.json in the skill folder, (3) consider running in an isolated environment (container/VM) and using a small test balance, (4) be aware the code will read optional SIMMER_SPRINT_* env vars if set, and (5) note there is no homepage and metadata owner IDs differ between registry and _meta.json—verify the source/author if provenance matters to you.
功能分析
Type: OpenClaw Skill Name: polymarket-fast-loop-1-0-6 Version: 0.1.0 The skill is classified as suspicious primarily due to the prompt injection risk present in `SKILL.md`. The markdown explicitly instructs the OpenClaw agent to set up cron jobs or heartbeat entries that execute shell commands (`cd /path/to/skill && python fastloop_trader.py --live --quiet`). While these commands are intended to run the skill itself for its stated purpose of automated real-money trading, this direct instruction to execute shell commands via markdown is a significant vulnerability in the agent's execution model. If the agent blindly follows such instructions, it could be exploited by a truly malicious skill. Additionally, the skill performs automated real-money trading on Polymarket, which is a high-risk activity, even though it is the stated purpose and requires an explicit `--live` flag. The `fastloop_trader.py` script itself does not contain overtly malicious code, but its functionality, combined with the prompt injection vector in `SKILL.md`, warrants a 'suspicious' classification.
能力评估
Purpose & Capability
Name/description match the code and runtime instructions: it discovers Polymarket sprint/fast markets, fetches CEX (Binance) candles, and places trades via Simmer. The required SIMMER_API_KEY is appropriate for calling the Simmer SDK/API used by the script.
Instruction Scope
SKILL.md and the CLI drive the script (dry-run by default, --live for real trades). The instructions ask the user to set SIMMER_API_KEY and schedule loops/cron, which is expected. Note: the code also reads optional environment variables named SIMMER_SPRINT_* (configuration) and SIMMER_API_BASE, and reads/writes a local config.json—these additional env vars are not listed in the registry's single requires.env entry and should be noted by the user.
Install Mechanism
No install spec; this is an instruction+code skill that runs with standard Python stdlib (urllib). No third-party packages are force-installed by the skill itself. The only optional import is a 'tradejournal' integration — if present it is used, otherwise a no-op stub avoids failure.
Credentials
The skill requires a single credential (SIMMER_API_KEY) which aligns with calling Simmer; that is proportionate. However, the code also supports multiple optional env vars (SIMMER_SPRINT_*, SIMMER_API_BASE) and will read them if present. These are configuration variables (not additional secret services), but the registry metadata lists only SIMMER_API_KEY — the mismatch is worth noting.
Persistence & Privilege
The skill does not request 'always: true' and will not be force-included. It writes/updates config.json in its own directory via --set, which is normal for skill configuration. It does network I/O to external APIs (Simmer, Binance, Polymarket/Gamma) as expected for a trading skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-fast-loop-1-0-6
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-fast-loop-1-0-6 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Polymarket FastLoop Trader v1.0.6 - New skill to automate trading of Polymarket 5-minute and 15-minute BTC fast markets using Binance price momentum signals via Simmer API. - Dry-run by default; use --live for real trades with USDC on Polymarket. - Highly configurable: supports asset selection (BTC/ETH/SOL), entry thresholds, max trade size, custom market window, and multiple signal sources. - Designed for easy agent-driven customization—layer on social sentiment, multi-exchange spreads, technicals, or news feeds for your edge. - Provides detailed setup, loop automation (cron/heartbeat), CLI options, and troubleshooting guidance. - All trades tagged by strategy to help monitor P&L and avoid overlap with other skills.
元数据
Slug polymarket-fast-loop-1-0-6
版本 0.1.0
许可证
累计安装 1
当前安装数 0
历史版本数 1
常见问题

Polymarket Fast Loop 是什么?

Trade Polymarket BTC 5-minute and 15-minute fast markets using CEX price momentum signals via Simmer API. Default signal is Binance BTC/USDT klines. Use when... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 724 次。

如何安装 Polymarket Fast Loop?

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

Polymarket Fast Loop 是免费的吗?

是的,Polymarket Fast Loop 完全免费(开源免费),可自由下载、安装和使用。

Polymarket Fast Loop 支持哪些平台?

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

谁开发了 Polymarket Fast Loop?

由 johnjerry8749(@johnjerry8749)开发并维护,当前版本 v0.1.0。

💬 留言讨论