用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/asimons81/hermes-a2a-bridge --skill a2a-bridge命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | a2a-bridge |
| description | Discover and call text or structured JSON A2A agents through the Hermes A2A Bridge. |
Use this bridge when Hermes needs to call another HTTP+JSON agent.
a2a_discover_agent.hermes a2a ... is unavailable after package install, run hermes-a2a-bridge doctor-install --json or python -m hermes_a2a_bridge doctor-install --json. This helper is read-only and checks package import, the hermes_agent.plugins entry point, a Hermes executable on PATH, and best-effort plugins.enabled activation.a2a_doctor_peer or hermes a2a doctor AGENT_OR_URL --json before first contact when compatibility is uncertain. The hermes a2a CLI path is available after the Hermes host has enabled the a2a-bridge plugin entry point.a2a_doctor_peer with live_probe: true or hermes a2a doctor AGENT_OR_URL --live-probe --json sends one tiny diagnostic text message and may look up the returned task ID.live_probe: true and stream_probe: true, or hermes a2a doctor AGENT_OR_URL --live-probe --stream-probe --json; it sends one tiny diagnostic text message through message:stream and reads a bounded SSE response.a2a_send_message for text delegation, structured JSON data delegation, a mixed text plus data message, or stored Hermes file ID references with file_ids.data argument. Data must be a JSON object or array.file_ids: ["file_..."] only when the target server has both stored-ID gates enabled. Do not pass paths, URLs, URI fields, inline bytes, or raw file contents.hermes a2a stream when a human needs live SSE task updates.hermes a2a subscribe to follow an already-active task.hermes a2a subscribe TASK_ID --last-event-id ID.hermes a2a maintenance stats, prune-events, or recover-stale for explicit local database maintenance.a2a_get_task or a2a_list_tasks to inspect status.a2a_cancel_task only for cancelable remote tasks.