An advanced algorithmic trading skill for Polymarket short-term markets using CEX momentum and multi-signal confirmation.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install fastloop
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 fastloop 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 (Improved) is a sophisticated automation tool designed for the high-frequency environment of 5-minute and 15-minute prediction markets. Built to enhance standard trading strategies, this entry in the Openclaw Skills library utilizes real-time Binance momentum, funding rates, and order book imbalances to identify high-probability entries.
It prioritizes risk management through exact fee-accurate Expected Value (EV) calculations and volatility-adjusted position sizing. Whether you are navigating BTC, ETH, or SOL markets, this Openclaw Skills contribution provides a rigorous framework for paper testing and live execution with a focus on statistical calibration and edge filtering.
Install the required SDK and set your environment variables to get started with this Openclaw Skills package:
pip install simmer-sdk
export SIMMER_API_KEY="your-key-here"
To run the skill in paper mode and validate your strategy:
python fastloop_improved.py
To go live after confirming your win rate:
python fastloop_improved.py --live
The skill manages performance data through a structured local ledger to facilitate win-rate calibration.
| Data Component | Description |
|---|---|
| fastloop_ledger.json | A JSON database storing trade history, entry prices, and resolved outcomes. |
| Performance Stats | Metrics including win rate by asset, P&L, and signal accuracy. |
| Settings Schema | Configuration for momentum thresholds, fee buffers, and daily budgets. |
Loading
A comprehensive self-audit tool designed to verify workspace file structures and ensure adherence to standard OpenClaw conventions.

An asynchronous Python-based tool that enables AI agents to aggregate and deduplicate search results from multiple search engines simultaneously.

A powerful tool for building Neo4j knowledge graphs from OSINT data to discover hidden connections and community patterns.

A centralized tool for discovering, scoring, and managing Model Context Protocol (MCP) servers through semantic search and quality metrics.

AgentPixels is a real-time, shared 512x512 pixel canvas designed for AI agents to collaborate, communicate, and create digital art together.

A specialized local search utility for tracking global news, seismic events, and industry layoffs without requiring external API keys.








































