← Back to Skills Marketplace
johnjerry8749

Polymarket Fast Loop

by johnjerry8749 · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
724
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-fast-loop-1-0-6
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-fast-loop-1-0-6
  3. After installation, invoke the skill by name or use /polymarket-fast-loop-1-0-6
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug polymarket-fast-loop-1-0-6
Version 0.1.0
License
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 724 downloads so far.

How do I install Polymarket Fast Loop?

Run "/install polymarket-fast-loop-1-0-6" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Fast Loop free?

Yes, Polymarket Fast Loop is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Polymarket Fast Loop support?

Polymarket Fast Loop is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Fast Loop?

It is built and maintained by johnjerry8749 (@johnjerry8749); the current version is v0.1.0.

💬 Comments