Implement A2A Agent Card
SkillCloud & infraSub-skill de agent-ready-cloudflare: Implement A2A Agent Card
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Implement A2A Agent Card skill
What this skill tells your AI
The instructions your AI receives, as published by fabricioctelles/skills in skills/agent-ready-cloudflare/a2a-agent-card/SKILL.md and read by ahel’s review.
Publish an A2A Agent Card for agent-to-agent discovery per the A2A Protocol Specification.
Requirements
- Serve JSON at
/.well-known/agent-card.jsonwith HTTP 200 - Include
name,version, anddescription - Include
supportedInterfaceswith service URL and transport protocol - List
capabilitiesandskills(each withid,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".
Signals
- GitHub stars
- 77
- Forks
- 7
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
agent-ready-a2a-agent-card- Source
- github.com/fabricioctelles/skills