← 返回 Skills 市场
Six Dim Evaluator
作者
pagoda111king
· GitHub ↗
· v0.1.0
· MIT-0
76
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install six-dim-evaluator
功能描述
L4 评估层 - 六维评估引擎。自动化执行六维评估(T/C/O/E/M/U),生成评估报告,提供改进建议。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install six-dim-evaluator - 安装完成后,直接呼叫该 Skill 的名称或使用
/six-dim-evaluator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
新技能发布 - L4 评估层六维评估器,自动化评估,100% 测试覆盖
元数据
常见问题
Six Dim Evaluator 是什么?
L4 评估层 - 六维评估引擎。自动化执行六维评估(T/C/O/E/M/U),生成评估报告,提供改进建议。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。
如何安装 Six Dim Evaluator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install six-dim-evaluator」即可一键安装,无需额外配置。
Six Dim Evaluator 是免费的吗?
是的,Six Dim Evaluator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Six Dim Evaluator 支持哪些平台?
Six Dim Evaluator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Six Dim Evaluator?
由 pagoda111king(@pagoda111king)开发并维护,当前版本 v0.1.0。
推荐 Skills