A2A Protocol
Implements the Agent2Agent (A2A) open protocol for communication between AI agents built on different frameworks. A2A enables agents to discover each other via Agent Cards, negotiate interaction modalities, manage collaborative tasks, and exchange data — all without exposing internal state, memory, or tools. Supports J
Overview
The A2A Protocol skill, available in the TerminalSkills/skills repository, provides a standardized implementation of the Agent2Agent open protocol. This tool facilitates seamless communication between AI agents developed on diverse frameworks, such as Claude, Gemini, and Codex. It utilizes Agent Cards for mutual discovery and allows agents to negotiate interaction modalities and manage collaborative tasks without compromising internal system integrity. By enabling data exchange while strictly shielding an agent's private memory, internal state, and specific toolsets, the protocol ensures a controlled collaborative environment. This implementation is particularly relevant for research-oriented workflows where multi-agent interoperability is required across disparate technical ecosystems, leveraging the foundational work hosted in the TerminalSkills collection.
Use Cases
Install Notes
# Review source first
open https://github.com/TerminalSkills/skills/blob/main/skills/a2a-protocol/SKILL.mdCopy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.
Security Notes
The A2A Protocol implementation prioritizes privacy by design, ensuring that agents can collaborate and exchange data without exposing their internal states, private memories, or specific tool configurations. This boundary-based communication model prevents unauthorized access to an agent's underlying logic while maintaining interoperability across different development frameworks.
Related Skills
Documentation Lookup
mxyhi/ok-skills
Retrieve current documentation and code examples for any library using the Context7 CLI.
Get API Docs via chub
mxyhi/ok-skills
When you need documentation for a library or API, fetch it with the chub CLI rather than guessing from training data. This gives you the current, correct API.
Autoresearch — Autonomous Goal-directed Iteration
mxyhi/ok-skills
Autonomous iteration loop: modify, verify, keep/discard against any metric
Exa
mxyhi/ok-skills
Use Exa for web/code/company research (web_search_exa / get_code_context_exa / company_research_exa), with parameters and examples; trigger when online search or parameter checks are needed.
AI Video Generator — Short-Form Content Pipeline
TerminalSkills/skills
Automate creation of shortform videos (TikTok, YouTube Shorts, Instagram Reels) using AI for every step: topic research, script writing, texttospeech narration, stock footage matching, subtitle generation, and final assembly. Inspired by [MoneyPrinterTurbo](https://github.com/harry0703/MoneyPrinterTurbo) (53k+ stars).
AI Scientist
TerminalSkills/skills
Build AI agents that automate scientific research using [AIScientistv2](https://github.com/SakanaAI/AIScientistv2) — an agentic tree search framework for hypothesis generation, experiment design, data analysis, and paper writing.