An automated trading tool for Polymarket Bitcoin 15-minute markets featuring dynamic risk management and signal-based execution.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polymarketbtcskill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.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. |
npm run monitor for persistent position management within the Openclaw Skills framework.Loading
A high-frequency trading skill for Polymarket Bitcoin 15-minute markets with automated signal execution and risk management.

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

An automated trading skill for Polymarket Bitcoin 15-minute markets featuring dynamic position sizing and automated exit strategies.

A comprehensive financial data connector providing real-time and historical insights for stocks, forex, and cryptocurrency markets.

A professional-grade trading skill for Polymarket Bitcoin 15-minute markets featuring automated signal processing and dynamic position sizing.

A comprehensive AI agent skill for automating the end-to-end creation, formatting, and uploading of books to Amazon Kindle Direct Publishing.








































