Agentic Bill Payments MCP Server
generic skill
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.
Sign in to like and favorite skills
generic skill
References to demo script and key prompts for validation
I want you to act as an English translator, spelling corrector and improver. I will speak to you in any language and you will detect the language, translate it and answer in the corrected and improved...
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.
| Operation | Use Case |
|---|---|
| Delete Item | Permanently remove an item from 1Password |
| Archive Item | Move an item to Archive for potential recovery |
Determine what the user wants to delete or archive:
Identify the target item:
Identify the operation type:
Assess the situation:
Clarify if needed:
Before executing a destructive operation, confirm with the user:
For permanent deletion:
For archiving:
Based on the context assessment, execute the appropriate
op command.
See op CLI Delete Command Reference for complete command syntax.
Permanent deletion:
op item delete "<item-name>"
Permanent deletion from specific vault:
op item delete "<item-name>" --vault "<vault>"
Archive item:
op item delete "<item-name>" --archive
Archive from specific vault:
op item delete "<item-name>" --vault "<vault>" --archive
Common errors and resolutions:
| Error | Resolution |
|---|---|
| Verify item name, try listing items in vault |
| List available vaults with |
| Use item ID instead of name, or specify vault with |
| Verify vault access permissions |