ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

polymarket-tradingskill

Use when an OpenClaw user needs fast NBA opportunity scanning, NBA-only /fair pricing, or deep analysis of one specific Polymarket market or event in any domain, including politics, via prompts like /analyze, analyze this market, or direct PM URLs, without making the final trading decision.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/a1594834522-coder/polymarket-tradingskill
Or

OpenClaw Polymarket Decision Support

Overview

Use this skill as a decision-support tool, not an autonomous trading brain. Its job is to surface promising markets, organize them by priority, and explain the pricing context so the user or higher-level system can make the final decision.

This skill assumes a read-only backend exists under /api/v1/agent. It does not place orders, cancel orders, manage wallets, or finalize trade decisions.

Before using the API, ensure these variables are available through the user's own OpenClaw-local configuration, secret store, or env file:

  • OPENCLAW_AGENT_API_BASE_URL
  • OPENCLAW_AGENT_API_KEY

Example values:

OPENCLAW_AGENT_API_BASE_URL=http://your-host:8080/api/v1/agent
OPENCLAW_AGENT_API_KEY=your-own-bearer-token

These variables must be configured by the OpenClaw user in their own environment. This skill only defines the required variable names and expected format. It does not manage, provision, or store user credentials.

Fast Start

Use this routing rule before doing anything else:

  • If the user asks for /fair and the target is NBA, use the NBA fair shortcut.
  • If the user asks for /analyze, or gives one concrete PM URL / market_id / event_id, use deep analysis mode.
  • If the user asks to scan, find opportunities, or review NBA trading candidates, use NBA opportunity scan mode.
  • If the user asks to scan soccer opportunities, use the soccer basic-markets discovery path.
  • If the user asks for /fair on any non-NBA domain, say /fair is NBA-only and continue with deep analysis mode.

This skill has one public purpose but three operating paths:

  • NBA Opportunity Scan
  • NBA Fair Shortcut
  • Universal Deep Analysis

The current local sports coverage exposed by this skill includes:

  • nba
  • soccer5 for basic soccer markets

Soccer note:

  • soccer is available through the local /markets layer as market_domain=soccer5
  • this is the basic soccer chain, not a blanket promise that every soccer side market is locally priced

Use This Skill For

  • Scanning a sport, league, or time window for worthwhile review candidates
  • Returning a prioritized opportunity list with fair, ask, spread, and short reasoning
  • Deepening one specific market by market_id, event_id, slug, or PM URL
  • Handling explicit analysis intents such as /analyze, analyze, 分析, 分析这个市场, 分析这个事件
  • Handling /fair requests for NBA markets only
  • Re-running the same scan in a loop without repeating unchanged analysis

Do not use this skill for:

  • Trade execution
  • Wallet or portfolio operations
  • Final buy/sell decisions
  • Internal fair-source debugging unless the user explicitly asks for model internals

Mode Selection

Choose mode from the input:

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-a1594834522-coder-polymarket-tradingskill": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.