Back to Registry View Author Profile
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-verifyOr
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
- Process count — exactly 3 trader processes (V4 LIVE + 2 sims)
- No duplicate processes — each directory has at most 1 trader
- V4 flock protection — lock file is held by running process
- Config validation — dry_run, max_entries, hedge_size match expected values
- Trade activity — trades.jsonl has recent writes (within 2 hours)
- Sim-trader isolation — sim processes running from sim-trader/ directory, not CLI
- Cron health — guardian cron (980acb62) and hourly report (4ddfd61a) have no consecutive errors
- 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
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.