OmniRoute — управление агентами через CLI
★ 7.9 · orchestration
cli-a2a is a Claude Code skill that lets you interact with the OmniRoute A2A server from the command line — sending tasks to agents, inspecting skill execution history, and testing the JSON-RPC 2.0 agent-to-agent protocol interactively. Install it globally with `npm install -g omniroute` or run on demand via `npx omniroute`. The skill exposes a full set of `omniroute a2a` subcommands: checking server status, printing the Agent Card, listing available skills, invoking them with `a2a invoke <skill>` (supporting `--input`, `--wait`, and `--timeout` flags), and managing tasks by ID — listing with filters, cancelling, watching, streaming, and fetching logs. It's aimed at developers debugging multi-agent pipelines or wiring agents together over the A2A protocol without writing additional integration code.
- #cli
- #agent-to-agent
- #json-rpc
- #omniroute
- #task-management