A high-performance automated trading skill for Polymarket designed to manage end-to-end lifecycle operations from deployment to monitoring.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polymarket-openclaw-trader
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 polymarket-openclaw-trader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust framework for running automated trading operations on Polymarket. It bridges the gap between raw trading scripts and a production-ready environment by handling environment configuration, secure private key management via environment variables, and automated bot lifecycle tasks.
By leveraging Openclaw Skills, developers can seamlessly switch between paper and live trading modes while maintaining strict risk controls. The system is designed to handle market signal detection, order execution, and real-time PnL reporting within a unified workflow, making it an essential tool for prediction market participants.
To get started with this skill, ensure you have Python 3.10+ installed and follow these steps:
# Navigate to your project directory
cd <PROJECT_DIR>
# Initialize virtual environment
python3 -m venv .venv
source .venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Configure environment variables (ensure POLYMARKET_PRIVATE_KEY is set)
cp .env.example .env
# Launch the trading bot in the background
nohup env PYTHONUNBUFFERED=1 python3 cli_bot.py loop > logs/runner_v2.log 2>&1 < /dev/null &
The skill organizes its operations through a structured set of configuration and log files to ensure transparency and persistence. These Openclaw Skills utilize the following data structure:
| Data Component | Format | Description |
|---|---|---|
| Environment Config | .env |
Contains sensitive keys, wallet addresses, and execution mode (paper/live). |
| Runtime Settings | runtime/settings.json |
Stores non-sensitive strategy parameters like price thresholds and poll intervals. |
| Execution Logs | logs/*.log |
Detailed history of bot operations, signals detected, and execution errors. |
| Bot Ledger | Internal State | Tracks daily PnL in USD and currently open market positions. |
Loading
A powerful automation tool that transforms Markdown documents into polished WeChat Official Account drafts with automatic image hosting and syntax highlighting.

An automated ordering interface for Android devices that enables AI agents to manage menus, carts, and order submissions.

A philosophical framework that maps AI agent behavior to Spinoza's 48 affects and calculates a 0-100 persistence-based Conatus Score.

An identity substrate enabling autonomous agents to sign artifacts, rotate credentials, and record verifiable behavioral statements.

A proactive context management tool that triggers session rotation when token usage hits 80% to prevent AI performance degradation.

A powerful command-line interface for managing and automating Obsidian vaults.








































