Disconnect Wire memory and remove stored credentials
Scanned 9/12/2026
Install to Claude Code
npx -y skills add aibot88/sec_skill_store --skill wire-disconnect --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Wire Disconnect?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aibot88-wire-disconnect)More formats (shields.io, HTML) on the badges page.
---
name: wire-disconnect
description: Disconnect Wire memory and remove stored credentials
---
# Disconnect Wire Memory
Locate and run the disconnect script with the Bash tool. The script is at `scripts/disconnect.mjs` inside this skill's own directory (`skills/wire-disconnect/scripts/disconnect.mjs` within the installed wire-memory plugin). The Bash tool's working directory may not be the skill directory — resolve to an absolute path before invoking:
```bash
SCRIPT="$(find ~/.claude/plugins ~/.cursor/plugins -path '*wire-memory*/skills/wire-disconnect/scripts/disconnect.mjs' -print -quit 2>/dev/null)"
node "$SCRIPT"
```
This removes stored API keys, config, and environment variables. The user will need to run /wire-connect again to reconnect.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!