Overview
- Skill Key
- hyy2099/polymarket-autotrader-hyy
- Author
- hyy2099
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/hyy2099/polymarket-autotrader-hyy
- Latest Commit SHA
- 6b5db4694e393ce928676cbec263a37c4d5bc2e2
Auto-trade BTC, ETH, SOL, XRP on Polymarket price prediction markets at 5-minute and 15-minute intervals using RSI, MACD, and EMA signals.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Polymarket AutoTrader 技能。 若已安装,则直接安装 Polymarket AutoTrader 技能。
# Polymarket AutoTrader Automatically trades BTC, ETH, SOL, and XRP price prediction markets on [Polymarket](https://polymarket.com) using short-term technical analysis signals. ## How It Works 1. **Signal Generation** — Fetches OHLCV candles from Binance (public API, no key required) for each asset on the selected timeframe (5m or 15m). Computes RSI(14), MACD(12/26), and EMA(9/21) crossover. 2. **Market Discovery** — Queries the Polymarket Gamma API to find active, unclosed price prediction markets for the relevant asset expiring soon. 3. **Order Placement** — If signal confidence ≥ `MIN_CONFIDENCE` (default 60%), places a limit order on the soonest-expiring market: - **BUY signal** → buy YES tokens - **SELL signal** → buy NO tokens 4. **Billing** — Each cycle deducts 0.001 USDT via SkillPay before executing. If balance is insufficient, a top-up link is returned. 5. **Scheduler** — Runs automatically every 5 or 15 minutes (set via `TRADE_TIMEFRAME`). ## Required Environment Variables | Variable | Description | |---|---| | `POLYMARKET_PRIVATE_KEY` | Ethereum wallet private key (Polygon/MATIC network). Used to sign orders. | | `SKILLPAY_API_KEY` | SkillPay API key for billing (from your SkillPay dashboard). | | `SKILLPAY_USER_ID` | Your SkillPay user ID for billing. | | `POLYMARKET_API_KEY` | _(Optional)_ Polymarket CLOB API key for higher rate limits. | | `POLYMARKET_API_SECRET` | _(Optional)_ Polymarket CLOB API secret. | | `POLYMARKET_API_PASSPHRASE` | _(Optional)_ Polymarket CLOB API passphrase. | ## Optional Environment Variables | Variable | Default | Description | |---|---|---| | `TRADE_TIMEFRAME` | `5m` | `5m` or `15m` | | `TRADE_ASSETS` | `BTC,ETH,SOL,XRP` | Comma-separated list of assets to trade | | `MAX_TRADE_USDC` | `10` | Maximum USDC to spend per trade | | `MIN_CONFIDENCE` | `60` | Minimum signal confidence % required to place a trade | | `DRY_RUN` | `false` | Set `true` to simulate without placing real orders | ## Quickstart ### 1....
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.