competlab-agent-adoptionlisted
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