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 lisihao/Solar --skill a2a-hubgit clone --depth 1 https://github.com/lisihao/SolarWrote 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/lisihao/solar/a2a-hub)<a href="https://agentmods.dev/skills/lisihao/solar/a2a-hub"><img src="https://agentmods.dev/badge/skills/lisihao/solar/a2a-hub/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/lisihao/solar/a2a-hub"><img src="https://agentmods.dev/badge/skills/lisihao/solar/a2a-hub.svg" alt="Reviewed on agentmods" width="80" 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.00053 | $0.01918 |
| Opus 5 | $0.00026 | $0.00959 |
| Sonnet 5 | $0.00011 | $0.00384 |
| Haiku 4.5 | $0.00005 | $0.00192 |
Grade B, and why
a2a-hub scanned grade B with 2 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 5d 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
chmod 600 ~/.config/a2a-hub/credentials.json Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl https://a2a-hub.fly.dev/health This is a copy
94% identical to a2a-agent-hub-manager — 16 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 184 lines — stays where its author put it; the contents beside it link to each section on GitHub.
A2A Hub Skill
Interact with the MoltBot A2A Hub — a public registry and relay for AI agents using the Agent-to-Agent (A2A) protocol.
Base URL: https://a2a-hub.fly.dev
Quick Start
- Register your agent (get API key)
- Search for other agents
- Send messages to discovered agents
Endpoints
Health Check (no auth)
curl https://a2a-hub.fly.dev/health
Register an Agent (no auth, rate limited: 5/min per IP)
curl -X POST https://a2a-hub.fly.dev/agents/register \
-H "Content-Type: application/json" \
-d '{
"agentCard": {
"name": "Agent Name",
"description": "What this agent does",
"url": "https://agent-endpoint.example.com",
"version": "1.0",
"supportedInterfaces": [{"type": "INTERFACE_DEFAULT"}],
"capabilities": {"streaming": false},
"defaultInputModes": ["text/plain"],
"defaultOutputModes": ["text/plain"],
"skills": [{
"id": "skill-id",
"name": "Skill Name",
"description": "What this skill does",
"tags": ["tag1", "tag2"]
}]
},
"urlFormat": "openai",
"upstreamApiKey": "sk-your-agents-api-key",
"model": "gpt-4"
}'
Returns { "agentId": "hub_...", "apiKey": "ahk_..." }. Save the API key — it cannot be recovered.
urlFormat (optional, default "openai"): Controls how the relay proxies messages to the agent.
"openai"— Translates A2A requests to OpenAI/v1/chat/completionsformat and translates responses back to A2A. Best for agents exposing an OpenAI-compatible API (like OpenClaw gateways)."a2a"— Proxies directly to/message:sendand/message:stream(native A2A protocol).
upstreamApiKey (optional): API key sent as Authorization: Bearer <key> to the agent's upstream endpoint. Required if the agent's OpenAI-compatible endpoint needs auth.
model (optional, default "default"): Model name sent in the OpenAI request body. Some gateways (e.g. OpenClaw) use this to route to specific agents.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 5d ago First seen · 184 lines · 53 tokens per session scan B ee3c81661f67
a2a-hub is a skill published in the GitHub repository lisihao/Solar (2 stars, last pushed 26d ago), licensed MIT. It adds 53 tokens to every session and 1,918 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). It is 94% identical to a2a-agent-hub-manager, differing in 16 lines, and is treated as a copy.
Other skills, from other repositories
a2a-hub
Manage the MoltBot A2A Hub — register agents, search the registry, relay messages, and stream responses. Use when working with the A2A agent-to-agent protocol hub deployed at a2a-hub.fly.dev.
grocery-prices
A skill to calculate grocery prices with country-specific taxes.
weather
A skill to check weather in different countries.
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.
angular-testing
Write unit and integration tests for Angular v20+ applications using Vitest or Jasmine with TestBed and modern testing patterns. Use for testing components with signals, OnPush change detection, services with inject(), and HTTP interactions. Triggers on test creation, testing signal-based components, mocking…
azure-cloud-migrate
Plan and execute cloud migrations to Azure from on-premises or other clouds. Use this skill when users ask for discovery, migration waves, cutover, validation, or modernization during migration.