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 trading on Polymarket with dynamic Clawbot risk management. Install this skill for signal analysis, position monitoring, and auto-executed TP/SL.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/krajekisbtc/polymarketbtc
Or

What This Skill Does

The polymarket-btc15m skill is an advanced trading automation agent designed to interface with Polymarket's 15-minute Bitcoin prediction markets. It leverages technical analysis signals from the PolymarketBTC15mAssistant to determine entry points and optimal trade sizing. The skill offers two distinct operating modes: Clawbot mode and Fixed mode. In Clawbot mode, the agent performs dynamic position sizing based on available balance and current market volatility, while also automating take-profit (TP), stop-loss (SL), and pre-settlement liquidation. Fixed mode is designed for static, manual-style orders where a predefined amount of shares is purchased regardless of market conditions.

Installation

To install the skill, ensure your environment supports npm and node dependencies. You can clone the source repository from openclaw/skills or install via the ClawHub CLI using: clawhub install openclaw/skills/skills/krajekisbtc/polymarketbtc. Once downloaded, link or copy the directory to ~/.clawbot/skills/polymarket-btc15m. You must configure your .env file with the POLYMARKET_PRIVATE_KEY and POLYMARKET_FUNDER variables. It is highly recommended to review the file permissions to ensure sensitive key data remains secure.

Use Cases

  • Automated Day Trading: Execute high-frequency trades on 15-minute BTC intervals by allowing the agent to monitor signals and execute orders autonomously.
  • Risk-Managed Trading: Utilize Clawbot mode to enforce strict risk controls, such as the 30% max-per-trade cap and automatic stop-loss triggers.
  • Strategy Testing: Use the monitoring CLI to collect data on signal efficacy before scaling up to larger capital allocations.

Example Prompts

  1. "What is the current signal for the BTC 15-minute market, and if the signal is strong, what would Clawbot suggest for position size?"
  2. "Enable Clawbot mode in the config, verify the current trend, and execute a buy trade if the signal is confirmed UP."
  3. "Run a single cycle monitor to check the status of my open positions and report back on current TP/SL levels."

Tips & Limitations

  • Safety First: Never expose your POLYMARKET_PRIVATE_KEY in logs or public environments. Always verify trade execution commands.
  • Market Volatility: While Clawbot includes dynamic risk management, 15-minute markets are highly volatile; use these tools as an assistant rather than a guaranteed profit engine.
  • Configuration: Always verify your CLAWBOT_MODE setting before executing commands to ensure you aren't placing unexpectedly large trades in Fixed mode.

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-polymarketbtc": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

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