A high-frequency trading agent that automates Polymarket sprint market positions using real-time price signals from centralized exchanges.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polymarketbot
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 polymarketbot 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 powerful automation tool designed to capitalize on short-term price volatility in prediction markets. By bridging real-time price data from centralized exchanges like Binance with Polymarket's 5-minute and 15-minute fast markets, this skill allows for algorithmic execution of directional trades. As a key component of the Openclaw Skills ecosystem, it handles the end-to-end lifecycle of a trade—from market discovery and asset importing to execution and budget management.
This skill is built as a flexible template, enabling developers to use the default Binance momentum signal or plug in their own custom alpha. Whether you are tracking BTC, ETH, or SOL, the FastLoop Trader provides the technical infrastructure to run a professional-grade prediction market bot with minimal overhead. It ensures that your agent can react to market-moving events faster than manual traders by using high-precision data feeds via the Simmer API.
To deploy this skill within the Openclaw Skills framework, follow these configuration steps:
export SIMMER_API_KEY="your_key_here"
export WALLET_PRIVATE_KEY="your_private_key_here"
python fastloop_trader.py
python fastloop_trader.py --live --smart-sizing --quiet
The skill manages configuration and trade metadata to ensure isolated strategy tracking:
| Parameter | Description | Default |
|---|---|---|
entry_threshold |
Min price divergence from 50 cents to trigger trade | 0.05 |
min_momentum_pct |
Minimum price movement percentage required for signal | 0.5% |
max_position |
Maximum USDC amount per individual trade | 5.0 |
asset |
The crypto asset to monitor (BTC, ETH, SOL) | BTC |
source_tag |
Metadata tag for tracking P&L in the portfolio | sdk:fastloop |
Configuration can be persisted in a config.json file or passed via command-line arguments.
Loading
A production-ready anti-detection browser automation toolkit providing 41 specialized tools for Openclaw Skills agents.

An automated utility for validating OpenClaw configuration fields against official Zod schemas to ensure configuration integrity.

A comprehensive control suite for managing the VisuoSpatial Sketchpad dashboard, including server management, kiosk browser deployment, and agent state updates.

An automated browser-based scraper specifically designed to extract dynamic documentation content from Zoomin Software portals.

A high-performance, no-LLM synchronization pipeline to monitor AI agent heartbeats and runtime status via Cloudflare KV and Worker APIs.

Automate the monitoring and reporting of Bitfinex funding interest and wallet balances through secure API integration.








































