Skills for interacting with 1Password through the op CLI.
Version: 0.2.0 License: MIT
This plugin provides skills that enable Claude Code and Codex agents to interact with 1Password through the op CLI. Skills support CRUD operations on 1Password items, enabling secure secrets management within agent workflows.
Claude Code:
/plugin install op-secrets-manager@leefowlercu-agent-kitCodex from the repository root:
codex plugin marketplace add .Then restart Codex and install op-secrets-manager from the Lee Fowler Agent Kit marketplace in the plugin directory.
After installation, skills will be available for agent invocation when interacting with 1Password secrets.
| Skill | Description |
|---|---|
| op-secrets-creator | Creates secrets in 1Password including logins, passwords, API credentials, and secure notes |
| op-secrets-reader | Reads secrets from 1Password including items, fields, documents, and OTPs |
| op-secrets-updater | Updates existing secrets in 1Password including editing fields, renaming items, moving between vaults, and managing tags |
| op-secrets-deleter | Deletes or archives secrets in 1Password with support for permanent deletion and archiving |
- Claude Code or Codex with plugin support
- 1Password CLI (
op) installed and configured - 1Password account with appropriate permissions
- User authenticated to 1Password (
op signincompleted)
For detailed skill documentation, see: