Amt Logout banner
aayush3011 aayush3011

Amt Logout

Development community

Description

--- description: Sign out of AMT memory - revoke this device's hook token and clear the local cache. --- Sign this device out of AMT memory. Run the bundled logout helper; it revokes the hook token at the gateway (so it can never be refreshed again) and deletes the local token cache, after which the capture/recall hooks go quiet. ``` node "${CLAUDE_PLUGIN_ROOT}/scripts/amt.mjs" logout ``` Report the launcher's result.

Installation

Installs to ~/.claude/skills/aayush3011-amt-claude-plugin-amt-logout/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aayush3011-amt-claude-plugin-amt-logout && curl -fsSL https://raw.githubusercontent.com/aayush3011/amt-claude-plugin/HEAD/commands/amt-logout.md -o ~/.claude/skills/aayush3011-amt-claude-plugin-amt-logout/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository