Polymarket BTC 15m Trading Skill for Openclaw

An automated trading skill for Polymarket Bitcoin 15-minute markets featuring dynamic position sizing and automated exit strategies.

krajekisbtc
v1.0.0
Feb 5, 2026
0
0
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install polymarketbtc

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 polymarketbtc 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 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.

Polymarket BTC 15m Trading Skill Use Cases

  • Automating Bitcoin prediction market trades on Polymarket 15-minute cycles.
  • Implementing dynamic position sizing based on technical analysis signal strength.
  • Managing risk through automated stop-loss and take-profit triggers in prediction markets.
  • Running a background daemon to monitor open positions and execute pre-settlement sells.
  • Evaluating market signals and model probabilities before committing capital.

How Polymarket BTC 15m Trading Skill Works

  1. The skill queries the signal assistant to retrieve the current market phase, trade direction (UP or DOWN), and signal strength.
  2. In Clawbot mode, the skill evaluates the current wallet balance and risk parameters to determine the optimal trade size, ranging from 2% to 15% of the balance.
  3. The user or automation script triggers the execution command, which validates the current signal against the desired action to prevent errors.
  4. The skill signs the transaction using the provided private key and submits the order to Polymarket's order book.
  5. Once a position is open, the monitor daemon tracks the market price in real-time, executing an early exit if take-profit, stop-loss, or time-based conditions are met.

Polymarket BTC 15m Trading Skill Setup

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

Polymarket BTC 15m Trading Skill Data Schema & Taxonomy

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.

Polymarket BTC 15m Trading Skill Advanced Features

  • Dynamic Risk Management: Scales position sizes between 2% and 15% based on signal edge and market phase.
  • Automated Monitoring: A background daemon (npm run monitor) that handles real-time position management.
  • Capital Protection: Built-in safety logic that maintains a 20% balance reserve and caps individual trades at 30% of total equity.
  • Pre-settlement Selling: Capability to exit positions before market close to lock in profits or minimize losses.
  • Signal Verification: Logic to ensure trades are only executed when the current market signal matches the requested direction.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*