← 返回 Skills 市场
gitgoodordietrying

Skill Reviewer

作者 gitgoodordietrying · GitHub ↗ · v1.0.0
linuxdarwinwin32 ⚠ suspicious
2022
总下载
1
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-reviewer
功能描述
Review and audit agent skills (SKILL.md files) for quality, correctness, and effectiveness. Use when evaluating a skill before publishing, reviewing someone else's skill, scoring skill quality, identifying defects in skill content, or improving an existing skill.
安全使用建议
This instruction-only skill appears to do what it says: it contains a detailed checklist and scoring rubric for auditing SKILL.md files. The main red flag is the metadata requiring the npx binary even though the instructions never call npx or any Node tooling. Before installing or publishing, ask the author to explain why npx is required (for example, if they expect the reviewer to run linters or formatters via npx) and update the SKILL.md to document any external commands the agent will run. If there's no real need for npx, request that the metadata be removed — unnecessary declared binaries broaden the skill's capabilities without justification. As always, run this skill in a constrained or sandboxed environment if you want to be extra cautious.
功能分析
Type: OpenClaw Skill Name: skill-reviewer Version: 1.0.0 The 'skill-reviewer' skill is designed to audit other OpenClaw skills. Its instructions and suggested commands are entirely aligned with this stated purpose, focusing on structural checks, content quality assessment, and review workflows. The skill uses standard shell commands like `head`, `grep`, and `cat` for file inspection, and `npx molthub@latest install skill-name` for installing skills to be reviewed. While `npx` can execute external code, in this context, it is used transparently to facilitate the core function of skill review, not for malicious execution or data exfiltration by this skill itself. There is no evidence of prompt injection to subvert the agent's intent or perform unauthorized actions.
能力评估
Purpose & Capability
Name and description match the SKILL.md content: it's an instruction-only skill for auditing SKILL.md files. However the registry metadata (both top-level and inside the SKILL.md frontmatter) declares requires.anyBins: ["npx"] even though the review instructions never invoke npx or any other binary. Requesting npx is unnecessary for the stated purpose and is an unexplained capability mismatch.
Instruction Scope
The SKILL.md provides a bounded, structured checklist and scoring rubric for reviewing skills. It does not instruct the agent to read unrelated files, access environment variables, or transmit data externally. The runtime behavior is self-contained (produce a JSON evaluation).
Install Mechanism
No install spec and no code files — lowest-risk instruction-only skill. Nothing will be written to disk by an installer because none is provided.
Credentials
The skill declares a required binary (npx) despite having no need for it in the instructions. There are no required environment variables or credentials, which is appropriate. The unexplained npx requirement is disproportionate and should be justified or removed.
Persistence & Privilege
No elevated privileges requested: always is not set, disableModelInvocation is not set (default), and the skill does not request persistent presence or privileged config paths. Behavior is consistent with a user-invoked review tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-reviewer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-reviewer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — structured review framework for agent skills
元数据
Slug skill-reviewer
版本 1.0.0
许可证
累计安装 6
当前安装数 5
历史版本数 1
常见问题

Skill Reviewer 是什么?

Review and audit agent skills (SKILL.md files) for quality, correctness, and effectiveness. Use when evaluating a skill before publishing, reviewing someone else's skill, scoring skill quality, identifying defects in skill content, or improving an existing skill. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2022 次。

如何安装 Skill Reviewer?

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

Skill Reviewer 是免费的吗?

是的,Skill Reviewer 完全免费(开源免费),可自由下载、安装和使用。

Skill Reviewer 支持哪些平台?

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

谁开发了 Skill Reviewer?

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

💬 留言讨论