← Back to Skills Marketplace
sawzhang

Mcp Review

by sawzhang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
148
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install mcp-review
Description
审查MCP Server工具实现是否符合接口设计准则。当用户要求review、检查、审查MCP工具定义,或说"check一下工具设计"、"review mcp tools"、"工具设计有没有问题"时使用。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcp-review
  3. After installation, invoke the skill by name or use /mcp-review
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
mcp-review v1.0.0 - 首次发布,提供面向 MCP Server Tool 设计的结构化审查能力 - 支持根据 10 条接口设计准则(参数规范、命名、返回等)逐项评分并输出详细表格报告 - 用户可通过描述或关键词自动定位并检查相关 tool 文件与定义 - 报告自动汇总总分、问题排行和可执行修改建议 - 面向中文用户、输出内容规范,适配实际项目审查流程
Metadata
Slug mcp-review
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Mcp Review?

审查MCP Server工具实现是否符合接口设计准则。当用户要求review、检查、审查MCP工具定义,或说"check一下工具设计"、"review mcp tools"、"工具设计有没有问题"时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.

How do I install Mcp Review?

Run "/install mcp-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Mcp Review free?

Yes, Mcp Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Mcp Review support?

Mcp Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Mcp Review?

It is built and maintained by sawzhang (@sawzhang); the current version is v1.0.0.

💬 Comments