skills/cli-a2a/SKILL.md
Interact with the OmniRoute A2A server from the CLI. Send tasks, inspect skill execution history, and test the JSON-RPC 2.0 agent-to-agent protocol interactively.
npm install -g omniroute # or: npx omniroute
omniroute --version
a2aAgent-to-Agent (A2A) server
Example:
omniroute a2a
a2a statusShow A2A server status
Flags:
--jsonExample:
omniroute a2a status
a2a cardPrint the Agent Card JSON
Example:
omniroute a2a card
a2a skillsExample:
omniroute a2a skills
a2a invoke <skill>Flags:
--input <json>--input-file <path>--wait--timeout <ms>Example:
omniroute a2a invoke <skill>
a2a tasksExample:
omniroute a2a tasks
a2a listFlags:
--status <s>--skill <s>--limit <n>--since <ts>Example:
omniroute a2a list
a2a get <id>Example:
omniroute a2a get <id>
a2a cancel <id>Flags:
--yesExample:
omniroute a2a cancel <id>
a2a watch <id>Example:
omniroute a2a watch <id>
a2a stream <id>Example:
omniroute a2a stream <id>
a2a logs <id>Example:
omniroute a2a logs <id>