polymarket-supply-chain-trader

Trades Polymarket prediction markets focused on supply chain disruptions, port congestion, shipping delays, commodity prices, and logistics outcomes. Use when you want to capture alpha on global trade flow events, raw material price markets, and demand spike predictions.

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 "polymarket-supply-chain-trader" with this command: npx skills add Diagnostikon/polymarket-supply-chain-trader

Supply Chain & Logistics Trader

This is a template.
The default signal is keyword-based market discovery (shipping, port, logistics, commodity, supply chain) — remix it with freight index APIs (Baltic Dry Index), satellite AIS vessel tracking data, or real-time port authority feeds.
The skill handles all the plumbing (market discovery, trade execution, safeguards). Your agent provides the alpha.

Strategy Overview

Supply chain prediction markets are among the most underserved categories on Polymarket. This skill identifies and trades markets related to:

  • Port congestion — Rotterdam, Suez Canal, LA/Long Beach delays
  • Commodity prices — Brent crude, steel, lithium thresholds
  • Demand spikes — GPU/chip shortages, EV battery supply
  • Company logistics — Tesla delivery delays, Maersk shipping times, Amazon Prime SLAs

Research shows prediction markets can reduce supply chain forecasting errors by 20–50% vs traditional methods (CFTC data). This makes these markets both tradable AND informative.

Signal Logic

Default Signal: Keyword Discovery + Liquidity Filter

  1. Search Polymarket for active markets containing supply-chain keywords
  2. Filter for markets with >$5,000 volume and bid-ask spread <10%
  3. Apply probability mean-reversion: markets deviating >15% from 30-day moving average are flagged
  4. Check context for flip-flop risk and slippage before entering
  5. Enter YES if market probability is abnormally depressed despite strong fundamentals, NO otherwise

Remix Ideas

  • Baltic Dry Index signal: Long YES on shipping delay markets when BDI spikes >15% week-over-week
  • USDA crop report: Trade agricultural supply markets around report release dates
  • Port authority RSS feeds: Real-time congestion data as entry trigger
  • Satellite AIS tracking: Vessel queue counts for LA/Long Beach as direct oracle

Market Categories Tracked

SUPPLY_CHAIN_KEYWORDS = [
    "shipping", "port", "container", "supply chain", "logistics",
    "commodity", "crude oil", "steel price", "lithium", "semiconductor",
    "chip shortage", "delivery delay", "Maersk", "Rotterdam", "Suez",
    "GPU demand", "battery supply", "Amazon Prime"
]

Risk Parameters

ParameterDefaultNotes
Max position size$25 USDCPer market
Min market volume$5,000Liquidity filter
Max bid-ask spread10%Slippage guard
Min days to resolution7Avoid last-minute noise
Max open positions5Concentration limit

Installation & Setup

clawhub install polymarket-supply-chain-trader

Requires: SIMMER_API_KEY environment variable.

Cron Schedule

Runs every 15 minutes (*/15 * * * *). Markets are slow-moving enough that high-frequency execution is unnecessary.

Safety & Execution Mode

The skill defaults to paper trading (venue="sim"). Real trades only execute when --live is passed explicitly.

ScenarioModeFinancial risk
python trader.pyPaper (sim)None
Cron / automatonPaper (sim)None
python trader.py --liveLive (polymarket)Real USDC

The automaton cron is set to null — it does not run on a schedule until you configure it in the Simmer UI. autostart: false means it won't start automatically on install.

Required Credentials

VariableRequiredNotes
SIMMER_API_KEYYesTrading authority — keep this credential private. Do not place a live-capable key in any environment where automated code could call --live.

Tunables (Risk Parameters)

All risk parameters are declared in clawhub.json as tunables and adjustable from the Simmer UI without code changes. They use SIMMER_-prefixed env vars so apply_skill_config() can load them securely.

VariableDefaultPurpose
SIMMER_SUPPLY_MAX_POSITION25Max USDC per trade
SIMMER_SUPPLY_MIN_VOLUME5000Min market volume filter (USD)
SIMMER_SUPPLY_MAX_SPREAD0.10Max bid-ask spread (0.10 = 10%)
SIMMER_SUPPLY_MIN_DAYS7Min days until market resolves
SIMMER_SUPPLY_MAX_POSITIONS5Max concurrent open positions

Dependency

simmer-sdk is published on PyPI by Simmer Markets.

Review the source before providing live credentials if you require full auditability.

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.

Web3

Crypto Defi

DeFi收益计算器。APY计算、无常损失、流动性挖矿、质押收益、Gas费、协议对比。DeFi yield calculator with impermanent loss, staking. DeFi、加密货币、收益。

Registry SourceRecently Updated
Web3

Crypto Market Cli

Cryptocurrency market data tool with price checking, portfolio tracking, and market analysis. Use when you need crypto prices, market cap, 24h changes, portf...

Registry SourceRecently Updated
Web3

Hudle Skill

Interact with Hudle (hudle.io), the AI agent economy platform. TRIGGER when user mentions Hudle, gigs, javierai wallet, Axiom, claiming or delivering work, H...

Registry SourceRecently Updated
Web3

Binance Trade Hunter

Binance trading skill for coin analysis, pump detection, and one-click trading via Telegram. Use when the user wants to analyze crypto coins, check market tr...

Registry SourceRecently Updated
00Profile unavailable