llm-secrets

star 0

List available LLM-accessible credentials. Use when you need API keys, passwords, or other secrets that have been made available to you.

8GG-Git By 8GG-Git schedule Updated 2/27/2026

name: llm-secrets description: List available LLM-accessible credentials. Use when you need API keys, passwords, or other secrets that have been made available to you.

List Available Secrets

skills/llm-secrets/llm-secrets.js

Shows the names of available secret keys (not values). Output example:

Available secrets:
  - BROWSER_PASSWORD
  - SOME_API_KEY

To get a value: echo $KEY_NAME

Get a Secret Value

echo $KEY_NAME

Replace KEY_NAME with one of the available secret names.

When to Use

  • When a skill or tool needs authentication credentials
  • When logging into a website via browser tools
  • When calling an external API that requires a key
Install via CLI
npx skills add https://github.com/8GG-Git/PopeBot --skill llm-secrets
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator