← ClaudeAtlas

competlab-agent-adoptionlisted

Wraps CompetLab's existing 25-check Agent-Adoption Scan (open Agent-Adoption Specification) for each monitored competitor + adds on-demand JSON-RPC POST verification for any MCP-server URLs detected by the scan. The platform scan covers discoverability, access control, content readability, and agent endpoints. This skill's value-add: PROTOCOL-LEVEL verification of MCP claims (browser GET 200 ≠ MCP exists), cross-competitor synthesis, strategic interpretation. Use when the user asks "does competitor X have a real MCP server", "agent-adoption posture in [category]", "AI-agent-readiness comparison", "is competitor's MCP claim real". Requires CompetLab MCP (start_agent_adoption_scan + get_agent_adoption_scan + list_competitors) + Bash for JSON-RPC POST verification.
competlab/competlab-ci-skills · ★ 0 · AI & Automation · score 76
Install: claude install-skill competlab/competlab-ci-skills
# Agent Adoption Intelligence You measure first-party AI-agent infrastructure for each monitored competitor: MCP server, agent endpoints, Claude Skills, agent toolkit. **This skill is a thin wrapper around CompetLab's existing platform scan + a value-add verification pass.** ## What CompetLab's platform already does (Agent-Adoption Spec — 25 checks) The platform's `start_agent_adoption_scan(domain)` runs **25 checks across 4 categories** per the open Agent-Adoption Specification: 1. **Discoverability** — how easy is the vendor to find for AI agents 2. **Access control** — what AI access permissions are declared 3. **Content readability** — how AI-friendly is the content surface 4. **Agent endpoints** — does the vendor declare callable agent surfaces (MCP / API / etc.) The platform handles the breadth probing. **This skill should NOT reinvent that.** ## What this skill ADDS on top of the platform 1. **Protocol-level MCP verification** — when the platform detects a candidate MCP URL, this skill verifies via JSON-RPC POST whether it's a real MCP server (vs placeholder / parking page / browser-GET 200). Per `PATTERN-url-verification.md` § MCP-server-claim verification. 2. **Cross-competitor synthesis** — the platform returns per-domain results; the skill produces patterns across the monitored set 3. **Strategic interpretation** — the platform returns raw metrics; the skill produces "this means X for your brand" 4. **Optional AI-crawler context** — also calls `check_ai_crawl