spok-api-cli
Installation
SKILL.md
Spok API CLI
A CLI and library for Spok SmartSuite TCP API operations — on-call scheduling, paging, directory management, and more.
Setup
The CLI must be available. Either:
# Option 1: Use npx (no install needed, works immediately)
npx spok-api --help
# Option 2: Install globally for faster repeated use
npm install -g spok-api
If using npx, prefix all commands with npx: npx spok-api get listing 12766
If installed globally, use directly: spok-api get listing 12766