op-secrets-deleter
Deletes or archives secrets in 1Password using the op CLI. Use when the user needs to permanently remove items, archive deprecated credentials, or clean up unused secrets from 1Password vaults. Supports both permanent deletion and archiving for later recovery.
What this skill does
# Overview This skill enables agents to delete or archive secrets in 1Password using the `op` CLI. It supports permanent deletion for items no longer needed and archiving for items that might need to be recovered later. The skill assumes the `op` CLI is installed and the user is already authenticated. # Table of Contents - [Overview](#overview) - [Table of Contents](#table-of-contents) - [Supported Operations](#supported-operations) - [Workflow](#workflow) - [Phase 1: Context Assessment](#phase-1-context-assessment) - [Phase 2: Delete Execution](#phase-2-delete-execution) - [Reference Documentation](#reference-documentation) # Supported Operations | Operation | Use Case | |-----------|----------| | Delete Item | Permanently remove an item from 1Password | | Archive Item | Move an item to Archive for potential recovery | # Workflow ## Phase 1: Context Assessment ### Step 1: Understand the Request Determine what the user wants to delete or archive: 1. **Identify the target item**: - Item name or ID - Vault location (if known or ambiguous) 2. **Identify the operation type**: - Permanent deletion (item removed completely) - Archive (item moved to Archive, recoverable) 3. **Assess the situation**: - Is the credential compromised? (permanent delete recommended) - Might the item be needed later? (archive recommended) - Is this a cleanup of test/duplicate items? (permanent delete) 4. **Clarify if needed**: - If item name is ambiguous, ask for vault or use item ID - If operation type is unclear, recommend archive as safer option ## Phase 2: Delete Execution ### Step 2: Confirm Deletion Before executing a destructive operation, confirm with the user: 1. **For permanent deletion**: - Warn that this action cannot be undone - Confirm the correct item is targeted - Suggest archive as alternative if appropriate 2. **For archiving**: - Confirm the item will be moved to Archive - Explain that archived items can be restored via 1Password app ### Step 3: Execute Delete Command Based on the context assessment, execute the appropriate `op` command. See [op CLI Delete Command Reference](references/op-delete-commands.md) for complete command syntax. **Permanent deletion**: ```bash op item delete "<item-name>" ``` **Permanent deletion from specific vault**: ```bash op item delete "<item-name>" --vault "<vault>" ``` **Archive item**: ```bash op item delete "<item-name>" --archive ``` **Archive from specific vault**: ```bash op item delete "<item-name>" --vault "<vault>" --archive ``` ### Step 4: Handle Errors Common errors and resolutions: | Error | Resolution | |-------|------------| | `item not found` | Verify item name, try listing items in vault | | `vault not found` | List available vaults with `op vault list` | | `more than one item matches` | Use item ID instead of name, or specify vault with `--vault` | | `permission denied` | Verify vault access permissions | # Reference Documentation - [op CLI Delete Command Reference](references/op-delete-commands.md) - Complete command syntax for delete and archive operations
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.