Agent Ready A2a Agent Card

Sub-skill de agent-ready-cloudflare: Implement A2A Agent Card

fabricioctelles Updated

File contents

Implement A2A Agent Card

Publish an A2A Agent Card for agent-to-agent discovery per the A2A Protocol Specification.

Requirements

  • Serve JSON at /.well-known/agent-card.json with HTTP 200
  • Include name, version, and description
  • Include supportedInterfaces with service URL and transport protocol
  • List capabilities and skills (each with id, name, description)

See Agent Discovery for the full schema.

Cloudflare

Agents SDK supports building A2A-compatible agents on Workers.

Validate

POST https://isitagentready.com/api/scan
Content-Type: application/json

{"url": "https://YOUR-SITE.com"}

Check that checks.discovery.a2aAgentCard.status is "pass".

fabricioctelles/skills/tree/main/skills/agent-ready-cloudflare/a2a-agent-card commit a4baad1d09

Frequently asked questions

npx skillmds@latest add fabricioctelles/agent-ready-a2a-agent-card