1password-items
Installation
SKILL.md
Creating 1Password Items via CLI
Core Principles
- Only conceal actual secrets — Client IDs, URLs, usernames are NOT secrets
- Use clear, descriptive field names — Don't abbreviate; match the source terminology
- Include context — Add account info, notes, and any details that explain what this is for
- 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