rey-polymarket-trader
Polymarket prediction market trading. Browse markets, place bets, manage positions. Split+CLOB strategy with hedge discovery.
Why use this skill?
Automate Polymarket prediction trading with the rey-polymarket-trader skill. Features advanced Split+CLOB strategies, hedge discovery, and P&L tracking.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/rey-polymarket-traderWhat This Skill Does
The rey-polymarket-trader skill enables OpenClaw to interact directly with the Polymarket prediction market on the Polygon blockchain. It empowers the AI to browse live markets, search for events using keywords, and filter by categories to find trading opportunities. Beyond simple browsing, the skill implements a sophisticated Split+CLOB trading strategy, which involves splitting USDC.e into YES/NO token pairs via the Conditional Token Framework (CTF) and executing sell orders on the Central Limit Order Book (CLOB) to optimize entry prices and reduce slippage. Furthermore, it features an intelligent hedge discovery engine that utilizes LLM-based logical analysis to identify correlated market pairs, allowing users to build risk-managed portfolios. It handles everything from position management and P&L tracking to setting stop-loss and take-profit thresholds, providing a professional-grade interface for decentralized prediction market speculation.
Installation
To integrate this skill into your environment, run the following command in your terminal: clawhub install openclaw/skills/skills/sa9saq/rey-polymarket-trader. Before execution, ensure your environment variables are configured. You will need a POLYGON_RPC_URL (Alchemy or Chainstack recommended), a POLYMARKET_PRIVATE_KEY for transaction signing, and an OPENROUTER_API_KEY to power the hedge discovery analysis. It is highly recommended to use a residential proxy if you are making frequent requests to the Polymarket interface to avoid rate-limiting or IP-based restrictions.
Use Cases
- Strategic Speculation: Users can take advantage of news events by rapidly entering positions on election outcomes, sports results, or economic indicators using the Split+CLOB strategy for better execution prices.
- Risk-Neutral Hedging: By analyzing logical contradictions between two markets (e.g., if Candidate A winning precludes Candidate B winning), the skill identifies pairs where one position can offset the risk of another, creating a balanced portfolio.
- Automated Portfolio Monitoring: The skill keeps track of your entry prices and current market valuations, providing real-time P&L feedback, which is crucial for managing volatile assets on the blockchain.
Example Prompts
- "Polymarket, please search for markets related to the 2024 presidential election and show me the current YES/NO odds for the top three."
- "I want to place a $200 bet on the YES outcome for the current trending crypto market. Use the Split+CLOB strategy to minimize slippage."
- "Scan all my current open positions and suggest a hedging strategy to reduce exposure in my high-risk portfolios."
Tips & Limitations
Prediction markets are inherently high-risk. Always adhere to the recommended risk management rules: cap individual market exposure at 10% of your total capital and maintain a minimum of 5 distinct market positions to diversify. Be aware that the Split+CLOB strategy relies on sufficient liquidity; if the CLOB order book is thin, the execution price may not be as favorable as expected. Additionally, verify your local jurisdiction's stance on decentralized prediction markets, as they may be regulated similarly to gambling or financial derivatives. Never use a key that holds more funds than you are willing to risk in a single session.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-sa9saq-rey-polymarket-trader": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.