llm-secrets
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
More from stephengpope/thepopebot
kie-ai
Generate images and videos using kie.ai API. Use for AI image and video generation tasks.
12brave-search
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
1google-docs
Create and manage Google Docs on a shared drive via service account.
1modify-self
Use when a job requires modifying the agent's own code, configuration, personality, cron jobs, skills, or operating system files.
1browser-tools
Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test frontends, or when user interaction with a visible browser is required.
1google-drive
Interact with Google Drive shared drives via service account. Supports list, upload, download, delete operations.
1