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 your Polymarket Bitcoin 15m trading with the polymarket-btc15m skill. Features dynamic risk management, automated TP/SL, and real-time technical analysis signals.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/krajekisbtc/tests
Or

What This Skill Does

The polymarket-btc15m skill provides a robust automated trading framework for Polymarket Bitcoin 15-minute binary markets. It utilizes a dedicated assistant to generate technical analysis signals, allowing users to execute trades based on real-time market data. The skill operates in two distinct modes: 'Clawbot' and 'Fixed'. Clawbot mode introduces advanced risk management, featuring dynamic position sizing based on account balance, automated take-profit (TP) and stop-loss (SL) triggers, and proactive pre-settlement selling. Fixed mode offers a straightforward, manual-control approach using a constant order size defined by the user. By integrating signal generation, trade execution, and position monitoring into a unified command-line interface, this skill streamlines the process of engaging with fast-paced prediction markets while offering customizable risk profiles.

Installation

To install this skill, ensure you have the required dependencies and cloned the source repository from openclaw/skills. Follow these steps:

  1. Copy or symlink the skill directory into your local clawbot workspace: cp -r clawbot-skill ~/.clawbot/skills/polymarket-btc15m.
  2. Ensure your execution environment has access to npm and node.
  3. Configure your environment variables in the .env file, specifically setting your POLYMARKET_PRIVATE_KEY and POLYMARKET_FUNDER to enable trading capabilities.
  4. Run the installation command: clawhub install openclaw/skills/skills/krajekisbtc/tests.

Use Cases

  • Automated Trading: Deploy the skill to execute trades based on algorithmic signals without constant manual intervention.
  • Risk-Managed Portfolio Growth: Utilize Clawbot mode to automatically adjust exposure based on current market strength, ensuring you do not over-leverage during high-volatility periods.
  • Technical Signal Analysis: Use the skill as a research tool to verify market sentiment and probability models before making manual decisions.

Example Prompts

  1. "What is the current signal for the Bitcoin 15-minute market, and what are the recommended Clawbot parameters?"
  2. "Execute an UP trade for the current market using the automated clawbot settings."
  3. "Start the monitor daemon in the background to manage my open positions and trigger automatic stop-loss or take-profit events."

Tips & Limitations

  • Risk Awareness: Even with Clawbot's risk management features, trading prediction markets involves significant capital risk. Always maintain a reserve balance as per the skill logic.
  • Security: Treat your private keys with the highest level of security; never store them in plain text in public repositories or logs.
  • Monitoring: If you are running in Clawbot mode, it is essential to keep the monitor process running to ensure timely pre-settlement selling and SL/TP execution. Lack of monitoring will result in missed exit signals.

Metadata

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

Tags(AI)

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

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