ss-cli

Installation
SKILL.md

ss-cli — Delinea Secret Server CLI

CLI for managing secrets from Delinea Secret Server. Fetch credentials, sync env files, deploy with injected secrets, resolve config templates, and rotate passwords.

Before Any Operation

Always validate the token first:

ss-cli token-status --json
Field Description
valid true if token is usable
source "file" (from ss-cli login), "session" (SS_TOKEN env var), or "none"
minutesLeft Remaining minutes (file-based only)
expiresAt ISO timestamp of expiry (file-based only)
Installs
7
Repository
cmds-cc/skills
GitHub Stars
1
First Seen
Apr 6, 2026
ss-cli — cmds-cc/skills