conductorv2
Plugins/Utilities

Keychain

Securely store and retrieve credentials from OS keychain.

zero-config4 tools

Works immediately. Uses OS-native secure storage.

Store API keys, tokens, and secrets securely in the operating system's keychain (macOS Keychain, Windows Credential Manager, or Linux libsecret). Essential for plugin credentials.

Setup

terminal
Zero-config. Uses system keychain. Run with appropriate permissions.

Install

Built-in — no installation needed. Works immediately.

Tools

ToolDescriptionApproval
keychain_getRetrieve a secret
keychain_setStore a secretrequired
keychain_deleteDelete a secretrequired
keychain_listList stored credentials

Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.

Example Prompts

Get my GitHub token

keychain_get

Store a new API key

keychain_set