Polymarket BTC 15m Trading for Openclaw

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

krajekisbtc
v1.0.0
Feb 6, 2026
0
0
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install polymarketbtcskill

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

The Polymarket BTC 15m Trading Skill is a specialized automation framework designed for the Openclaw Skills ecosystem. It allows traders to programmatically interact with Polymarket's short-term Bitcoin price prediction markets. By leveraging high-frequency technical analysis signals, the skill can determine optimal entry and exit points for Up/Down positions, significantly reducing the manual effort required for 15-minute interval trading.

This skill offers two distinct operational profiles: a standard Fixed mode for manual-style execution with static sizes, and the sophisticated Clawbot mode. In Clawbot mode, the skill takes over the heavy lifting of risk management, calculating position sizes dynamically based on account balance and signal strength while managing active positions through automated take-profit and stop-loss logic.

Polymarket BTC 15m Trading Use Cases

  • Executing automated trades on Bitcoin 15-minute markets based on real-time TA signals.
  • Managing prediction market risk through dynamic position sizing and balance reserves.
  • Monitoring open Polymarket positions in the background to trigger pre-settlement exits.
  • Integrating high-frequency prediction market data into the Openclaw Skills workflow for multi-agent coordination.

How Polymarket BTC 15m Trading Works

  1. The skill interfaces with the PolymarketBTC15mAssistant to retrieve market signals, including trend phase, signal strength, and model probabilities.
  2. It evaluates the current wallet balance and risk parameters defined in the environment configuration.
  3. Upon user or agent command, it executes an UP or DOWN trade on Polymarket using the specified funder address and private key.
  4. If Clawbot mode is enabled, it launches a monitoring cycle that tracks the position's performance against calculated take-profit and stop-loss thresholds.
  5. The skill manages the lifecycle of the trade, including pre-settlement selling if certain risk or profit triggers are met before the market closes.

Polymarket BTC 15m Trading Setup

To install this skill within the Openclaw Skills environment, use the following commands:

# Link the skill to your local directory
cp -r clawbot-skill ~/.clawbot/skills/polymarket-btc15m
# Or create a symbolic link
ln -s /path/to/PolymarketBTC15mAssistant-main ~/.clawbot/skills/polymarket-btc15m

You must configure the following environment variables in your project root:

  • POLYMARKET_PRIVATE_KEY: Your trading wallet's private key.
  • POLYMARKET_FUNDER: Your specific Funder Address from your Polymarket settings.
  • CLAWBOT_MODE: Set to true to enable dynamic sizing and automation.

Polymarket BTC 15m Trading Data Schema & Taxonomy

The skill organizes its operational data and metadata as follows:

Component Format Description
Signal Output Markdown/JSON Contains action (ENTER/WAIT), side (UP/DOWN), signal strength, and phase.
Clawbot Params Object Metadata including current balance, suggested order size, and TP/SL percentages.
Environment Config .env Stores sensitive credentials and global state toggles for Openclaw Skills.
Monitoring Logs CLI Output Real-time status updates on active position performance and settlement status.

Polymarket BTC 15m Trading Advanced Features

  • Dynamic Risk Scaling: Automatically adjusts trade size between 2% and 15% of balance based on signal confidence.
  • Automated Safety Reserves: Ensures at least 20% of the account balance remains untouched during active trading cycles.
  • Pre-settlement Logic: Ability to sell shares back to the order book before the 15-minute window ends to lock in gains or mitigate losses.
  • Background Daemon: Supports a continuous monitoring mode using npm run monitor for persistent position management within the Openclaw Skills framework.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*