CtrlK
BlogDocsLog inGet started
Tessl Logo

mlava/agent-ready-cli

Use the Agent Ready command-line client to scan any public URL for AI agent-readability against the Vercel Agent Readability Spec, the llmstxt.org standard, and agent-protocol manifests (MCP server cards, A2A, agents.json, agent-permissions.json, UCP, x402, NLWeb). Activates for "scan this site with the agent-ready CLI", "run agent-ready scan {URL} in the terminal", "agent-ready get {id}", "agent-ready list", "agent-ready ask {question}", or any time the user wants a one-command terminal scan with no fetch wiring and no MCP install. Pick this skill when the agent can run shell commands. For raw HTTP, use the `agent-ready-api` skill; for MCP-native tool calls, use `agent-ready-mcp`.

72

Quality

90%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

Overview
Quality
Evals
Security
Files

REFERENCE.md

Agent Ready CLI — reference

Occasional-lookup material. The scan/get/list/ask workflow lives in SKILL.md.

Global options

OptionDescription
--jsonOutput raw JSON instead of formatted text
--api-key <key>Override AGENT_READY_API_KEY (prefer the env var)
--base-url <url>Override AGENT_READY_API_URL (e.g. local dev)
--no-colorDisable coloured output (NO_COLOR is also honoured)
-h, --helpShow help
-v, --versionShow version

--json output goes to stdout; progress and errors go to stderr, so you can pipe JSON safely.

Environment variables

VariableDefaultPurpose
AGENT_READY_API_KEYPro API key for scan / get / list
AGENT_READY_API_URLhttps://agent-ready.devAPI base URL
AGENT_READY_SCAN_TIMEOUT_MS120000Overall scan wait budget
AGENT_READY_GET_TIMEOUT_MS10000Per-request timeout

Exit codes

CodeMeaningRecovery
0Success
1API error, scan failed, or scan timed outRead the stderr message. For a timeout, re-run get <id> — the scan may still finish server-side.
2Usage error (bad arguments)Fix the command; agent-ready --help lists valid options.

Common API errors surfaced on stderr: unauthorized (missing/invalid key — check AGENT_READY_API_KEY), subscription_required (Free tier — see https://agent-ready.dev/pricing), rate_limited (10 req/min, 200 req/day per key — wait and retry), invalid_request (the message names the offending field).

Discovery and reference URLs

REFERENCE.md

SKILL.md

tile.json