← 返回 Skills 市场
581
总下载
0
收藏
2
当前安装
6
版本数
在 OpenClaw 中安装
/install nini-skill-reviewer
功能描述
Use this skill to audit, review, or validate Claude Code skills (.md files in .claude/commands/). Invoke when user wants to check skill quality, cross-platfo...
安全使用建议
This skill appears to be a local reviewer that runs bundled scripts and calls an external 'skill-creator' skill for deep content checks — there are three practical things to consider before using it:
1) Directory/layout mismatch: The SKILL.md text says it targets .claude/commands/ files, but validate.sh looks for skills/*/SKILL.md. If your skills live in .claude/commands/ the provided scripts won't find them unless you move or adapt files. Confirm the repository layout you intend to scan.
2) External dependency: The audit requires a 'skill-creator' skill for content-quality checks and explicitly instructs you to halt if it's missing. Verify that 'skill-creator' is available in your agent environment, and be prepared to run that step manually or accept that the audit will be incomplete without it.
3) Script scope and false positives: quick_validate.py implements a very small YAML frontmatter parser and enforces a strict set of allowed frontmatter keys and naming rules. This can produce false positives for skills that validly use other metadata keys or different layouts. Review failing messages before assuming they indicate malicious content.
Operational safety tips:
- Run the scripts in a controlled checkout (not on a sensitive system) to verify behavior.
- Inspect the scripts (they're short and included) to confirm they won't execute network calls; they do not fetch remote code.
- If you plan to run this on a CI or shared environment, ensure python3 and a POSIX shell are available and that the repo layout matches what validate.sh expects.
Given these mismatches and the hard dependency on another skill, the package is coherent enough to use with care but has enough surprising behaviors to label it 'suspicious' rather than 'benign.'
功能分析
Type: OpenClaw Skill
Name: nini-skill-reviewer
Version: 0.3.0
The skill bundle is a utility designed to audit and validate the structure and compatibility of other AI agent skills. It utilizes a local shell script (scripts/validate.sh) and a Python script (scripts/quick_validate.py) to perform static analysis on YAML frontmatter and naming conventions. The instructions in SKILL.md and the guidance in references/compatibility-checklist.md are strictly aligned with the stated purpose of ensuring cross-platform compatibility and do not contain any malicious directives, data exfiltration logic, or suspicious execution patterns.
能力评估
Purpose & Capability
The skill's name/description says it audits Claude Code skills stored under .claude/commands/, but the included validate.sh iterates over skills/*/SKILL.md (npx-style layout). That mismatch means the provided tooling won't scan the location claimed in the description without moving files or changing the repo layout. Otherwise the declared capabilities (structure validation + content quality delegation + compatibility checklist) align with the provided scripts and checklist document.
Instruction Scope
SKILL.md instructs the agent to run the local validate.sh and to invoke an external 'skill-creator' skill for content-quality checks. validate.sh runs local scripts (quick_validate.py) against repository paths — reasonable for a repo-local audit — and SKILL.md explicitly forbids skipping the skill-creator step. It does not tell the agent to read or exfiltrate secrets or network endpoints. However, the manuscript requires the skill-creator skill be present and insists on halting if it's not; that strong dependence is a behavioral constraint the user should understand.
Install Mechanism
There is no install step that downloads remote code. All code is shipped with the skill (validate.sh and quick_validate.py). The scripts are self-contained, resolve their own directory, and do not fetch remote artifacts. This is low risk compared with remote install URLs.
Credentials
The skill declares no environment variables, no credentials, and requests no config paths. The scripts require python3 and a POSIX shell environment, which is proportionate to running local validation scripts. There are no secret-looking env var requirements.
Persistence & Privilege
always:false (default) and no behavior that modifies system-wide agent settings is present. The skill executes local scripts only when invoked; it does not request permanent inclusion or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nini-skill-reviewer - 安装完成后,直接呼叫该 Skill 的名称或使用
/nini-skill-reviewer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
Release v0.3.0 — see https://github.com/niracler/skill/releases/tag/v0.3.0
v0.2.1
Release v0.2.1 — see https://github.com/niracler/skill/releases/tag/v0.2.1
v0.2.0
Release v0.2.0 — see https://github.com/niracler/skill/releases/tag/v0.2.0
v0.1.2
Release v0.1.2 — see https://github.com/niracler/skill/releases/tag/v0.1.2
v0.1.1
Release v0.1.1 — see https://github.com/niracler/skill/releases/tag/v0.1.1
v0.1.0
Initial release: Audit skills for quality and cross-platform compatibility
元数据
常见问题
Skill Reviewer 是什么?
Use this skill to audit, review, or validate Claude Code skills (.md files in .claude/commands/). Invoke when user wants to check skill quality, cross-platfo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 581 次。
如何安装 Skill Reviewer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nini-skill-reviewer」即可一键安装,无需额外配置。
Skill Reviewer 是免费的吗?
是的,Skill Reviewer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Reviewer 支持哪些平台?
Skill Reviewer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Reviewer?
由 Niracler(@niracler)开发并维护,当前版本 v0.3.0。
推荐 Skills