Skills for interacting with 1Password through the op CLI.
Version: 0.1.0 License: MIT
This plugin provides skills that enable Claude Code agents to interact with 1Password through the op CLI. Skills support CRUD operations on 1Password items, enabling secure secrets management within agent workflows.
Install from the Agent Kit marketplace:
/plugin install op-secrets-manager@leefowlercu-agent-kitAfter installation, skills will be available for agent invocation when interacting with 1Password secrets.
| Skill | Description |
|---|---|
| creating-op-secrets | Creates secrets in 1Password including logins, passwords, API credentials, and secure notes |
| reading-op-secrets | Reads secrets from 1Password including items, fields, documents, and OTPs |
| updating-op-secrets | Updates existing secrets in 1Password including editing fields, renaming items, moving between vaults, and managing tags |
| deleting-op-secrets | Deletes or archives secrets in 1Password with support for permanent deletion and archiving |
- Claude Code 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: