An automated trading agent that executes short-term Polymarket trades based on real-time CEX price momentum.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polymarket-fast-loop-1-0-6
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install polymarket-fast-loop-1-0-6 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Polymarket FastLoop Trader is a sophisticated automation tool designed to capitalize on short-duration prediction markets. By leveraging the Simmer API, this skill monitors 5-minute and 15-minute BTC fast markets and cross-references their odds against live price action on major exchanges like Binance. It serves as a powerful template for developers looking to integrate high-frequency trading logic into their Openclaw Skills ecosystem, providing a robust framework for execution, position monitoring, and signal processing.
This skill is built for speed and precision, allowing users to trade sprint markets where timing is critical. While it comes with a default momentum signal, it is designed to be highly extensible, allowing traders to layer on their own agent reasoning, sentiment analysis, or multi-exchange spreads to gain a competitive edge in the fast-paced prediction market landscape.
To integrate this into your collection of Openclaw Skills, follow these steps:
export SIMMER_API_KEY="your_key_here"
python fastloop_trader.py
python fastloop_trader.py --live --smart-sizing --quiet
The skill utilizes a config.json file or environment variables to manage trading parameters and metadata tracking. All trades are automatically tagged with source: "sdk:fastloop" for portfolio segmentation.
| Setting | Default | Description |
|---|---|---|
| entry_threshold | 0.05 | Min price divergence from 50 cents to trigger |
| min_momentum_pct | 0.5 | Minimum price move required for signal |
| max_position | 5.0 | Maximum USDC amount per trade |
| signal_source | binance | Primary price feed (binance or coingecko) |
| asset | BTC | Trading pair (BTC, ETH, SOL) |
| window | 5m | Market duration window (5m or 15m) |
| min_time_remaining | 60 | Skip markets with less than X seconds left |
Loading
A powerful programmatic interface for creating and managing Privacy.com virtual payment cards through Openclaw Skills.

A robust supervision layer for Claude Code that monitors tmux sessions, triages errors with LLM intelligence, and automates agent recovery.

A streamlined tool for generating and managing temporary, disposable email addresses for automated workflows and privacy.

A specialized skill for Openclaw agents to programmatically compensate humans via email or social media handles using Talentir.

An automated trading agent that executes temperature-based bets on Polymarket using real-time NOAA forecast data and the Simmer API.

A JSON-first API skill designed to provide comprehensive Picqer warehouse data for AI-driven dashboards and reporting.








































