Polymarket Proxy Trader for Openclaw

A specialized trading skill for Polymarket that fixes proxy wallet balance bugs and enables automated limit and market orders.

mosonchan2023
v1.0.1
Mar 6, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install polymarket-proxy-trader

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install polymarket-proxy-trader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Polymarket Proxy Trader?

The Polymarket Proxy Trader is a robust technical solution designed for users who interact with Polymarket via proxy wallets (Gnosis Safe). It specifically addresses a critical limitation in official SDKs where balance checks for selling operations incorrectly reference the signing wallet (EOA) rather than the proxy wallet, often leading to failed transactions. By utilizing Openclaw Skills, this tool ensures that balance lookups and trade executions are handled with precision.

This skill integrates seamlessly with SkillPay for automated micro-payments (0.001 USDT per call), making it a professional-grade tool for developers and high-frequency traders. It provides the necessary infrastructure to handle complex signing requirements and asset type mappings required for prediction market success.

Polymarket Proxy Trader Use Cases

  • Resolving the common proxy wallet balance bug found in official Polymarket SDKs.
  • Checking accurate USDC and conditional token balances for Gnosis Safe accounts.
  • Executing automated market and limit orders on prediction markets.
  • Integrating Polymarket trading capabilities into larger automated workflows using Openclaw Skills.
  • Managing prediction market positions via AI-driven commands.

How Polymarket Proxy Trader Works

  1. The user provides a command to check balance or execute a trade through the AI interface.
  2. The skill triggers a micro-payment of 0.001 USDT via the SkillPay.me API to authorize the transaction.
  3. Upon authorization, the skill utilizes the provided private key to sign requests for the Polymarket CLOB API.
  4. To fix the balance bug, the skill explicitly sets the funder parameter to the proxy wallet address during balance and allowance checks.
  5. The skill submits the trade (limit or market) or returns the corrected balance data to the user.
  6. All sensitive operations are handled locally to ensure private keys are never exposed.

Polymarket Proxy Trader Setup

To install and configure this skill within Openclaw Skills, add the following to your configuration:

{
  "skills": {
    "entries": {
      "polymarket-proxy-trader": {
        "enabled": true,
        "env": {
          "SKILLPAY_API_KEY": "your_skillpay_key",
          "PRIVATE_KEY": "your_polymarket_private_key",
          "PROXY_ADDRESS": "your_gnosis_safe_address"
        }
      }
    }
  }
}

Ensure you have sufficient USDT in your SkillPay account to cover the usage fees.

Polymarket Proxy Trader Data Schema & Taxonomy

The skill manages data across the following parameters to ensure successful trading execution:

Parameter Type Description
SKILLPAY_API_KEY String (Secret) Required for pay-per-use transaction processing.
PRIVATE_KEY String (Secret) The EOA private key used to sign proxy wallet transactions.
PROXY_ADDRESS String The Gnosis Safe address where funds are held.
order_type Enum Supports 'limit' and 'market' order structures.
funder Address Automatically mapped to the PROXY_ADDRESS to fix SDK balance bugs.

Polymarket Proxy Trader Advanced Features

  • Built-in fix for the py-clob-client and @polymarket/clob-client proxy wallet balance bug.
  • Native support for Gnosis Safe signature type 2 execution.
  • Integrated SkillPay.me payment gateway for commercial-ready AI agent deployments.
  • Support for both buying (USDC) and selling (Conditional Tokens) with correct funder context.
  • Secure local environment variable handling for private keys within the Openclaw Skills framework.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*