Polymarket BTC 15m Trading Skill for Openclaw

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

krajekisbtc
v1.0.3
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 polymarketbtc15massistant

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 polymarketbtc15massistant 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?

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.

Polymarket BTC 15m Trading Skill Use Cases

  • Monitoring real-time TA signals for Bitcoin 15-minute binary markets to identify entry points.
  • Automating trade execution for UP/DOWN positions based on signal strength and market phase.
  • Implementing dynamic risk management using balance-based position sizing and tight stop-losses.
  • Running a background monitoring daemon to manage active positions and exit early if market conditions change.

How Polymarket BTC 15m Trading Skill Works

  1. The skill queries the PolymarketBTC15mAssistant to retrieve current market phase, signal strength, and model probabilities.
  2. In Clawbot mode, the skill calculates optimal position sizes and risk parameters based on the current wallet balance and signal edge.
  3. The AI agent validates the trade direction against the current signal to prevent execution errors and ensure alignment with the TA strategy.
  4. Trades are executed on-chain via the Polymarket API using the provided private key and funder address.
  5. A monitoring cycle tracks the trade's progress, applying stop-loss or take-profit logic automatically before the market settles.

Polymarket BTC 15m Trading Skill Setup

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

Polymarket BTC 15m Trading Skill Data Schema & Taxonomy

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.

Polymarket BTC 15m Trading Skill Advanced Features

  • Dynamic position sizing (2-15% of balance) based on signal edge and market phase to maximize capital efficiency.
  • Automated pre-settlement selling to lock in gains or mitigate losses before official market closure.
  • Background daemon support for persistent position monitoring via dedicated npm scripts.
  • Multi-mode flexibility allows switching between algorithmic and manual execution styles within the Openclaw Skills ecosystem.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*