SkillHub

polyguard-trader-martin-v1

v1.0.0

在本地自动执行 Polymarket 交易,价格达到设定阈值时自动下单,完全透明,无外部数据共享。

Sourced from ClawHub, Authored by ai-yuming

Installation

Please help me install the skill `polyguard-trader-martin-v1` from SkillHub official store. npx skills add ai-yuming/polyguard-trader-martin-v1

PolyGuard Martin Pro

Free and open-source OpenClaw skill for automated trading on Polymarket. No hidden backdoors, no data collection.

Overview

PolyGuard Martin Pro monitors Polymarket order books and places orders only when your configured price conditions are met. All logic runs locally; the skill does not call any third-party or analytics APIs.

Key Features

  • Free and open-source: No external APIs beyond Polymarket.
  • Auditable: Logic is transparent; no hidden behavior.
  • Security-first: No data collection, no telemetry, no external callbacks.
  • Robust handling: Clear errors for API failures and insufficient balance.
  • Configurable: Set market, side, size, price threshold, and poll interval in config.yaml.

Installation

  1. Add this skill to your OpenClaw workspace.
  2. Edit config.yaml and set flat key-value pairs (no nesting):
  3. api_key - your Polymarket API key
  4. market_id - the market you want to trade
  5. side, size, max_price, poll_interval_seconds as needed

Configuration

All settings are in config.yaml as top-level keys only. No nested paths. Use placeholders until you paste your own credentials.

  • api_key - Your Polymarket API key
  • market_id - Target market ID
  • side - "buy" or "sell"
  • size - Order size in outcome shares
  • max_price - Trigger level: buy when price <= this; sell when price >= this
  • poll_interval_seconds - How often to check price (seconds)

This tool is free and open-source. No monetization or external charges.

License and Safety

PolyGuard Martin Pro is provided as-is. You are responsible for your own trading capital and API keys. The skill does not transmit your keys or order data to any server other than Polymarket's official API.


Author: Martin | PolyGuard Labs
Powered by: OpenClaw