cisco-axl-cli
Installation
SKILL.md
Cisco AXL CLI
A CLI for Cisco Unified Communications Manager (CUCM) Administrative XML (AXL) operations.
Setup
The CLI must be available. Either:
# Option 1: Use npx (no install needed, works immediately)
npx cisco-axl --help
# Option 2: Install globally for faster repeated use
npm install -g cisco-axl
If using npx, prefix all commands with npx: npx cisco-axl list Phone ...
If installed globally, use directly: cisco-axl list Phone ...