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.

First seen Feb 8, 2026

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.

Also in this package

Other skills from mverab/egeoagents.

npx skills add mverab/egeoagents

Browse all from 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.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 175
License LICENSE
Default branch main
Open issues 4
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,494 B
  • docs SUMMARY.md 173 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 58 installs

SKILL.md

Validation Doctor

Diagnostics

  1. Chrome DevTools MCP

- Probe by calling listpages (may appear as mcp6list_pages depending on the client).

  1. 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-devtools is unavailable, allow fetch fallback but mark results as Low Confidence.
  • If brave-search is unavailable, do not claim competitor positioning; only score the page itself.