← 返回 Skills 市场
52yuanchangxing

Skill Gap Finder

作者 vx:17605205782 · GitHub ↗ · v1.0.0 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
161
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-gap-finder
功能描述
扫描现有 Skill 套装,找重复、缺口、职责冲突和最该补的空位。;use for skills, bundle, analysis workflows;do not use for 臆造目录内容, 直接删除 skill.
安全使用建议
This skill appears to do what it says: a local, read-only audit of a skills directory driven by resources/spec.json and resources/template.md. Before running it, (1) inspect scripts/run.py locally (already included) and run the smoke test; (2) avoid pointing it at directories that contain unredacted secrets or PII because the report can include file listings, headings and pattern matches; (3) run with --dry-run first and specify an explicit output path to avoid accidental overwrites; (4) if you plan to allow autonomous agent invocation, be comfortable with the agent being able to run a local script that reads files in any directory you pass to the skill. Overall this is internally coherent and low-risk, but treat scanned inputs as potentially sensitive.
功能分析
Type: OpenClaw Skill Name: skill-gap-finder Version: 1.0.0 The 'skill-gap-finder' bundle is a utility designed to audit and analyze OpenClaw skill sets for redundancy and architectural gaps. The core logic in 'scripts/run.py' includes a security scanner ('pattern_audit') that proactively searches for high-risk patterns like 'curl|bash', 'rm -rf', and hardcoded secrets, masking sensitive data in its reports. The skill adheres to safety boundaries defined in 'SKILL.md' and 'README.md', focusing on read-only analysis and structured reporting without any evidence of data exfiltration or unauthorized execution.
能力评估
Purpose & Capability
Name/description, SKILL.md, resources/spec.json, README and scripts/run.py all align: this is a directory-audit tool that reads a skills root and produces a structured Markdown report. The only declared runtime dependency is python3, which is appropriate for the included Python script.
Instruction Scope
SKILL.md instructs either running the included script or using the local template/spec to produce reports. The runtime script reads files under the supplied directory (many text/code file extensions) and emits summaries/snippets. This is expected, but users should be aware the tool will read repository files and may include filenames, headings, and short text snippets in the report.
Install Mechanism
No install spec; this is instruction-only plus a local script. No packages are downloaded and no archive extraction occurs. Risk from install mechanism is low.
Credentials
No environment variables, credentials, or external config paths are required. The script does scan file contents for patterns (including secret-like regexes) and will include findings in reports; that behavior is consistent with an audit tool but means you should not point it at directories containing unredacted secrets or private data unless you intend such scanning.
Persistence & Privilege
always:false and no special persistence was requested. The script can write an output file if a path is provided (normal behavior). The skill does not modify other skills' configs or request elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-gap-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-gap-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Skill Gap Finder. - Scans existing Skill bundles to identify gaps, duplicates, overlapping responsibilities, and the most critical missing roles. - Produces structured reports with distribution, overlaps, key gaps, conflicts, priority recommendations, and publishing advice. - Emphasizes auditability and safety: read-only analysis by default, with clear review drafts before actionable steps. - Avoids fabricating directory content or making destructive changes. - Includes routing rules for appropriate and safe usage.
元数据
Slug skill-gap-finder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Gap Finder 是什么?

扫描现有 Skill 套装,找重复、缺口、职责冲突和最该补的空位。;use for skills, bundle, analysis workflows;do not use for 臆造目录内容, 直接删除 skill. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。

如何安装 Skill Gap Finder?

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

Skill Gap Finder 是免费的吗?

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

Skill Gap Finder 支持哪些平台?

Skill Gap Finder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Skill Gap Finder?

由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。

💬 留言讨论