← 返回 Skills 市场
223
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install unblocklabs-skill-audit
功能描述
Audit all installed skills for quality, duplicates, structural issues, and best-practice compliance. Use when asked to review, audit, lint, or check skills f...
安全使用建议
This skill appears to do what it claims: scan local skill folders and produce a simple scorecard. Before running, check and confirm the directories it will scan (default WORKSPACE_SKILLS is $HOME/clawd/skills and it also probes a candidate global path under $HOME). Note the SKILL.md says results are written to .sub-agent-results/skill-audit-report.md but the included script writes CSV-like output to stdout (you should redirect or have the agent capture stdout to save the report to that path). Inspect the script yourself if you want to be sure what files will be read, and run it with limited filesystem permissions if you have sensitive files in the scanned trees.
功能分析
Type: OpenClaw Skill
Name: unblocklabs-skill-audit
Version: 1.0.0
The skill-audit bundle is a utility designed to analyze and score other OpenClaw skills for structural quality and best practices. The primary logic is contained in scripts/audit.sh, which scans local directories (workspace and global node-version paths) for SKILL.md files and evaluates them based on criteria like frontmatter presence, trigger-oriented descriptions, and directory structure. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the included script and behavior. The bundled script scans local skill directories (workspace and a candidate global path under $HOME) to produce per-skill metadata and scores; these capabilities are appropriate for an audit skill.
Instruction Scope
Runtime instructions tell the agent to run scripts/audit.sh and state results are written to .sub-agent-results/skill-audit-report.md and summarized in chat. The script prints a delimited header and one-line records to stdout (and lists orphan .skill files) but does not itself write to .sub-agent-results/skill-audit-report.md or render a markdown report. This is a functional inconsistency (the agent can capture stdout and write the file, but the SKILL.md overstates what the script itself does).
Install Mechanism
No install spec and only a small local shell script are present. No network downloads or package installs are performed by the skill bundle; risk from installation is minimal.
Credentials
No env vars, credentials, or special config paths are requested. The script uses $HOME and reads skill directories; this is expected for a local audit and proportionate to the stated purpose.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or global agent settings, and has normal model invocation settings. It only reads filesystem locations and prints a report; no privileged persistence is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install unblocklabs-skill-audit - 安装完成后,直接呼叫该 Skill 的名称或使用
/unblocklabs-skill-audit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish — audit installed skills for quality, duplicates, structural issues, and best-practice compliance
元数据
常见问题
Skill Audit 是什么?
Audit all installed skills for quality, duplicates, structural issues, and best-practice compliance. Use when asked to review, audit, lint, or check skills f... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 223 次。
如何安装 Skill Audit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install unblocklabs-skill-audit」即可一键安装,无需额外配置。
Skill Audit 是免费的吗?
是的,Skill Audit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Audit 支持哪些平台?
Skill Audit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Audit?
由 bill492(@bill492)开发并维护,当前版本 v1.0.0。
推荐 Skills