Install
openclaw skills install polymarket-botAutomate Polymarket bot operations including fetching market data, placing trades, and implementing strategies like arbitrage. Use when users need to build o...
openclaw skills install polymarket-botThis skill enables the creation and operation of a Polymarket bot for tasks such as fetching active markets, monitoring prices, placing orders, and running strategies. It's designed for users involved in cryptocurrency prediction markets, helping automate interactions via the Polymarket APIs while minimizing risks.
To get started, use the scripts in this skill to initialize and run a basic bot. For example, execute scripts/fetch_markets.py to retrieve active markets, then use scripts/bot_strategy.py for arbitrage checks.
This skill is organized by tasks from the SOP, providing modular components for bot development.
references/api_guide.md for detailed API usage.references/prompts.md to generate code for strategies.scripts/strategy_logic.py for arbitrage detection.scripts/fetch_markets.py to query markets.scripts/auth_setup.py.scripts/test_bot.py and deploy via references.references/challenges.md for rate limits, fees, and security tips.fetch_markets.py: Script to fetch and parse market data from Polymarket APIs.auth_setup.py: Handles authentication and deriving API keys.strategy_logic.py: Implements bot strategies like arbitrage.bot_integration.py: Combines phases into a full bot script.api_guide.md: Documentation on Polymarket APIs and setup.strategy_examples.md: Examples of prompts for code generation.challenges.md: Common issues and mitigations for bot development.