Implement A2A Agent Card

SkillCloud & infra

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

Available today. Use it from your connected AI after setup.

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.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".

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