ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

polymarket-verify

Verify Polymarket MR-V4 trading system deployment health. Use when asked to check trader processes, verify deployment, audit 韭菜王's changes, or after any strategy/config update. Runs a comprehensive check script and reports results.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bobbyw1028/polymarket-verify
Or

Polymarket Deployment Verification

One-command verification of the MR-V4 trading system.

Usage

Run the check script:

bash /Users/0xbobby/.openclaw/workspace/skills/polymarket-verify/scripts/verify.sh

What It Checks

  1. Process count — exactly 3 trader processes (V4 LIVE + 2 sims)
  2. No duplicate processes — each directory has at most 1 trader
  3. V4 flock protection — lock file is held by running process
  4. Config validation — dry_run, max_entries, hedge_size match expected values
  5. Trade activity — trades.jsonl has recent writes (within 2 hours)
  6. Sim-trader isolation — sim processes running from sim-trader/ directory, not CLI
  7. Cron health — guardian cron (980acb62) and hourly report (4ddfd61a) have no consecutive errors
  8. Data collector — DC process alive and writing tick data

Output Format

✅ PASS: [check name] — [detail]
❌ FAIL: [check name] — [detail]
⚠️ WARN: [check name] — [detail]

Summary: X/Y checks passed

When to Use

  • After any strategy deployment or config change
  • When Bobby asks to verify 韭菜王's work
  • Automatically from guardian cron (optional)
  • After process restarts or Gateway restarts

Metadata

Stars4190
Views0
Updated2026-04-18
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-bobbyw1028-polymarket-verify": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.