← 返回 Skills 市场
sawzhang

Mcp Review

作者 sawzhang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install mcp-review
功能描述
审查MCP Server工具实现是否符合接口设计准则。当用户要求review、检查、审查MCP工具定义,或说"check一下工具设计"、"review mcp tools"、"工具设计有没有问题"时使用。
安全使用建议
This skill is instruction-only and internally consistent with its stated purpose. Before installing or running it: 1) confirm you trust the skill source (owner unknown); 2) be aware it will read repository files (searching for **/*server*.py and @mcp.tool()), so don't run it on repos containing secrets or private credentials; 3) verify the included guide path (.claude/skills/mcp-review/MCP_API_DESIGN_GUIDE.md) is available in your environment or adjust the path; 4) check what the allowed tool named "Agent" means in your platform (ensure it does not permit unexpected remote actions); and 5) run it on a sample or sandbox repo first to observe outputs. Overall the design appears coherent and proportionate, with no requested credentials or install-time network downloads.
功能分析
Type: OpenClaw Skill Name: mcp-review Version: 1.0.0 The skill bundle is designed to review MCP (Model Context Protocol) server tool definitions against a set of design guidelines. It uses standard file-access tools (Read, Glob, Grep) to analyze source code files for specific patterns like '@mcp.tool()' and provides structured feedback based on the provided 'MCP_API_DESIGN_GUIDE.md'. The instructions in 'SKILL.md' are strictly focused on the code review task and include security-positive checks such as PII masking (C10) and write-operation safety (C9). No malicious intent, data exfiltration, or harmful execution patterns were found.
能力评估
Purpose & Capability
Name/description (MCP tool review) align with requirements: the skill needs to read local files, search for @mcp.tool() decorations, parse definitions and produce a report. No unrelated env vars, binaries, or network accesses are requested.
Instruction Scope
SKILL.md gives specific, scoped instructions: read the included MCP_API_DESIGN_GUIDE.md, locate server files via Glob patterns, extract @mcp.tool() definitions, and produce a structured per-tool report. It does not instruct reading unrelated system files, environment secrets, or posting data to external endpoints. One minor note: the SKILL.md references a specific path (.claude/skills/mcp-review/...) for the guide — ensure that path resolves in your environment.
Install Mechanism
No install spec and no code files — instruction-only. That is low-risk because nothing is downloaded or written to disk by an install step.
Credentials
No environment variables, credentials, or config paths are required. The skill only needs read access to workspace files (server, formatter, mock_data) which is appropriate for a static design review tool.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. disable-model-invocation is default false (agent may invoke autonomously), which is normal and not in itself a concern given the limited scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mcp-review
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mcp-review 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
mcp-review v1.0.0 - 首次发布,提供面向 MCP Server Tool 设计的结构化审查能力 - 支持根据 10 条接口设计准则(参数规范、命名、返回等)逐项评分并输出详细表格报告 - 用户可通过描述或关键词自动定位并检查相关 tool 文件与定义 - 报告自动汇总总分、问题排行和可执行修改建议 - 面向中文用户、输出内容规范,适配实际项目审查流程
元数据
Slug mcp-review
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Mcp Review 是什么?

审查MCP Server工具实现是否符合接口设计准则。当用户要求review、检查、审查MCP工具定义,或说"check一下工具设计"、"review mcp tools"、"工具设计有没有问题"时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 Mcp Review?

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

Mcp Review 是免费的吗?

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

Mcp Review 支持哪些平台?

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

谁开发了 Mcp Review?

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

💬 留言讨论