Install
openclaw skills install agent-ready-scanner扫描网站是否为 AI Agent 做好准备。检查 robots.txt、llms.txt、MCP、Agent Skills 等 15+ 项标准。 触发方式:用户说"扫描 example.com 是否 agent ready"、"检查网站是否为 AI 准备好"、"帮我检查 xxx.com 的 agent readiness"。 输出:生成 HTML 报告,包含评分、状态和修复建议。
openclaw skills install agent-ready-scanner扫描网站是否为 AI Agent 做好准备,参考 isitagentready.com。
扫描 example.com 是否 agent ready
检查 https://mywebsite.com 的 agent readiness
帮我检查 xxx.com 是否为 AI 准备好
扫描覆盖 5 大类 15+ 项检查:
生成 HTML 报告,包含:
scripts/scan.py 执行所有 HTTP 检查scripts/generate_html.py 生成 HTML 报告主扫描脚本,执行所有检查。
python3 scripts/scan.py <url> --output report.json
参数:
url — 要扫描的网站 URL--timeout — 请求超时时间(默认 10 秒)--output, -o — 输出 JSON 文件路径--format — 输出格式(json 或 text)将 JSON 报告转换为 HTML。
python3 scripts/generate_html.py report.json --output report.html
| 状态 | 得分 |
|---|---|
| ✅ Pass | 2 分 |
| ⚠️ Warning | 1 分 |
| ❌ Fail | 0 分 |
总分 = 所有检查项得分之和 / (检查项数量 × 2) × 100%
输入:
扫描 https://example.com 是否 agent ready
输出:
生成 agent-ready-report-example.com.html,包含完整的检查报告。