secrets
SolidManage named bundles of environment variables backed by the OS keychain (macOS Keychain, Linux libsecret, Windows Credential Manager). Create bundles, add secrets, generate passwords, and inject them into agent runs. Triggers on: 'API key', 'credentials', 'secrets bundle', 'inject env vars', '--secrets', 'keychain', 'credential manager'.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- phnx-labs
- Repository
- phnx-labs/agi-cli
- Created
- 4 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
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.
secrets
凭据存储抽象 — 用 `secret://<ref>` 语义引用代替明文 token;支持 macOS Keychain、Linux Secret Service、gpg-encrypted file、env 4 个可插拔后端;agent 永不接触明文值,由框架代为取 + 注入。