← 返回 Skills 市场
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install plugineval-core
功能描述
Self-contained PluginEval quality evaluation engine. Measures 6 dimensions, detects anti-patterns, assigns badges. No external dependencies.
安全使用建议
This skill appears coherent and self-contained. Before running it: (1) run in read-only modes first (e.g., --layer1, --anti-patterns, or --auto-fix without --allow-write) to inspect outputs; (2) review the full scripts/eval.py to confirm there are no hidden network calls or LLM API invocations in the portions not shown (Layer 2 mentions an LLM judge — verify it doesn't require external API keys or make outbound requests); (3) run the provided tests in a sandbox; and (4) don't use --allow-write until you've inspected the auto-fix code and are comfortable with changes and backups (the script creates backups in the same skill directory). If you want higher assurance, ask for the remainder of eval.py (the truncated section) to confirm there are no unexpected network or credential accesses.
功能分析
Type: OpenClaw Skill
Name: plugineval-core
Version: 1.0.0
The plugineval-core skill bundle is a static analysis utility designed to evaluate and improve the quality of other OpenClaw skills. The primary logic in scripts/eval.py performs heuristic checks on SKILL.md files (e.g., checking for descriptions, triggers, and formatting) and includes an 'auto-fix' feature that can modify files or delete empty references. These potentially destructive actions are protected by a mandatory --allow-write flag and an automatic backup mechanism, and the script lacks any network capabilities, credential access, or obfuscation that would indicate malicious intent.
能力评估
Purpose & Capability
Name/description claim a self-contained quality evaluator and the repository contains an evaluation script and references that match that purpose. The skill declares no external env vars, binaries, or installs, which is proportionate to its stated function.
Instruction Scope
SKILL.md instructs running the included Python evaluator against a skill directory; it documents read-only modes (--layer1, --anti-patterns) and an explicit --allow-write flag for modifications. The instructions do not direct reading of unrelated system files or exfiltration to external endpoints.
Install Mechanism
No install spec (instruction-only) and included code uses only standard library imports shown. This is low-risk: nothing is downloaded from arbitrary URLs or installed automatically.
Credentials
No required environment variables, credentials, or config paths are declared or used in the visible code. That aligns with the skill's stated static-analysis purpose.
Persistence & Privilege
Skill is not always-included and has normal autonomy defaults. File-modification capabilities exist but require an explicit --allow-write flag; backups are created under the target skill directory. The skill does not request system-wide changes or other skills' credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install plugineval-core - 安装完成后,直接呼叫该 Skill 的名称或使用
/plugineval-core触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Self-contained PluginEval engine with 6 quality dimensions, anti-pattern detection, and Platinum badge assignment. No external dependencies.
元数据
常见问题
PluginEval Core 是什么?
Self-contained PluginEval quality evaluation engine. Measures 6 dimensions, detects anti-patterns, assigns badges. No external dependencies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 PluginEval Core?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install plugineval-core」即可一键安装,无需额外配置。
PluginEval Core 是免费的吗?
是的,PluginEval Core 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PluginEval Core 支持哪些平台?
PluginEval Core 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PluginEval Core?
由 Donmeusi(@donmeusi)开发并维护,当前版本 v1.0.0。
推荐 Skills