Install any skill in seconds. Free to start, no credit card required.
Get Started Free →High-risk Polymarket trading operations — configure wallet-backed CLOB access, place limit/market orders, cancel orders, and view account-specific orders/trades. Requires py-clob-client-v2 and a user-controlled wallet. Use only when the user explicitly asks to trade or manage orders in the current session. Do not use for read-only odds, probabilities, market search, or event discovery — use the `polymarket` skill instead. Do not ask the user to paste private keys into chat. Do not place or canc
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 23% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 182% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 173% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 292% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 144% | 0% |
This skill is separate from the read-only polymarket skill. It exists so agents can keep normal market-intelligence workflows read-only and only load trading affordances when the user explicitly requests them.
Before any trading command:
token_id, side, price/amount, size, and order type.Install the optional trading dependency outside the agent chat/session:
bashpython -m pip install 'sports-skills[polymarket]'
Credential setup must happen outside the agent transcript using a secure local environment or secret manager. The runtime expects Polymarket CLOB credentials to be available to the process; do not paste wallet secrets into chat.
Invoke these through the separate CLI namespace:
bashsports-skills polymarket-trading get_orders sports-skills polymarket-trading create_order --token_id=<token_id> --side=buy --price=0.50 --size=1
| Command | Required | Optional | Description | |---|---|---|---| | configure | | signature_type, funder | Configure wallet metadata for this process; do not pass secrets through chat | | create_order | token_id, side, price, size | order_type | Place a limit order | | market_order | token_id, side, amount | | Place a market order | | cancel_order | order_id | | Cancel one order | | cancel_all_orders | | | Cancel all open orders | | get_orders | | market | View open orders | | get_user_trades | | | View account-specific trades |
User: "Place a $10 market buy on token 123..."
Agent must respond with a confirmation summary before tool execution:
textConfirm Polymarket order: - action: market_order - side: buy - token_id: 123... - amount: 10 USDC - account: your configured local Polymarket wallet Reply explicitly with "confirm" to proceed.
Only proceed after explicit confirmation.
polymarket first to fetch the market, then ask the user to confirm the exact token.Other measured skills in the registry, with their headline benchmark lift.