← Back to Skills Marketplace
Six Dim Evaluator
by
pagoda111king
· GitHub ↗
· v0.1.0
· MIT-0
76
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install six-dim-evaluator
Description
L4 评估层 - 六维评估引擎。自动化执行六维评估(T/C/O/E/M/U),生成评估报告,提供改进建议。
Usage Guidance
This package is internally inconsistent: the documentation promises external integrations (ClawHub API, DB storage, log analysis, alerts) but the code only performs local file inspection with placeholder values. Before installing or running it: 1) Ask the author for the source repository and verify provenance (public git, commit history). 2) Confirm what external APIs/databases it will call and require explicit env var names and scopes (ClawHub API key, DB credentials). 3) Inspect package-lock.json for unexpected/obfuscated dependencies and run npm install only in a sandbox. 4) Run the code locally in a safe environment to verify behavior (no network connections, no writes to unexpected locations). 5) If you plan to allow the agent to execute shell or network actions on your behalf, only grant minimal, documented credentials and prefer short-lived credentials or scoped tokens. Because of the mismatch between docs and code, treat this skill as untrusted until the author clarifies intended external integrations and provides verifiable source.
Capability Analysis
Type: OpenClaw Skill
Name: six-dim-evaluator
Version: 0.1.0
The skill bundle requests high-privilege tools (Bash and Exec) to perform its stated purpose of evaluating other skills, which includes running Jest tests and analyzing code quality. While the provided logic in src/index.js is primarily analytical (reading files and calculating scores), the SKILL.md instructions explicitly direct the AI agent to execute shell commands for data collection. This is a high-risk capability because it involves executing potentially untrusted code from the skills being evaluated. No evidence of intentional malice, backdoors, or data exfiltration was found, but the broad permissions and execution-heavy workflow meet the threshold for a suspicious classification.
Capability Assessment
Purpose & Capability
SKILL.md claims the tool will query the ClawHub API, analyze usage logs, run Jest tests, save evaluation data to a database, and send alerts; however the code in src/index.js only reads local files (README.md, SKILL.md, tests, CHANGELOG.md) and computes heuristic scores using hard-coded placeholders. There are no network calls, no DB code, and no declared environment variables for external services. This mismatch means either the documentation over-promises functionality or required runtime secrets/capabilities are missing/undeclared.
Instruction Scope
The runtime instructions (SKILL.md) direct the agent to run tests, query ClawHub API, analyze logs, generate visualizations, and persist data — actions that can require shell execution, network access, and credentials. The implementation, however, only inspects files under a given skill path and uses placeholder values (e.g., fixed testCoverage). The instructions are broader and vaguer than the code, and mention tools (Bash/Exec) and external endpoints without specifying required permissions or env vars.
Install Mechanism
There is no install specification (instruction-only skill), so nothing will be downloaded automatically by the platform. The package includes package.json and a package-lock.json with normal dependencies (commander, jest devDeps and large dev dependency tree). Because there is no automated installer specified, installing or running the node package would be a manual step — lower platform risk — but review of package-lock is advisable before running npm install from an untrusted source.
Credentials
SKILL.md describes interactions that normally require credentials (ClawHub API access, a database for persisted evaluations, alerting/notification targets), yet requires.env and primary credential are empty. The implementation does not use or request any env vars, which is inconsistent with the documented external integrations. This gap could mean missing declarations, or that later changes/versions might request secrets unexpectedly.
Persistence & Privilege
The skill does not request permanent presence (always: false), does not declare config paths or system-wide modifications, and the code does not modify other skills or global agent settings. Autonomous invocation is allowed by default (platform normal) but not combined with other high-risk attributes here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install six-dim-evaluator - After installation, invoke the skill by name or use
/six-dim-evaluator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
新技能发布 - L4 评估层六维评估器,自动化评估,100% 测试覆盖
Metadata
Frequently Asked Questions
What is Six Dim Evaluator?
L4 评估层 - 六维评估引擎。自动化执行六维评估(T/C/O/E/M/U),生成评估报告,提供改进建议。 It is an AI Agent Skill for Claude Code / OpenClaw, with 76 downloads so far.
How do I install Six Dim Evaluator?
Run "/install six-dim-evaluator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Six Dim Evaluator free?
Yes, Six Dim Evaluator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Six Dim Evaluator support?
Six Dim Evaluator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Six Dim Evaluator?
It is built and maintained by pagoda111king (@pagoda111king); the current version is v0.1.0.
More Skills