Polymarket BTC 15m Trading Skill for Openclaw

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

krajekisbtc
v1.0.3
Feb 4, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install polymarketbtcassistant

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install polymarketbtcassistant using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Polymarket BTC 15m Trading Skill?

The Polymarket BTC 15m Trading Skill is a sophisticated automation tool designed for the Openclaw Skills ecosystem. It enables developers and traders to interact with Polymarket's binary prediction markets for Bitcoin on a precise 15-minute timeframe. By leveraging signals from the PolymarketBTC15mAssistant, this skill bridges the gap between technical analysis and execution.

This skill provides a robust framework for managing trades, calculating position sizes based on risk profiles, and monitoring positions in real-time. Whether you are manually confirming trades or running a fully automated cycle, this addition to the Openclaw Skills library enhances your ability to capitalize on market volatility with programmatically enforced discipline.

Polymarket BTC 15m Trading Skill Use Cases

  • Executing automated Bitcoin Up/Down trades based on real-time technical analysis signals.
  • Managing capital risk through dynamic position sizing and automated take-profit/stop-loss thresholds.
  • Monitoring active prediction market positions using background daemons to ensure timely exits.
  • Integrating binary market trading capabilities into broader Openclaw Skills automated workflows.

How Polymarket BTC 15m Trading Skill Works

  1. The skill queries the PolymarketBTC15mAssistant to retrieve the current market signal, strength, and model probabilities.
  2. It evaluates the current wallet balance and risk phase (e.g., late phase vs. strong signal edge).
  3. If Clawbot mode is active, the skill calculates optimized parameters including trade size, stop-loss, and pre-settlement sell timing.
  4. The trade is executed via the Polymarket API using the provided private key and funder address.
  5. A monitoring cycle is initiated to track the position until settlement or until a target threshold is reached.

Polymarket BTC 15m Trading Skill Setup

To install this skill within the Openclaw Skills ecosystem, copy the project into your local skills directory or create a symbolic link:

cp -r polymarket-btc15m ~/.clawbot/skills/polymarket-btc15m
# OR
ln -s /path/to/PolymarketBTC15mAssistant-main ~/.clawbot/skills/polymarket-btc15m

Configure your environment variables in a .env file:

POLYMARKET_PRIVATE_KEY=your_key_here
POLYMARKET_FUNDER=your_funder_address
CLAWBOT_MODE=true

Polymarket BTC 15m Trading Skill Data Schema & Taxonomy

The skill utilizes specific environment variables and logical modes to organize its trading operations:

Configuration Schema

Variable Description
POLYMARKET_PRIVATE_KEY Wallet private key used for transaction signing.
POLYMARKET_FUNDER Authorized funder address from Polymarket settings.
CLAWBOT_MODE Boolean toggle for advanced dynamic sizing and TP/SL logic.
POLYMARKET_ORDER_SIZE Fixed share count used when Clawbot mode is disabled.

Operational Modes

  • Clawbot Mode: Dynamic risk-based sizing (2% to 15% of balance) with active TP/SL management.
  • Fixed Mode: Static order sizes with no automated pre-settlement selling.

Polymarket BTC 15m Trading Skill Advanced Features

  • Dynamic Risk Management: Automatically scales trade size between 2% and 15% based on signal strength.
  • Early Exit Strategy: Supports pre-settlement selling to lock in profits or mitigate losses before the 15-minute window closes.
  • Continuous Monitoring: A dedicated background daemon (npm run monitor) that tracks open positions in real-time.
  • Balance Protection: Built-in safety logic that ensures 20% of the wallet balance is always held in reserve.
  • Signal Verification: Mandatory check that prevents trade execution if the current market signal does not match the requested trade side.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*