secrets
SolidSecurely request API keys, access tokens, passwords, webhook secrets, or other credentials and write them to a dotenv file without exposing their values to the agent. Use whenever a task needs a credential that the user must supply.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- get-bb
- Repository
- get-bb/bb
- Created
- 6 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
secrets
Securely request API keys, access tokens, passwords, webhook secrets, or other credentials from the user and write them to a dotenv file without exposing their values to the agent.
secrets
How to use passwords, SSH credentials, API keys and tokens without them entering the conversation. Use whenever a task needs a credential — connecting to a server over SSH/SCP/rsync, logging into a database or panel, calling an authenticated API, or when a command fails with a permission/authentication error. Also use when the user offers to give you a password, or when a command would print a credential.
handling-secrets
Keep credentials out of the repo, the logs and your own messages — how to read a secret you need, what to do when you find one committed, and why you never move one somewhere new. Use whenever a task involves an API key, token, password, certificate or connection string.