validation-doctor
12
总安装量
10
周安装量
#26904
全站排名
安装命令
npx skills add https://github.com/mverab/egeoagents --skill validation-doctor
Agent 安装分布
gemini-cli
10
antigravity
8
opencode
7
github-copilot
5
replit
4
codex
4
Skill 文档
Validation Doctor
Diagnostics
-
Chrome DevTools MCP
- Probe by calling
list_pages(may appear asmcp6_list_pagesdepending on the client).
- Probe by calling
-
Brave Search MCP
- Probe by calling
brave_web_searchwith a trivial query andcount=1.
- Probe by calling
Status Report
| Component | Status | Action Required |
|---|---|---|
| Market Validator (Brave) | â / â | [Config Snippet / None] |
| Technical Validator (Chrome) | â / â | [Config Snippet / None] |
Setup Snippets
Chrome DevTools (NPX)
{
"mcpServers": {
"chrome-devtools": {
"command": "npx",
"args": ["-y", "chrome-devtools-mcp@latest"]
}
}
}
Brave Search (NPX)
{
"mcpServers": {
"brave-search": {
"command": "npx",
"args": ["-y", "@brave/brave-search-mcp-server", "--transport", "stdio"],
"env": {
"BRAVE_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Runtime Policy
- If
chrome-devtoolsis unavailable, allowfetchfallback but mark results as Low Confidence. - If
brave-searchis unavailable, do not claim competitor positioning; only score the page itself.