โ† All skills
Tencent SkillHub ยท Developer Tools

Polymarket Bot Skill

Automate Polymarket bot operations including fetching market data, placing trades, and implementing strategies like arbitrage. Use when users need to build o...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Automate Polymarket bot operations including fetching market data, placing trades, and implementing strategies like arbitrage. Use when users need to build o...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/api_guide.md, references/challenges.md, references/prompts.md, references/strategy_examples.md, scripts/advanced_features.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Overview

This 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.

Quick Start

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.

Task-Based Structure

This skill is organized by tasks from the SOP, providing modular components for bot development.

Step 1: Research and Setup Prerequisites

Review Polymarket APIs (Gamma, CLOB, Data) as outlined in the SOP. Ensure tools like Python and Web3.py are installed. Reference references/api_guide.md for detailed API usage.

Step 2: Define Bot Functionality and Strategy

Implement core features like data fetching and trade execution. Use prompts in references/prompts.md to generate code for strategies. Example: Run scripts/strategy_logic.py for arbitrage detection.

Step 3: Development Phases

Data Fetching Module: Use scripts/fetch_markets.py to query markets. Authentication and Trading Setup: Handle in scripts/auth_setup.py. Testing and Deployment: Test with scripts/test_bot.py and deploy via references.

Step 4: Potential Challenges and Mitigations

Reference references/challenges.md for rate limits, fees, and security tips.

Step 5: Resources

See below for scripts and references based on the SOP.

scripts/

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.

references/

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.

assets/

(No assets needed for this skill at the moment.)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Scripts
  • SKILL.md Primary doc
  • references/api_guide.md Docs
  • references/challenges.md Docs
  • references/prompts.md Docs
  • references/strategy_examples.md Docs
  • scripts/advanced_features.py Scripts