Supabase Secrets

Manage remote project secrets and environment variables. Triggered by phrases like "set secret", "list secrets", "unsert environment variable", or "supabase secrets". Use when this capability is needed.

tomevault-io 489ef6c 2 files · 2.0 KB Updated

File contents

Supabase Secrets Skill

Goal

Securely manage environment variables and secrets on the remote Supabase project.

Instructions

  1. Open the relevant rule file:
  2. Use secrets set KEY=VALUE to update remote environment variables.
  3. Security: Avoid printing sensitive values in clear text in logs or console.
  4. Verify updates using secrets list.

Examples

  • "Add an API key to the project" -> Use supabase secrets set API_KEY=...
  • "Show all configured secrets" -> Use supabase secrets list
  • "Delete a secret" -> Use supabase secrets unset SECRET_NAME

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/diatonic-ai--opengov-garden--supabase-secrets commit 489ef6cbae

Frequently asked questions

npx skillmds@latest add tomevault-io/supabase-secrets