← Back to Skills Marketplace
jacealllc

Opus 4.6 Quality Certification

by JacealLLC · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
219
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install opus-certification
Description
Opus 4.6 Quality Certification program for ClawHub skills. Verify, audit, and certify skills for quality, security, and performance.
Usage Guidance
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).
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install opus-certification
  3. After installation, invoke the skill by name or use /opus-certification
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Opus 4.6 Quality Certification program. Includes skill audit tools, certification criteria, and application process.
Metadata
Slug opus-certification
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Opus 4.6 Quality Certification?

Opus 4.6 Quality Certification program for ClawHub skills. Verify, audit, and certify skills for quality, security, and performance. It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.

How do I install Opus 4.6 Quality Certification?

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

Is Opus 4.6 Quality Certification free?

Yes, Opus 4.6 Quality Certification is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Opus 4.6 Quality Certification support?

Opus 4.6 Quality Certification is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Opus 4.6 Quality Certification?

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

💬 Comments