cli-a2a
SkillProductivitycli-a2a lets your AI send tasks to skills on OmniRoute A2A and check on them, all from the command line. Once added, your AI can submit work, see whether it finished, and look back at past runs. It can also try out agent-to-agent requests step by step.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding it, ask your AI to send a task to a skill or pull up a skill's run history from the command line.
Then ask your AI: use the cli-a2a skill
What your AI can do with it
- Send tasks to skills on OmniRoute A2A from the command line
- Check the status of tasks sent to skills
- Review the history of past skill runs
- Test agent-to-agent requests interactively
What this skill tells your AI
The instructions your AI receives, as published by diegosouzapw/omniroute in skills/cli-a2a/SKILL.md and read by ahel’s review.
Overview
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.
Quick install
npm install -g omniroute # or: npx omniroute
omniroute --version
Subcommands
a2a
Agent-to-Agent (A2A) server
Example:
omniroute a2a
a2a status
Show A2A server status
Flags:
--json
Example:
omniroute a2a status
a2a card
Print the Agent Card JSON
Example:
omniroute a2a card
a2a skills
Example:
omniroute a2a skills
a2a invoke <skill>
Flags:
--input <json>--input-file <path>--wait--timeout <ms>
Example:
omniroute a2a invoke <skill>
a2a tasks
Example:
omniroute a2a tasks
a2a list
Flags:
--status <s>--skill <s>--limit <n>--since <ts>
Example:
omniroute a2a list
a2a get <id>
Example:
omniroute a2a get <id>
a2a cancel <id>
Flags:
--yes
Example:
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>
Signals
- GitHub stars
- 64k
- Forks
- 9k
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
cli-a2a- Source
- github.com/diegosouzapw/omniroute