โ† All skills
Tencent SkillHub ยท Developer Tools

Openclaw Skill Publish

Polymarket prediction markets: analytics, trading, hot markets, price movements, top traders, and market search. Powered by prob.trade.

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

Polymarket prediction markets: analytics, trading, hot markets, price movements, top traders, and market search. Powered by prob.trade.

โฌ‡ 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
README.md, SKILL.md, lib/api_client.py, scripts/probtrade.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.0.4

Documentation

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

prob.trade โ€” Polymarket Analytics & Trading

Get real-time prediction market intelligence and trade on Polymarket from prob.trade. Browse trending markets, discover price movements, see what top traders are doing, and place orders.

Setup (required for all commands)

All commands require a prob.trade API key. Configure it in ~/.openclaw/skills/probtrade/config.yaml: api_key: "ptk_live_..." api_secret: "pts_..." Generate keys at https://app.prob.trade (Settings โ†’ API Keys). Free account required.

Analytics Commands

Use the scripts below to query the prob.trade Public API.

Market Overview

Get a quick snapshot of the prediction market landscape: python3 {baseDir}/scripts/probtrade.py overview Returns: market stats, top 10 hot markets, breaking price movements, and newest markets.

Hot Markets

See the most actively traded markets right now: python3 {baseDir}/scripts/probtrade.py hot [--limit N]

Breaking Markets

Markets with the biggest price movements in the last 24 hours: python3 {baseDir}/scripts/probtrade.py breaking [--limit N]

New Markets

Recently created prediction markets: python3 {baseDir}/scripts/probtrade.py new [--limit N] [--days N]

Search Markets

Find markets about a specific topic: python3 {baseDir}/scripts/probtrade.py search "Trump" [--limit N]

Market Details

Get detailed information about a specific market by its condition ID: python3 {baseDir}/scripts/probtrade.py market <condition_id>

Market Statistics

Category breakdown and overall market counts: python3 {baseDir}/scripts/probtrade.py stats

Top Traders

See the most profitable prediction market traders: python3 {baseDir}/scripts/probtrade.py traders [--limit N] [--sort pnl|roi|volume|winRate] [--period all|30d|7d|24h]

Trading Commands

Trade on Polymarket using the same API key configured above.

Place Order

python3 {baseDir}/scripts/probtrade.py order --market <condition_id> --side BUY --outcome Yes --type LIMIT --price 0.55 --amount 10

Cancel Order

python3 {baseDir}/scripts/probtrade.py cancel --order-id <orderId>

View Positions

python3 {baseDir}/scripts/probtrade.py positions

View Balance

python3 {baseDir}/scripts/probtrade.py balance

View Open Orders

python3 {baseDir}/scripts/probtrade.py orders Security: API secret never leaves your machine. Only HMAC signatures are sent. No withdraw/transfer endpoints exist.

Output Format

All commands output structured JSON for easy parsing by AI agents. Key fields: condition_id: Unique market identifier (use for trading on Polymarket) question: The prediction market question tokens: Current prices for Yes/No outcomes volume_24hr: Trading volume in last 24 hours liquidity: Available liquidity for trading end_date_iso: When the market resolves

Links

Dashboard: https://app.prob.trade Market page: https://app.prob.trade/markets/{condition_id} Trader profile: https://app.prob.trade/traders/{address} Public API: https://api.prob.trade/api/public/overview Trading API docs: https://prob.trade/docs/public-api ClawHub: https://clawhub.ai/vlprosvirkin/prob-trade-polymarket-analytics

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
2 Docs2 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • lib/api_client.py Scripts
  • scripts/probtrade.py Scripts