operate-a2a-superhub

operate-a2a-superhub is a skill for Codex from phenomenoner/Chatgpt-Codex-App-Plus. It costs 132 tokens per session (1,510 once invoked), scanned A, original, MIT.

A skill for operating and diagnosing an A2A Superhub through its command line, HTTP, or advertised MCP/A2A interfaces. A2A refers to communication between software agents, while MCP is a standard way for tools and data sources to be exposed to agents.

In plain words
What is it for?
Use it to inspect a Superhub, create or read tasks and artifacts, work with memory and inbox features, validate the product skill, or diagnose authentication, indexing, queue, and capability issues.
Why use it?
It checks the exact server, supported capabilities, version, authentication, memory contract, and delivery behavior before operations. This helps avoid using unavailable features or mutating the wrong target.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to inspect a Superhub, create or read tasks and artifacts, work with memory and inbox features, validate the product skill, or diagnose authentication, indexing, queue, and capability issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/phenomenoner/chatgpt-codex-app-plus/operate-a2a-superhub
Install

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.

Any agent
npx skills add phenomenoner/Chatgpt-Codex-App-Plus --skill operate-a2a-superhub
Clone the repo
git clone --depth 1 https://github.com/phenomenoner/Chatgpt-Codex-App-Plus

Made for: Codex.

Wrote 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.

agentmods badge for operate-a2a-superhub

README.md
[![agentmods](https://agentmods.dev/badge/skills/phenomenoner/chatgpt-codex-app-plus/operate-a2a-superhub/github.svg)](https://agentmods.dev/skills/phenomenoner/chatgpt-codex-app-plus/operate-a2a-superhub)
Your own site
<a href="https://agentmods.dev/skills/phenomenoner/chatgpt-codex-app-plus/operate-a2a-superhub"><img src="https://agentmods.dev/badge/skills/phenomenoner/chatgpt-codex-app-plus/operate-a2a-superhub/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.

agentmods 80×15 button for operate-a2a-superhub

Your own site · 80×15
<a href="https://agentmods.dev/skills/phenomenoner/chatgpt-codex-app-plus/operate-a2a-superhub"><img src="https://agentmods.dev/badge/skills/phenomenoner/chatgpt-codex-app-plus/operate-a2a-superhub.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,510 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00132 $0.01510
Opus 5 $0.00066 $0.00755
Sonnet 5 $0.00026 $0.00302
Haiku 4.5 $0.00013 $0.00151

Measured 9d ago against content hash 38ffd3df1cde, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

operate-a2a-superhub 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 9d ago.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/bootstrap_local.py, scripts/doctor.py, scripts/launch_mcp.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/operate-a2a-superhub/SKILL.md · 116 lines

How it starts

The opening of the file, as written. The whole thing — 116 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Operate A2A Superhub

Preflight

  1. Resolve the exact target. Default only to an explicit loopback target; never guess a remote URL.
  2. Read health, readiness, version, Agent Card, structured capabilities, artifact size limit, and derivation state through surfaces the server actually advertises. Prefer /v2/capabilities and verify deliveryModel: logical.v2, wakeupAckMode: none, ackCursorSource: inbox-only, and lifecycle availability before using those features.
  3. Compare the server surface with references/compatibility.json. Treat implemented: false and absent capabilities as unavailable.
  4. Resolve the authenticated subject and scopes without printing or copying token material.
  5. Report the negotiated memory contract, degraded reasons, and source/index revisions before choosing a workflow. V1 deliveries are per-reason rows through version 0.3.x, not v2 logical delivery identities.

If discovery is ambiguous, perform read-only discovery only. Stop clearly on an unsupported version, missing capability, or missing authority; do not probe by mutation.

Run scripts/doctor.py --json for a read-only preflight and negotiated transport choice. It tries the packaged MCP stdio sidecar, uses subscriptions when advertised, falls back to polling when they are absent, and distinguishes connection, authentication, and compatibility failures without printing the token. Use --transport http to require HTTP or --transport mcp to fail closed unless MCP initializes. Run scripts/smoke.py --json against disposable state by default. An existing target requires both --url and --allow-write plus sender/receiver token environment handles.

For an approved new loopback deployment, scripts/bootstrap_local.py creates a private principal registry plus separate agent/operator connection profiles and refuses to overwrite credentials. It never prints bearer tokens. scripts/launch_mcp.py reads one private profile, verifies that the hub authenticates the expected subject with the current memory surface, and only then starts the MCP stdio sidecar. Read the local connection workflow before using either script.

Read the full file on GitHub · 116 lines

Changes

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.

  1. 9d ago First seen · 116 lines · 132 tokens per session scan A 38ffd3df1cde

Subscribe to this mod's changes

operate-a2a-superhub is a skill published in the GitHub repository phenomenoner/Chatgpt-Codex-App-Plus (2 stars, last pushed 15d ago), licensed MIT. It adds 132 tokens to every session and 1,510 once invoked, about $0.0007 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.

Related

Other skills, from other repositories

vs-search-tuning-partial-case

Use when the user provides 1-50 concrete bad-case search queries for one Viking Search app and wants local deterministic fixes. This skill only verifies request-level fine-operation interventions against a read-only baseline scene and delivers a console-ready configuration sheet, validated payloads, and a replay…

volcengine/SearchCLI · 85 tokens

vs-search

Search runtime and scene management: verify queries, inspect scenes, debug app readiness, and diagnose recall or scene-config issues.

volcengine/SearchCLI · 27 tokens

debug-hub

Evidence-first debugging WITH MCP tools. Use when debughub MCP server is available. Inject log calls, collect via HTTP API (port 39200), analyze through MCP tools, clean up when done. If debughub MCP is unavailable, use debug skill (bundled Python collector) instead.

rexleimo/aios · 66 tokens

sentry

Generated by Gutenberg. Use this skill to call the sentry API through the local sentry CLI.

JustVugg/tools-factory · 37 tokens

diagnose

Disciplined diagnosis loop for bugs, failing tests, crashes, incorrect behavior, and performance regressions. Use when the user asks to debug, investigate, diagnose, find root cause, or provides an error log, stack trace, flaky behavior, or regression.

ntaffzii/Skill-Agents · 55 tokens

skill-sync

Simple sync flow for installed SKILL.md skills and Codex plugins. Use when the user says /skill-sync, check skills, update skills, run all skill updates, map skill repos, refresh Codex plugins, or create weekly skill maintenance.

catalystsystemslab/codex-skill-sync · 52 tokens