genesys-cli
Installation
SKILL.md
Genesys CLI
A CLI for Genesys Cloud CX via the Platform API.
Setup
The CLI must be available. Either:
# Option 1: Use npx (no install needed, works immediately)
npx genesys-cli --help
# Option 2: Install globally for faster repeated use
npm install -g genesys-cli
If using npx, prefix all commands with npx: npx genesys-cli conversations list ...
If installed globally, use directly: genesys-cli conversations list ...