{
  "markdown": "# AgentGauge skill for Claude Code\n\nScan any website's **AI readiness** from inside your AI coding tool — then let it fix\nthe findings in your codebase and re-scan to verify.\n\n[AgentGauge](https://www.agentgauge.ai) grades whether **AI search can find you** (citability,\nllms.txt, schema, AI-crawler access) and whether **AI agents can use you** (tools, identity,\ncommerce signals), against the [AgentReady standard](https://www.agentready.org/) with stable\nAR-IDs and MUST/SHOULD/MAY conformance. Free scan, instant letter grade.\n\n## Install\n\n### 1. The MCP server (recommended)\n\n```bash\nclaude mcp add --transport http agentgauge https://mcp.agentgauge.ai/mcp\n```\n\nCursor / Claude Desktop JSON config:\n\n```json\n{\n  \"mcpServers\": {\n    \"agentgauge\": { \"url\": \"https://mcp.agentgauge.ai/mcp\" }\n  }\n}\n```\n\nNo auth. One tool: `scan_website({ url })`.\n\n### 2. The skill\n\nCopy `SKILL.md` into your Claude Code skills directory as `agentgauge/SKILL.md`:\n\n```bash\nmkdir -p ~/.claude/skills/agentgauge\ncurl -fsSL https://raw.githubusercontent.com/GlassCaseOfEmotion/agentgauge-skill/main/SKILL.md \\\n  -o ~/.claude/skills/agentgauge/SKILL.md\n```\n\n## Use\n\n```\n/agentgauge scan mysite.com\n```\n\nor just ask: *\"check my site's AI readiness and fix what's failing\"*. The skill scans,\nprioritizes the findings (spec MUSTs first), implements fixes in your repo, and re-scans\nafter deploy to verify the grade actually moved.\n\n## What gets checked\n\n31 checks across 6 categories: Discoverability, Content for Agents, AI Visibility (GEO),\nCapabilities (MCP/A2A/OpenAPI), Identity & Access, and Commerce.\n\n---\n\nBuilt by [AgentGauge](https://www.agentgauge.ai) · Weekly monitoring:\n[Watch by AgentGauge](https://www.agentgauge.ai/watch) · Contact: support@agentgauge.ai\n",
  "bytes": 1750,
  "sha": "84808de32e9057f169863e0f513ff11e9bf02dd06ec62a166d6a9196d84c8714",
  "repo_slug": "glasscaseofemotion/agentgauge-skill",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_glasscaseofemotion_agentgauge_728b3401/readme"
}