ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

polymarket-btc15m

Trade Polymarket Bitcoin Up/Down 15-minute markets using TA signals. Supports Clawbot mode (dynamic sizing, TP/SL, pre-settlement) or fixed mode. Use when checking signals, placing trades, or automating via private key.

Why use this skill?

Automate Bitcoin 15-minute market trades on Polymarket with dynamic risk management, technical analysis signals, and automated position monitoring.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/krajekisbtc/polymarketbtc15massistant
Or

What This Skill Does

The polymarket-btc15m skill provides a comprehensive trading interface for Bitcoin 15-minute prediction markets on Polymarket. It integrates with the PolymarketBTC15mAssistant to provide high-frequency trading signals based on technical analysis models. The skill offers two distinct operational modes: 'Clawbot' mode, which acts as an automated trade manager handling dynamic position sizing, take-profit (TP), stop-loss (SL), and pre-settlement liquidation; and 'Fixed' mode, which allows for manual, static-size order execution. By leveraging signal insights, users can make data-driven decisions on whether to go long or short on BTC price movements within short time horizons.

Installation

To install this skill, use the Clawhub CLI or manual symlinking. Run the installation command: clawhub install openclaw/skills/skills/krajekisbtc/polymarketbtc15massistant. Alternatively, if you have cloned the source repository from openclaw/skills, you can install it manually by executing cp -r clawbot-skill ~/.clawbot/skills/polymarket-btc15m or by creating a symbolic link. Once installed, ensure that your environment variables, including POLYMARKET_PRIVATE_KEY and POLYMARKET_FUNDER, are correctly configured in your .env file to authorize trades on the network.

Use Cases

This skill is ideal for quantitative traders who want to automate or systematize their approach to short-term Bitcoin volatility. Users can rely on Clawbot mode to manage risk automatically, ensuring that no trade exceeds 30% of their total balance while reserving 20% for emergency liquidity. It is particularly useful for traders who want to avoid manual position management in fast-moving markets, as the automated monitor handles exit conditions during the 15-minute windows.

Example Prompts

  1. "Check the current signal for the 15-minute BTC market and tell me if the edge is strong enough for a Clawbot trade."
  2. "Execute an UP trade for Bitcoin using the current signal parameters and confirm the transaction hash."
  3. "Enable Clawbot mode in my environment configuration and start the background monitor to track active positions."

Tips & Limitations

Always remember that high-frequency trading involves significant financial risk. While Clawbot improves your mathematical edge, it does not guarantee profits. Use Clawbot mode for automated risk management, but always keep an eye on your portfolio balance. Never share your private keys, and ensure your system clock is synchronized to prevent slippage in time-sensitive markets. If the model signal shows a low edge or late-stage market cycle, it is usually safer to refrain from trading regardless of the automated suggestions.

Metadata

Stars1656
Views0
Updated2026-02-28
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-krajekisbtc-polymarketbtc15massistant": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#trading#bitcoin#polymarket#defi#automation
Safety Score: 2/5

Flags: network-access, file-write, file-read, external-api, code-execution