← 返回 Skills 市场
bobbyw1028

Polymarket Verify

作者 Bobby · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
129
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-verify
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-verify 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug polymarket-verify
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。

如何安装 Polymarket Verify?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-verify」即可一键安装,无需额外配置。

Polymarket Verify 是免费的吗?

是的,Polymarket Verify 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Polymarket Verify 支持哪些平台?

Polymarket Verify 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Polymarket Verify?

由 Bobby(@bobbyw1028)开发并维护,当前版本 v1.0.0。

💬 留言讨论