cisco-support-cli
Installation
SKILL.md
cisco-support CLI
CLI for querying Cisco Support APIs. Covers bugs, cases, EoX (end-of-life), PSIRT security advisories, product info, software suggestions, serial coverage/warranty, and RMA tracking.
Setup
# Install globally
npm install -g cisco-support
# Configure credentials (from https://apidocs-prod.cisco.com/)
# Interactive prompt for client secret — never pass credentials on the command line
cisco-support config add --client-id <your-id>
# You will be prompted securely for the client secret
# Or with Secret Server (never hardcode credentials)
cisco-support config add --client-id '<ss:22001:client-id>' --client-secret '<ss:22001:client-secret>'