wire-disconnect
Disconnect Wire memory and remove stored credentials
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Disconnect Wire memory and remove stored credentials
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Connect Wire memory to this agent. Authenticates via browser and registers your Wire container's MCP tools.
ALWAYS USE THIS SKILL. Automatic context logging and retrieval via Wire container. Invoke this skill at the start of every session, when making decisions, when receiving corrections, when establishing patterns, and before ending sessions. This skill provides persistent cross-project memory that supplements the built-in memory system.
Claim an ephemeral Wire memory container to make it permanent. Opens a browser to create an account.
Show Wire memory connection status and container info
Configure Wire memory settings (transcript capture, etc.)
Baseado na classificação ocupacional SOC
| name | wire-disconnect |
| description | Disconnect Wire memory and remove stored credentials |
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:
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.