mlava/Agent Ready Scan
Scan a URL with agent-ready.dev and gate the PR on its AI agent-readability score.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | ar_live_... key from agent-ready.dev/dashboard/api-keys | yes | — |
| url | URL to scan (typically a Vercel preview URL) | yes | — |
| api-base | API base URL. Override for self-hosted or staging. | no | https://agent-ready.dev |
| min-vercel-score | Fail the step if the Vercel score is below this value (0-100). | no | 70 |
| pages | Page limit for the scan (bounded by the key's tier quota). | no | 25 |
| comment | Post a PR comment with the scan summary (pull_request events only). | no | true |
Outputs
| name | description |
|---|---|
| vercel-score | Final Vercel score 0-100. |
| llmstxt-score | Final llmstxt.org score. |
| scan-url | Shareable scan result URL. |
| scan-id | Scan id — useful for follow-up calls to GET /api/v1/scans/{id}. |