indices-secrets

Use this skill when managing secret values used by Indices runs via the CLI.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "indices-secrets" with this command: npx skills add indicesio/cli/indicesio-cli-indices-secrets

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

indices-auth

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

indices-task-management

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

firecrawl

Web scraping, search, and browser automation CLI. Returns clean markdown optimized for LLM context windows.

Repository SourceNeeds Review
18413.4K
firecrawl