A sophisticated AI trading skill for executing and managing 15-minute Bitcoin binary options on Polymarket using technical signals.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polymarketbtc15massistant
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 polymarketbtc15massistant using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill enables AI agents to interface directly with Polymarket's BTC 15-minute markets using Technical Analysis (TA) signals. It supports two distinct operating modes: a standard Fixed mode for manual-style execution and a high-performance Clawbot mode that utilizes dynamic position sizing, automated take-profit/stop-loss triggers, and pre-settlement exits. By integrating this capability into Openclaw Skills, developers can build robust automated trading systems that react to market signals in real-time with professional-grade risk management.
To install this capability within your Openclaw Skills environment, clone or link the repository to your skills directory:
cp -r polymarket-btc15m-skill ~/.clawbot/skills/polymarket-btc15m
Next, configure your environment variables in your .env file to enable trading:
POLYMARKET_PRIVATE_KEY=your_private_key
POLYMARKET_FUNDER=your_funder_address_from_settings
CLAWBOT_MODE=true
The skill utilizes a structured approach to manage trading data and environment configurations for Openclaw Skills users:
| Component | Description |
|---|---|
| Environment Variables | Manages private keys, funder addresses, and operational mode toggles. |
| Signal Data | Processes TA data including strength (STRONG/WEAK), phase, and model probabilities. |
| Clawbot Parameters | Calculated fields for balance, suggested size, TP/SL percentages, and pre-settlement timing. |
| Execution Commands | Standardized CLI commands for UP/DOWN market interactions and monitoring. |
Loading
An automated trading skill for Polymarket Bitcoin 15-minute markets featuring dynamic position sizing and automated exit strategies.

A comprehensive financial data connector providing real-time and historical insights for stocks, forex, and cryptocurrency markets.

A specialized toolkit for generating neutral, ACAS-compliant investigation documents for transport sector incidents and driver misconduct.

A specialized tool for transport managers to automate weekly tachograph reviews and generate investigative root-cause prompts.

A high-frequency trading skill for Polymarket Bitcoin 15-minute markets with automated signal execution and risk management.

An automated trading tool for Polymarket Bitcoin 15-minute markets featuring dynamic risk management and signal-based execution.








































