Install
openclaw skills install zakkycrypt01-polymarket-traderExecute limit orders on Polymarket markets by specifying market slug, outcome, price, and order size via a Python script.
openclaw skills install zakkycrypt01-polymarket-tradername: polymarket_trader description: A skill to securely execute trades on the Polymarket CLOB via a Python script. tools:
This skill provides a tool to place trades on Polymarket.
This skill is designed to be secure. It reads the private key from the POLYMARKET_PRIVATE_KEY environment variable and reads all trade parameters as environment variables to prevent shell injection.
This skill requires a Python virtual environment named polymarket_venv located in the OpenClaw workspace root.
The environment must have the following packages installed:
py-clob-clientrequestsIt also requires the POLYMARKET_PRIVATE_KEY environment variable to be set for the OpenClaw user.
place_polymarket_orderThis tool is a wrapper around the trade.py script. It allows the agent to place trades by providing the market slug, direction, price, and size.