AgentStack
SKILL verified MIT Self-run

Validation Doctor

skill-mverab-egeoagents-validation-doctor · by mverab

Check Brave Search and Chrome DevTools MCP availability and provide exact setup snippets. Use when validation dependencies are missing or uncertain.

No reviews yet
0 installs
5 views
0.0% view→install

Install

$ agentstack add skill-mverab-egeoagents-validation-doctor

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Validation Doctor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Validation Doctor

Diagnostics

  1. Chrome DevTools MCP
  • Probe by calling list_pages (may appear as mcp6_list_pages depending on the client).
  1. Brave Search MCP
  • Probe by calling brave_web_search 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

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-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.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.