TopRank Skills

Home / Claw Skills / Autres / Polyguard Trader Martin V1
Official OpenClaw rules 15%

Polyguard Trader Martin V1

PolyGuard Martin Pro

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Polyguard Trader Martin V1 技能。 若已安装,则直接安装 Polyguard Trader Martin V1 技能。

Overview

Skill Key
ai-yuming/polyguard-trader-martin-v1
Author
ai-yuming
Source Repo
openclaw/skills
Version
-
Source Path
skills/ai-yuming/polyguard-trader-martin-v1
Latest Commit SHA
5f3f57f8fa145862fc1112e1c50082f31df4b8dd

Extracted Content

SKILL.md excerpt

# 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):
   - `api_key` - your Polymarket API key
   - `market_id` - the market you want to trade
   - `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

Related Claw Skills