indices-secrets
SKILL.md
Indices Secrets
When To Use
Use this skill for:
indices secrets createindices secrets listindices 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
--valueif provided. - Reads stdin when
--stdinis 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/cliFirst Seen
11 days ago
Security Audits
Installed on
mcpjam4
claude-code4
replit4
junie4
windsurf4
zencoder4