← Back to Skills Marketplace
bobbyw1028

Polymarket Verify

by Bobby · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
129
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install polymarket-verify
Description
Verify Polymarket MR-V4 trading system deployment health. Use when asked to check trader processes, verify deployment, audit 韭菜王's changes, or after any stra...
Usage Guidance
This skill appears to do exactly what it says: run a local health-check script for the MR-V4 deployment. Before installing or running it, be aware that it will read local deployment files (config.json, logs, lock and pid files) and query process state (ps, lsof). It does not request credentials or call external services, but those local files can contain sensitive data — review the script yourself and confirm the BASE path matches your environment (the SKILL.md and script use a hardcoded /Users/0xbobby/... path). If you intend to run this on a different host/user, update BASE or run it in a safe/test environment first. If you don't trust the origin, inspect the script for any modifications before execution.
Capability Analysis
Type: OpenClaw Skill Name: polymarket-verify Version: 1.0.0 The skill bundle is a specialized deployment verification tool for a Polymarket trading bot. The bash script (scripts/verify.sh) performs standard system health checks, including process monitoring via ps/lsof, file integrity checks, and configuration validation using Python's JSON parser. All operations are local, aligned with the stated purpose in SKILL.md, and show no signs of data exfiltration, remote execution, or malicious intent.
Capability Assessment
Purpose & Capability
The name/description match the actual behavior: the script checks processes, lock files, config, logs, and a PID file to verify a local MR-V4 deployment. The checks (ps, lsof, config.json, trades.jsonl, collector.pid) are coherent with verifying deployment health.
Instruction Scope
SKILL.md instructs running a local script at an absolute user-specific path (/Users/0xbobby/...). The script reads local files and process metadata (uses ps, lsof, stat, python3, kill -0) which is expected for this purpose. It does not perform network calls or exfiltrate data, but it does access potentially sensitive local config/log files and process information.
Install Mechanism
Instruction-only skill with a bundled script and no install spec. Nothing is downloaded or written by an installer, so install risk is minimal.
Credentials
No environment variables or credentials are requested. However the script assumes access to the user's workspace path and standard system tooling (lsof, ps, python3, flock/stat utilities). It also reads config.json, logs, and a collector.pid — access to these local files is necessary for the checks but may expose sensitive deployment data.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide configs. It only reads local state and exits with a non-zero code on failures.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-verify
  3. After installation, invoke the skill by name or use /polymarket-verify
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Polymarket MR-V4 deployment health verifier. - Provides a single command to run a comprehensive deployment verification script. - Checks trader process counts, avoids duplicates, and validates lock files. - Verifies key config values and confirms recent trade activity. - Ensures proper sim-trader isolation. - Audits health of guardian and reporting crons. - Confirms data collector process is active and recording. - Outputs clear, pass/warn/fail results with a summary.
Metadata
Slug polymarket-verify
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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 stra... It is an AI Agent Skill for Claude Code / OpenClaw, with 129 downloads so far.

How do I install Polymarket Verify?

Run "/install polymarket-verify" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Verify free?

Yes, Polymarket Verify is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Verify support?

Polymarket Verify is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Verify?

It is built and maintained by Bobby (@bobbyw1028); the current version is v1.0.0.

💬 Comments