From rad-1password
Find 1Password items by name across all accessible vaults. Returns name, vault, category, and ID for each match.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rad-1password:op-find <query> [--vault <vault>] [--category <category>]<query> [--vault <vault>] [--category <category>]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search for 1Password items by name (case-insensitive substring match).
Search for 1Password items by name (case-insensitive substring match).
$ARGUMENTS is the search query plus optional flags. Treat the first word as the query and pass through any --vault or --category flags.
Run a list across all accessible vaults (or scoped if flags are present):
op item list --format=json [--vault <vault>] [--categories <category>]
Filter the JSON for items whose title contains the query string (case-insensitive). Match tags too if no title hits.
Print a table:
TITLE VAULT CATEGORY ID
GitHub deploy Infra SSH Key abc123...
If results > 20, print top 20 sorted by exact-match-first then alphabetical, and note "showing 20 of N".
If 0 results: list the vaults searched ("Searched: Personal, Work, Prod (3 vaults)") so the user knows the query was answered, just empty.
op item list fails with auth error: suggest /op-signin.--vault is provided: list vaults the service account can see (op vault list), then re-run the search across each of them and merge results.npx claudepluginhub radorigin-llc/rad-claude-skills --plugin rad-1passwordProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.