1password-items

Installation
SKILL.md

Creating 1Password Items via CLI

Core Principles

  1. Only conceal actual secrets — Client IDs, URLs, usernames are NOT secrets
  2. Use clear, descriptive field names — Don't abbreviate; match the source terminology
  3. Include context — Add account info, notes, and any details that explain what this is for
  4. Clean up template cruft — Remove or properly set default fields from templates

Field Type Syntax

Use suffixes to control field types:

"Field Name[text]=value"        # Plain text (visible)
"Field Name[concealed]=value"   # Password/secret (hidden)
"Field Name[url]=https://..."   # Clickable URL
"Field Name[delete]"            # Remove a field
Related skills

More from steveclarke/dotfiles

Installs
1
GitHub Stars
32
First Seen
Jan 29, 2026