by mlava
Installable skills for using Agent Ready (https://agent-ready.dev) — the agent-readability scanner. Two skills: agent-ready-api (REST) and agent-ready-mcp (MCP server).
# Add to your Claude Code skills
git clone https://github.com/mlava/agent-ready-skillsGuides for using ai agents skills like agent-ready-skills.
agent-ready-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by mlava. Installable skills for using Agent Ready (https://agent-ready.dev) — the agent-readability scanner. Two skills: agent-ready-api (REST) and agent-ready-mcp (MCP server). It has 0 GitHub stars.
agent-ready-skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/mlava/agent-ready-skills" and add it to your Claude Code skills directory (see the Installation section above).
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh agent-ready-skills against similar tools.
No comments yet. Be the first to share your thoughts!
Based on votes and bookmarks from developers who liked this skill
Unlocks once the catalog security scan passes (runs nightly).
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Agent Skills for using Agent Ready — the agent-readability scanner that scores any URL against the Vercel Agent Readability Spec, the llmstxt.org standard, and the agent-protocol manifests (MCP server cards, A2A, agents.json, agent-permissions.json, UCP, x402, NLWeb).
Install one of the skills below and your AI agent can run scans, fetch results, and search the Agent Ready docs without any further setup.
Or add all three at once with the whole-repo form:
npx skills add mlava/agent-ready-skills
Browse the rendered docs on skills.sh: https://www.skills.sh/mlava/agent-ready-skills
agent-ready-apiUse the REST API directly. Best when:
Install:
npx skills add mlava/agent-ready-skills/skills/agent-ready-api
agent-ready-mcpUse the MCP server (agent-ready-mcp on npm) inside Claude Desktop, Claude Code, Cursor, Cline, Continue, Goose, or any other MCP host. Best when:
scan, interpret_scan, remediation_plan)Install:
npx skills add mlava/agent-ready-skills/skills/agent-ready-mcp
agent-ready-cliUse the agent-ready command-line client (agent-ready-scanner on npm). Best when:
--json to stdout, distinct exit codesInstall:
npx skills add mlava/agent-ready-skills/skills/agent-ready-cli
Agent Ready runs ~60 checks across four spec families:
auth.mdPricing:
| Plan | Price | Pages/scan | Scans | API access |
|---|---|---|---|---|
| Free | $0 / month | 25 | 10 / 30 days | No |
| Pro | $19 / month | 250 | 50 / month | Yes (10 req/min, 200/day) |
Issue a Pro API key at https://agent-ready.dev/dashboard/api-keys.
All three skills expect the API key as the environment variable AGENT_READY_API_KEY (begins with ar_live_…).
agent-ready-mcp, set it inside the MCP client's server config — not your shell — so the spawned npx process inherits it.agent-ready-api, set it in your shell, your .env, or wherever the agent picks up environment variables before running curl / fetch.agent-ready-cli, set it in your shell or .env; the CLI reads it automatically (prefer this over the --api-key flag, which leaks through shell history).The ask tool/command (NLWeb-style search over Agent Ready's docs) is public and works without a key.