← 返回 Skills 市场
stonechen1014

Skill Eval Preflight

作者 Stone Chen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
216
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-eval-preflight
功能描述
Validate OpenClaw skills during authoring. Use when creating, revising, or preparing a skill for release and you need to scaffold `evals/` files, check readi...
安全使用建议
This skill appears coherent and appropriate for authors: it reads SKILL.md and evals/ files and creates eval scaffolding and run artifacts under the target skill directory. Before installing or running: (1) review the included Python scripts yourself (they are small and local) to confirm you trust operations that read/write files in the target directory; (2) run the tools on a copy or a non-production repo if you want to avoid creating run folders in-place; (3) note the scripts do not perform network calls or require credentials, so there is low risk of secret exfiltration. If you need the agent to run this autonomously, remember autonomous invocation is allowed by default—only enable that if you trust the skill and its inputs.
功能分析
Type: OpenClaw Skill Name: skill-eval-preflight Version: 1.0.0 The skill bundle is a developer utility for scaffolding and validating OpenClaw skill metadata and evaluation files. The Python scripts (e.g., check_eval_readiness.py, run_eval.py, init_eval.py) perform standard file I/O, JSON parsing, and string validation to identify placeholder content and ensure proper directory structure. There is no evidence of malicious intent, network activity, shell execution, or data exfiltration; the code uses only standard libraries and follows the stated purpose of providing an authoring-side preflight check.
能力评估
Purpose & Capability
The name/description match the included scripts and files. The scripts only operate on a target skill directory (SKILL.md, evals/*.json, run outputs). No unrelated environment variables, binaries, or external services are required.
Instruction Scope
SKILL.md instructs running local Python scripts that validate/initialize eval files and generate static run artifacts. The scripts read and write files within the provided skill directory (SKILL.md, evals/, runs/). They do not access system credentials, home-wide config, or external endpoints.
Install Mechanism
No install spec or remote downloads are present; this is an instruction-only skill with included Python scripts. Nothing is pulled from external URLs or package registries during install.
Credentials
The skill requests no environment variables, credentials, or config paths. The scripts only use file-system access to the provided skill directory, which is appropriate for the stated purpose.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. It writes output under evals/runs/<run-group>/<mode> and comparison artifacts under the run-group—this is expected behavior for an evaluator and does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-eval-preflight
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-eval-preflight 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Version 1.0.0 Initial release of skill-eval-preflight. A lightweight authoring-side preflight for OpenClaw skills before deeper evaluation. This release includes: scaffolding for evals/ files readiness checks for a first evaluation pass review of positive and negative trigger coverage validation of eval prompts and expected artifacts static with-skill / without-skill comparison outputs detection of missing, empty, or unfinished eval scaffolding Current scope: focuses on authoring-side validation and release readiness does not perform live runtime evaluation or output quality scoring
元数据
Slug skill-eval-preflight
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Eval Preflight 是什么?

Validate OpenClaw skills during authoring. Use when creating, revising, or preparing a skill for release and you need to scaffold `evals/` files, check readi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 216 次。

如何安装 Skill Eval Preflight?

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

Skill Eval Preflight 是免费的吗?

是的,Skill Eval Preflight 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Skill Eval Preflight 支持哪些平台?

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

谁开发了 Skill Eval Preflight?

由 Stone Chen(@stonechen1014)开发并维护,当前版本 v1.0.0。

💬 留言讨论