skai-cli
Installation
SKILL.md
Skai CLI
Overview
The skai CLI queries Skai platform marketing APIs. It's built for AI agents — structured JSON/CSV output, self-describing schemas, and hint-driven workflows.
Installation
curl -fsSL https://grid.kenshoo.com/cli/latest/install.sh | sh
Then configure auth (required for all commands except describe):
export SKAI_TOKEN="your-personal-access-token"
export SKAI_KS_NAME="your-ks-instance"
Related skills