An automated trading skill for Polymarket Bitcoin 15-minute markets featuring dynamic position sizing and automated exit strategies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polymarketbtc
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 polymarketbtc 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 BTC 15m skill is a technical implementation designed for the Openclaw Skills ecosystem that connects high-frequency technical analysis signals with execution on decentralized prediction markets. It allows users to programmatically trade Bitcoin price movements in 15-minute intervals, utilizing a sophisticated backend to manage wallet signatures and order placement. By bridging the gap between raw market data and on-chain execution, this skill provides a structured framework for algorithmic trading in the prediction market space.
This skill offers two distinct operating modes: a standard Fixed mode for manual-style execution and a high-performance Clawbot mode. In Clawbot mode, the skill moves beyond simple execution to handle active risk management, calculating trade sizes based on account balance and signal strength while managing automated stop-loss and take-profit exits. It is an essential tool for developers and traders looking to build autonomous trading agents with Openclaw Skills.
To integrate this skill into your Openclaw Skills environment, follow these installation steps:
# Navigate to your skills directory and clone the repository
cp -r clawbot-skill ~/.clawbot/skills/polymarket-btc15m
# Or use a symbolic link if developing locally
ln -s /path/to/PolymarketBTC15mAssistant-main ~/.clawbot/skills/polymarket-btc15m
Configure your environmental variables in the .env file:
POLYMARKET_PRIVATE_KEY=your_private_key_here
POLYMARKET_FUNDER=your_funder_address
CLAWBOT_MODE=true
The skill organizes trading data and environment configuration through a structured schema to ensure execution safety.
| Variable | Type | Description |
|---|---|---|
| POLYMARKET_PRIVATE_KEY | String | Secure wallet key for signing transactions. |
| CLAWBOT_MODE | Boolean | Toggles between dynamic sizing (true) and fixed sizing (false). |
| POLYMARKET_ORDER_SIZE | Number | Default share count when Clawbot mode is disabled. |
| clawbotParams | Object | JSON object containing balance, dynamic size, TP/SL levels, and time-to-settlement. |
Signal outputs include phase identification (early, mid, late), model probabilities, and specific entry triggers.
Loading
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 comprehensive executive support tool that transforms chaotic inputs into structured daily plans, professional communication drafts, and prioritized task lists.

A sophisticated AI trading skill for executing and managing 15-minute Bitcoin binary options on Polymarket using technical signals.

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








































