← 返回 Skills 市场
lj22503

Skill Optimizer

作者 lj22503 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
114
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-optimizer-v2
功能描述
[何时使用]当用户需要评估技能质量时;当用户说"检查这个 skill"时;当创建或修改 skill 后需要验证时;当检测到"skill 优化""skill 评估""技能检查"等关键词时;当批量检查多个技能时
安全使用建议
This skill appears to be a legitimate skill-validator, but it has sloppy packaging and risky defaults you should address before running it broadly: 1) The SKILL.md references reference files (references/examples.md, references/scoring.md) that are not included — the validator will mark the skill as failing for missing files (self-inconsistency). Either add the missing reference files or remove those references. 2) Inspect the two Python scripts (scripts/check-templates.py and scripts/optimize-skill.py) — they contain hard-coded workspace paths (e.g., /home/admin/.openclaw/..., ~/.openclaw/...). Run the scripts with an explicit single-skill argument rather than letting them run in batch mode, or edit the defaults to point to a safe test directory. 3) Run the scripts in a sandbox or with limited permissions first to confirm what directories they read. 4) If you plan to let the agent invoke this skill autonomously, be aware it can enumerate and read SKILL.md and other files in your skills workspace — do not install or enable it if you are unwilling to allow that level of file-read access. If you want to proceed, fix the missing referenced files and adjust/remove hard-coded paths for safer operation.
功能分析
Type: OpenClaw Skill Name: skill-optimizer-v2 Version: 1.0.1 The skill bundle is a utility designed to audit and score other OpenClaw skills against the 'SKILL-STANDARD-v3.md' specification. The included Python scripts (optimize-skill.py and check-templates.py) perform local file system operations to validate metadata, check for required sections, and ensure referenced template files exist. While the skill requests high-privilege tools like Bash and Exec, these are consistent with its stated purpose of running optimization and validation scripts, and the provided code contains no evidence of data exfiltration, persistence, or malicious intent.
能力评估
Purpose & Capability
Name, description, SKILL.md and the included Python scripts all implement a 'skill optimizer' that reads SKILL.md files and scores/validates them. That capability is coherent with the stated purpose. However the package references several specific workspace paths (e.g., ~/.openclaw/workspace/..., /home/admin/.openclaw/...) and includes references to files (references/examples.md, references/scoring.md) that are not present in the bundle — an inconsistency between claimed resources and provided files.
Instruction Scope
SKILL.md and scripts instruct the agent to read and traverse skill directories and open SKILL.md files. The included scripts implement a mandatory template-file check and, when run in batch mode, will walk an entire skills root (hard-coded default path in check-templates.py). This is expected for a validator, but the SKILL.md declares 'templates/references/scripts mentioned must exist' while the bundle itself references references/examples.md and references/scoring.md that are missing — meaning the skill will report failures for its own content. Also the batch default path (/home/admin/.openclaw/.../betterlife/skills and several ~/.openclaw paths) are project-specific and could cause broad scanning of the user's workspace if run without care.
Install Mechanism
No install spec — instruction-only plus scripts. This is low-risk compared to arbitrary remote installs; nothing is downloaded or executed automatically from external URLs.
Credentials
The skill requests no environment variables or credentials. The scripts do rely on specific filesystem paths (e.g., STANDARD_FILE pointing at ~/.openclaw/workspace/docs/SKILL-STANDARD-v3.md) but do not request secrets. Still, hard-coded paths increase the chance of scanning unintended directories.
Persistence & Privilege
The skill does not request elevated privileges, does not set always:true, and does not attempt to modify other skills or system-wide config. It only reads files and prints reports. Running its scripts can exit with non-zero codes but they don't persist configuration or credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-optimizer-v2
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-optimizer-v2 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated documentation with detailed quality evaluation standards based on SKILL-STANDARD-v3.md. - Clarified mandatory checks for related template, reference, and script files; missing files now result in automatic failure. - Outlined comprehensive scoring system and pass/fail criteria. - Added clear formats for optimization suggestions, common mistakes, troubleshooting, and report outputs. - Expanded feature descriptions and use case examples for skill evaluation and batch processing.
元数据
Slug skill-optimizer-v2
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Optimizer 是什么?

[何时使用]当用户需要评估技能质量时;当用户说"检查这个 skill"时;当创建或修改 skill 后需要验证时;当检测到"skill 优化""skill 评估""技能检查"等关键词时;当批量检查多个技能时. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。

如何安装 Skill Optimizer?

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

Skill Optimizer 是免费的吗?

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

Skill Optimizer 支持哪些平台?

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

谁开发了 Skill Optimizer?

由 lj22503(@lj22503)开发并维护,当前版本 v1.0.1。

💬 留言讨论