skills/indicesio/cli/indices-secrets

indices-secrets

SKILL.md

Indices Secrets

When To Use

Use this skill for:

  • indices secrets create
  • indices secrets list
  • indices secrets delete

Create Secret

indices secrets create OPENAI_API_KEY --value "sk-..."
echo "sk-..." | indices secrets create OPENAI_API_KEY --stdin
indices secrets create OPENAI_API_KEY

Behavior:

  • Uses --value if provided.
  • Reads stdin when --stdin is provided.
  • Otherwise prompts securely for the value.
  • Empty secret values are rejected.

List Secrets

indices secrets list

Delete Secret

indices secrets delete <secret-uuid>
indices secrets delete <secret-uuid> --yes

Without --yes, CLI asks for confirmation.

Weekly Installs
4
Repository
indicesio/cli
First Seen
11 days ago
Installed on
mcpjam4
claude-code4
replit4
junie4
windsurf4
zencoder4