Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add oaslananka/a2amesh --skill a2a-task-operationsgit clone --depth 1 https://github.com/oaslananka/a2ameshWrote 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/oaslananka/a2amesh/a2a-task-operations)<a href="https://agentmods.dev/skills/oaslananka/a2amesh/a2a-task-operations"><img src="https://agentmods.dev/badge/skills/oaslananka/a2amesh/a2a-task-operations.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.00032 | $0.00645 |
| Opus 5 | $0.00016 | $0.00322 |
| Sonnet 5 | $0.00006 | $0.00129 |
| Haiku 4.5 | $0.00003 | $0.00064 |
Grade A, and why
a2a-task-operations scanned grade A with 0 findings 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 6d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
A2A Task Operations
Use this skill for controlled A2A message and task lifecycle operations after endpoint validation is complete.
When to use
Use this skill when the user asks to:
- send a text message to a validated A2A endpoint;
- inspect or monitor an existing task;
- retrieve task artifacts or status history; or
- cancel a known task with explicit approval.
Do not use this skill for unrestricted bulk dispatch, credential management, deployment, merge, publish, terminal, or destructive infrastructure operations.
Required context
Confirm:
- the exact validated endpoint and tenant boundary;
- the intended message, task ID, or context ID;
- the authentication mechanism without exposing the credential value;
- whether the requested action is read-only or state-changing;
- the user's explicit approval for send or cancel operations; and
- the timeout, retry, and artifact-size expectations.
Workflow
- Reuse recent endpoint-validation evidence or run the
a2a-endpoint-validationskill first. - For a send, restate the endpoint and bounded message purpose, then obtain explicit approval.
- Run
pnpm dlx @a2amesh/cli send <endpoint> <message>with only documented options. - Do not retry a non-idempotent send automatically. Use an
Idempotency-Keyonly when the caller and endpoint contract support it. - Inspect a task with
task statusor monitor it with a bounded cycle count. - Retrieve and summarize artifacts without writing binary or secret-bearing content into chat.
- For cancellation, confirm the exact task ID and obtain explicit approval immediately before the action.
- Report the task ID, state transitions, artifacts, failures, and any unverified outcome.
Safety boundaries
- Send and cancel are state-changing and require explicit approval.
- Keep tenant, audience, scope, and endpoint identity checks authoritative.
- Do not retry ordinary message-send requests automatically.
- Do not follow task-provided URLs outside the configured outbound policy.
- Bound message length, response size, operation time, monitor cycles, and artifact output.
- Redact credentials, authorization headers, query values, and secret-like task output.
- Do not claim completion unless a terminal task state or equivalent evidence was observed.
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.
- 6d ago First seen · 78 lines · 32 tokens per session scan A bfcc8f629cdf
a2a-task-operations is a skill published in the GitHub repository oaslananka/a2amesh (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 32 tokens to every session and 645 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
frankfurter
Fetch currency exchange rates from the frankfurter.dev API.
draw-image
Generate an image from a text prompt using an OpenAI-compatible image generation API (gpt-image-1-mini or compatible). The image is uploaded to the gofile.io public file sharing service and ONLY the public download page URL is returned. Trigger when user asks to draw, paint, generate, or create an image.
lucid-agents
Build, modify, review, debug, or deploy TypeScript services made with the Lucid Agents SDK. Use whenever a project imports @lucid-agents packages or the user asks about Lucid runtimes, entrypoints, adapters, payments, MPP, identity, wallets, A2A tasks, service UI, scaffolding, or deployment.
A2A JSON-RPC Call
Call a peer agent's A2A JSON-RPC endpoint. Supports tasks/send (send a task message) and tasks/get (query task status).
Fetch Agent Card
Fetch an A2A agent card JSON from a given endpoint URL. Tries direct GET first, then falls back to /.well-known/agent.json.
Echo Skill Sample
Echo input parameters as JSON.