typescript/skills/1password/SKILL.md
Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in, or reading/injecting/running secrets via op.
npx skillsauth add kody-w/openrappter 1passwordInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage secrets through the 1Password CLI (op).
brew install 1password-cliop signinop whoami# List vaults
op vault list
# Get an item
op item get "Item Name" --vault "Vault"
# Read a secret field
op read "op://Vault/Item/field"
# Run a command with secrets injected
op run --env-file=.env -- your-command
# Inject secrets into a template
op inject -i template.env -o .env
op run or op inject instead of writing secrets to disk--account flag for multi-account setupsdevelopment
Get current weather and forecasts (no API key required).
tools
Send and receive WhatsApp messages via wacli command-line tool.
tools
Start and manage voice calls via the openrappter voice-call plugin.
content-media
Extract frames from video files using ffmpeg for analysis or processing.