A specialized trading skill for Polymarket that fixes proxy wallet balance bugs and enables automated limit and market orders.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polymarket-proxy-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-proxy-trader using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
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.
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. |
Loading
A professional-grade profit and loss tracking tool for Polymarket traders to monitor ROI and win rates in real-time.

Automate prediction market monitoring with real-time price alerts for Polymarket contracts.

A specialized tool for calculating optimal position sizes, potential profits, and risk management for Polymarket prediction markets.

A dedicated finance tool to track active Polymarket positions, trade history, and profit/loss performance.

A professional-grade risk assessment tool for Polymarket traders to quantify exposure and potential drawdown scenarios.

A specialized data skill that provides real-time prediction market odds for global scientific breakthroughs and technological milestones.








































