skill_mcp_validate
Validate that your Skill's tool dependencies match the MCP server's actual available tools, with strict or warn mode for missing dependencies.
Instructions
自动校验 Skill 定义的工具依赖是否与 MCP 服务器实际可用工具一致
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | strict=缺失工具时报错,warn=仅报告不阻断 | strict |
| skillName | Yes | Skill 名称,如 browser-dev-full-validation-skill |