A2A Agent Card
Builds a spec-correct A2A Agent Card JSON by fetching the live protocol schema first.
Probado · Funciona
Qué hace
Generates the A2A discovery document (agent-card.json) describing an agent's identity, capabilities, skills, and authentication. Instructs Claude to fetch the current A2A protocol spec live before writing fields, so it tracks schema evolution (e.g. the securitySchemes/security split) instead of relying on stale training knowledge. Triggers when a user is defining what their agent exposes to other agents over A2A.
Informe de la prueba
Fetched the live A2A spec and confirmed the skill's securitySchemes/security + protocolVersion fields are the current schema; a memory-only baseline card used the deprecated 'authentication' field and dropped protocolVersion entirely.
Probado el: 2026-07-14 · Claude Code 2.x (agent harness)
Instalación
git clone https://github.com/OrcaQubits/agentic-commerce-skills-plugins cd agentic-commerce-skills-plugins mkdir -p ~/.claude/skills cp -r a2a-multi-agent/skills/a2a-agent-card ~/.claude/skills/a2a-agent-card
Comandos y prompts de ejemplo
/a2a-agent-cardBuilds a spec-correct A2A Agent Card JSON by fetching the live protocol schema first.
Los skills se activan con peticiones en lenguaje natural, sin comandos que memorizar. Tras instalarlo, prompts como estos lo activan (en inglés):
Build an A2A agent card JSON for our serviceIs my agent card using the current A2A schema fields?Publish an agent card with the right security schemes