1Password command-line interface
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-20533427)More formats (shields.io, HTML) on the badges page.
---
name: op
description: 1Password command-line interface
---
# 1Password CLI Plugin
Manage secrets, credentials and 1Password vaults from the command line.
## Commands
- `op account list` — List all signed-in accounts
- `op item get <id>` — Get a specific item
- `op item list` — List items in a vault
- `op vault list` — List all vaults
- `op _ _` — Passthrough to op CLI
## Usage
```bash
# List accounts
sc op account list
# Get an item
sc op item get --id my-item --vault personal
# List vaults
sc op vault list
# Passthrough
sc op _ _ -- --help
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!