Borrowing it
Nothing to install: this file belongs to a2aproject/a2a-tck. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/a2aproject/a2a-tck/main/.agents/skills/update-a2a-spec/SKILL.mdgit clone --depth 1 https://github.com/a2aproject/a2a-tckWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/a2aproject/a2a-tck/update-a2a-spec)<a href="https://agentmods.dev/skills/a2aproject/a2a-tck/update-a2a-spec"><img src="https://agentmods.dev/badge/skills/a2aproject/a2a-tck/update-a2a-spec.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.01972 |
| Opus 5 | $0.00026 | $0.00986 |
| Sonnet 5 | $0.00010 | $0.00394 |
| Haiku 4.5 | $0.00005 | $0.00197 |
Grade A, and why
update-a2a-spec scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
compatibility: Requires curl, git, buf, and uv How it starts
The opening of the file, as written. The whole thing — 177 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Update A2A Protocol Specification
Follow these steps to update the TCK after an A2A protocol specification change.
Step 1: Capture the current state
Before updating, record what we have now so we can diff later.
- Read
specification/version.jsonto note the current commit hash. - Save copies of the key spec files for diffing:
specification/specification.mdspecification/a2a.proto
Step 2: Download the updated specification
Ask the user if they want to update from the main branch or pass a tag or a commit cheksum
Run:
make spec
This executes scripts/update_spec.sh, which downloads the latest spec files from the upstream a2aproject/A2A GitHub repository and updates specification/version.json.
If updating from a fork or a different branch, pass arguments:
./scripts/update_spec.sh --org <org> --branch <branch>
Step 3: Regenerate gRPC stubs and JSON schema
Skip this step if specification/a2a.proto did not change (diff shows no proto changes).
gRPC stubs
Run:
make proto
This executes scripts/generate_grpc_stubs.sh, which uses buf to regenerate specification/generated/a2a_pb2.py and specification/generated/a2a_pb2_grpc.py from the updated a2a.proto.
If buf is not installed, first run ./scripts/install_buf.sh.
After regenerating, check the protobuf version in the generated stubs (head -5 specification/generated/a2a_pb2.py) and verify it is compatible with the protobuf runtime version installed in the project (see pyproject.toml). If the gencode version is newer than the runtime allows, pin the plugin versions in specification/buf.gen.yaml to a compatible release (e.g., buf.build/protocolbuffers/python:v30.2).
JSON schema
Ask the user for the path to their local googleapis checkout, then run:
PATH="$HOME/go/bin:$PATH" GOOGLEAPIS_DIR=<path-to-googleapis> make jsonschema
This regenerates specification/a2a.json from the updated a2a.proto. It requires:
protoc-gen-jsonschema, installed viago install github.com/bufbuild/protoschema-plugins/cmd/protoc-gen-jsonschema@latestGOOGLEAPIS_DIRset to the user's local googleapis checkout
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 177 lines · 52 tokens per session scan A a2a756eec33b
update-a2a-spec is a skill published in the GitHub repository a2aproject/a2a-tck (49 stars, last pushed 5d ago), licensed Apache-2.0. It adds 52 tokens to every session and 1,972 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
research-engineer
An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.
tika-eval-compare
Compare extracts from two Tika builds over a corpus to detect regressions in content, encoding, exceptions, and embedded-document handling. Use for "compare before/after extracts", "eval this change against the corpus".
neuron-evaluation-engineer
Create and run AI evaluations with datasets, assertions, and output drivers in Neuron AI. Use this skill whenever the user mentions evaluation, testing AI systems, creating evaluators, dataset-driven testing, assertion-based validation, or wants to measure AI system performance. Also trigger for tasks involving…
jetson-validate-image
Use after jetson-flash-image to run static BSP checks, on-target smoke/regression tests on a flashed DUT, or both. Not for build or flash steps. Triggers: validate bsp, on-target validation.
atmos-validation
Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.
skill-benchmark
Benchmark AI skill effectiveness by measuring implementation quality against legacy constraints.