probtrade

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "probtrade" with this command: npx skills add vlprosvirkin/openclaw-skill-publish

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Session-Memory Enhanced

Session-Memory Enhanced v4.0 - 统一增强版。融合 session-memory + memu-engine 核心功能。特性:结构化提取 + 向量检索 + 不可变分片 + 三位一体自动化 + 多代理隔离 + AI 摘要 + 零配置启动。

Registry SourceRecently Updated
General

PRISM-GEN-DEMO

English: Retrieve, filter, sort, merge, and visualize multiple CSV result files from PRISM-Gen molecular generation/screening. Provides portable query-based...

Registry SourceRecently Updated
General

Video Pro by cza999

专业AI视频生成器,支持文本转高质量短视频,批量处理、多模板和高级自定义语音功能,适合创作者和企业。

Registry SourceRecently Updated
0133
cza999