← 返回 Skills 市场
132
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install proof-of-work
功能描述
Automates verification that AI agents truly completed tasks by checking output files, system states, and logs for expected results and activity.
安全使用建议
This skill appears to do what it claims, but take precautions before installing: 1) The scripts require the jq binary (and optionally 'ollama' for AI checks) even though the registry metadata didn't declare required binaries — install jq first or the tool will fail. 2) Review the bundled proof-of-work.sh and sample-config.json to see what file paths, DB queries, and logs it will read; do not point it at sensitive system DBs or directories unless you trust the code and your inputs. 3) Ignore the README's unsafe generic advice to curl|bash from external URLs — use the included install.sh or inspect any remote installer before running. 4) If you plan to enable AI checks, understand that 'ollama run' will run a local model service (ensure Ollama is local and trusted; otherwise avoid enabling AI checks). 5) If uncertain, run the tool in an isolated user account or container, and audit the log file and config before enabling cron integration.
能力评估
Purpose & Capability
Name/description (verify agent outputs, files, system state, logs) aligns with what the scripts actually do: file checks, JSON/Markdown validation, DB queries, process/port/log checks and optional AI quality checks.
Instruction Scope
SKILL.md and the scripts instruct the agent to read files, logs, databases, and system state (processes/ports). This is consistent with a verification tool, but it gives the script access to arbitrary paths and DB queries specified by the user/config — review config and inputs carefully before running.
Install Mechanism
Provided install.sh performs local file copy into ~/.proof-of-work and optionally creates a /usr/local/bin symlink (no network fetch in the bundled installer). However README recommends a curl | bash pattern to an external URL and a git clone URL placeholder — do not blindly run remote install commands from unknown hosts.
Credentials
Registry metadata lists no required binaries/env, but the script requires jq for config parsing and optionally calls an 'ollama' binary for AI checks. The inconsistency (missing required-binaries declaration) is misleading and could cause surprise when the script errors or behaves differently. The script also asks for DB paths and arbitrary queries (expected for this tool, but sensitive).
Persistence & Privilege
The installer writes to a user-owned directory (~/.proof-of-work) and may create a symlink in /usr/local/bin if writable; always:false and no global modifications to other skills or system settings are performed. This is a normal level of persistence for a user utility.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install proof-of-work - 安装完成后,直接呼叫该 Skill 的名称或使用
/proof-of-work触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Proof-of-work skill v1.0.0 initial release:
- Introduces automated verification for AI agent task completion, checking files, system state, and log entries.
- Provides shell script to run post-task, ensuring actual results match agent claims.
- Supports verification of output files, process status, database records, and task logs.
- Includes integration options for CI/cron pipelines and configurable verification suites.
- Serves as a critical accountability layer within the Trust AI Suite.
元数据
常见问题
Proof of Work 是什么?
Automates verification that AI agents truly completed tasks by checking output files, system states, and logs for expected results and activity. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 Proof of Work?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install proof-of-work」即可一键安装,无需额外配置。
Proof of Work 是免费的吗?
是的,Proof of Work 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Proof of Work 支持哪些平台?
Proof of Work 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Proof of Work?
由 kgapol(@kgapol)开发并维护,当前版本 v1.0.0。
推荐 Skills