← 返回 Skills 市场
kunoiiv

Proof-of-Quality - BTC PoW Verifiable Excellence

作者 Daniel · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1659
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install proof-of-quality
功能描述
BTC PoW grind nonce till skill/output benchmark score > threshold. Verifiable excellence for antifragile meritocracy—no hype, pure quality proof. Use for skill evaluation, fork scoring, collab verification.
安全使用建议
This skill appears to do what it says: a local PoW grinder over a skill file. Before installing or scheduling it: (1) ensure Node.js is available — metadata does not declare Node as required; (2) run with a small difficulty/threshold first to confirm behavior; (3) be aware the nonce loop is unbounded and can consume a lot of CPU — run in a sandbox, container, or with job limits if you plan cron runs; (4) only pass file paths you trust (it will read any file path you supply); (5) understand the implementation is a toy SHA-256 PoW, not real Bitcoin mining. If any of these are unacceptable, review/modify the JS or metadata before enabling.
功能分析
Type: OpenClaw Skill Name: proof-of-quality Version: 1.0.0 The skill is classified as suspicious due to two main reasons. First, the `poq.js` script uses `fs.readFileSync` to read files specified by a `skillPath` argument, which defaults to `../molt-security-auditor/SKILL.md`. This allows local file access outside the skill's own directory, posing a risk of arbitrary file disclosure if the agent's input validation is insufficient. Second, the `SKILL.md` contains an instruction for the agent to set up a cron job (`cron every=6h: PoQ skills.`), which is a form of persistence, even if its stated purpose is to periodically run the skill's 'Proof-of-Quality' process.
能力评估
Purpose & Capability
The skill claims "BTC PoW" but the implementation is a simplified SHA-256 nonce grind (difficulty=4), not Bitcoin block-format or real BTC mining; functionally this still matches the stated goal of producing a PoW-style proof for a skill file. One metadata mismatch: SKILL.md usage requires running 'node', but the skill's required-binaries section lists none.
Instruction Scope
Runtime instructions are limited and explicit (read a skill file, benchmark, grind nonces, print PoQ JSON). They do not instruct reading unrelated system state or sending data externally. However the described 'cron every=6h' suggests repeated background runs and the nonce loop can be CPU-intensive and long-running (unbounded until difficulty satisfied).
Install Mechanism
There is no install spec (instruction-only + one JS file). That minimizes installation risk. Note: Node is required by SKILL.md but not declared in the metadata's required binaries.
Credentials
The skill requests no environment variables or credentials (proportionate). It does read an arbitrary file path supplied by the user (or a default relative path), so a user could accidentally point it at sensitive local files — the code does not exfiltrate data, it only reads and hashes content locally.
Persistence & Privilege
No elevated privileges, no persistence flags (always:false). The skill does not modify other skills or system config; its primary risk is resource consumption when run repeatedly or with high difficulty.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install proof-of-quality
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /proof-of-quality 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of proof-of-quality (PoQ) skill. - Implements Bitcoin-like PoW for skill benchmarking and verifiable quality proof. - Users benchmark skills, grind nonce until benchmark score (speed/accuracy/security) > threshold and hash meets difficulty. - Outputs a PoQ JSON ({score, hash, nonce}) for sharing and independent verification. - Designed to prevent low-quality submissions and enable antifragile merit-based evaluation.
元数据
Slug proof-of-quality
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Proof-of-Quality - BTC PoW Verifiable Excellence 是什么?

BTC PoW grind nonce till skill/output benchmark score > threshold. Verifiable excellence for antifragile meritocracy—no hype, pure quality proof. Use for skill evaluation, fork scoring, collab verification. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1659 次。

如何安装 Proof-of-Quality - BTC PoW Verifiable Excellence?

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

Proof-of-Quality - BTC PoW Verifiable Excellence 是免费的吗?

是的,Proof-of-Quality - BTC PoW Verifiable Excellence 完全免费(开源免费),可自由下载、安装和使用。

Proof-of-Quality - BTC PoW Verifiable Excellence 支持哪些平台?

Proof-of-Quality - BTC PoW Verifiable Excellence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Proof-of-Quality - BTC PoW Verifiable Excellence?

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

💬 留言讨论