npx skills add smithery/mverab --skill validation-doctor
mverab/egeoagents
validation-doctor
Check Brave Search and Chrome DevTools MCP availability and provide exact setup snippets. Use when validation dependencies are missing or uncertain.
Installation
npx skills add mverab/egeoagents --skill validation-doctor
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsAlso in this package
Other skills from mverab/egeoagents.
npx skills add mverab/egeoagents
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,494 B -
docs
SUMMARY.md173 B
History
- First seen on skills.sh
- First recorded snapshot · 58 installs
SKILL.md
Validation Doctor
Diagnostics
- Chrome DevTools MCP
- Probe by calling listpages (may appear as mcp6list_pages depending on the client).
- Brave Search MCP
- Probe by calling bravewebsearch with a trivial query and count=1.
Status Report
| Component | Status | Action Required |
|---|---|---|
| Market Validator (Brave) | ✅ / ❌ | [Config Snippet / None] |
| Technical Validator (Chrome) | ✅ / ❌ | [Config Snippet / None] |
Setup Snippets
Never just say "install them" — output the exact JSON to paste.
Chrome DevTools (NPX)
Requirements: Node.js v20.19+ and current stable Chrome.
{
"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.