← 返回 Skills 市场
jacealllc

Opus 4.6 Quality Certification

作者 JacealLLC · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
219
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install opus-certification
功能描述
Opus 4.6 Quality Certification program for ClawHub skills. Verify, audit, and certify skills for quality, security, and performance.
安全使用建议
Key issues to consider before installing or trusting this skill: - Mismatched CLI: SKILL.md and docs show a '/opus-certification' CLI, but package.json and the files do not install such a binary (no 'bin' field). Confirm how the CLI is supposed to be installed and whether the skill will actually provide the described commands. - Unexplained 'clawhub' requirement: The metadata lists 'clawhub' as a required binary, but index.js never calls it. Ask the author why this is required; do not grant extra system access for it until clarified. - Simulated/random audit results: The audit and self-assessment functions use randomization to simulate pass/fail outcomes. This makes the tool unreliable for real certification decisions and could produce misleading outputs. Do not treat its outputs as authoritative without swapping out the simulation for deterministic checks. - Identity and source: The package lists 'ClawHub' as author and a ClawHub email/URLs are referenced, but the registry metadata shows an unknown owner ID and no homepage. Verify the publisher/maintainer identity (official ClawHub source) before trusting badges, contacting emails, or relying on the tool for formal certification. - Safe testing steps: Run the code in a sandbox or isolated environment first, inspect index.js (already done) and confirm no network exfiltration. If you want a proper CLI, ask the maintainer to add a 'bin' entry and provide an install script or publish on a trusted registry. What would change this assessment: a clear install spec that creates the advertised '/opus-certification' binary (or updated SKILL.md aligned with 'node index.js'), removal/justification of the 'clawhub' binary requirement, deterministic/real audit checks (not simulated randomness), and verifiable author/publisher metadata (official ClawHub account or homepage).
功能分析
Type: OpenClaw Skill Name: opus-certification Version: 1.0.0 The skill claims to be a security and quality auditing tool ('Opus 4.6 Quality Certification'), but its implementation in index.js is entirely deceptive, using Math.random() to simulate audit results rather than performing any actual analysis. Furthermore, index.js imports child_process.execSync without using it, and SKILL.md lists several commands (e.g., security-scan, benchmark) that are not implemented in the code. This discrepancy between the stated purpose and the actual logic, combined with unused high-risk imports, suggests a deceptive or placeholder nature.
能力评估
Purpose & Capability
Name/description, README, and index.js all describe a certification CLI and audit tool — that's coherent. However, the declared required binaries include 'clawhub' even though the code never invokes a 'clawhub' binary; index.js only uses node and local files. That extra binary requirement is unexplained and disproportionate to the implemented functionality.
Instruction Scope
SKILL.md instructs users/agents to run '/opus-certification' commands (e.g., '/opus-certification audit ...'). The repository provides index.js and package.json but does not provide a 'bin' entry or installer to create a '/opus-certification' CLI on PATH. index.js expects invocations like 'node index.js audit ...'. This mismatch means the runtime instructions do not match the shipped code. Additionally, the audit and self-assessment functions simulate results with randomness (Math.random), which can produce misleading pass/fail outputs and is inappropriate for a real certification tool.
Install Mechanism
There is no install spec (instruction-only), and there are no remote downloads — that's low-risk. But because SKILL.md advertises a CLI name ('/opus-certification') and required binaries, yet package.json has no 'bin' field and no install steps, the install story is incomplete/incoherent: the skill as packaged won't create the named CLI or satisfy the declared binary requirement automatically.
Credentials
The skill does not request environment variables, credentials, or config paths. The code does not perform network calls or attempt to read arbitrary secrets. No disproportionate credential access is requested.
Persistence & Privilege
The skill does not request permanent presence, does not set always:true, and contains no code to modify other skills or global agent config. Default autonomous invocation is allowed (platform default) but not combined with other high-risk behaviors here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install opus-certification
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /opus-certification 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Opus 4.6 Quality Certification program. Includes skill audit tools, certification criteria, and application process.
元数据
Slug opus-certification
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Opus 4.6 Quality Certification 是什么?

Opus 4.6 Quality Certification program for ClawHub skills. Verify, audit, and certify skills for quality, security, and performance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 219 次。

如何安装 Opus 4.6 Quality Certification?

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

Opus 4.6 Quality Certification 是免费的吗?

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

Opus 4.6 Quality Certification 支持哪些平台?

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

谁开发了 Opus 4.6 Quality Certification?

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

💬 留言讨论