A collection of OpenCode plugins.
| Plugin | Description |
|---|---|
| apple-passwords | Inject secrets from a macOS Keychain as shell environment variables. |
OpenCode loads plugins from .opencode/plugins/ (project-level) or
~/.config/opencode/plugins/ (global). Copy the plugin's .ts file into one of
those directories:
# Global install (example: apple-passwords)
mkdir -p ~/.config/opencode/plugins
curl -fsSL https://github.com/ghraw/evancetesha/opencode-plugins/main/apple-passwords/apple-passwords.ts \
-o ~/.config/opencode/plugins/apple-passwords.tsSee each plugin's own README for setup and configuration.
MIT