Amt Login banner
aayush3011 aayush3011

Amt Login

Development community

Description

--- description: Sign in to AMT memory so capture and recall work automatically on this device. --- Enroll this device for AMT memory. The plugin is not an OAuth client, so sign-in is a one-time, two-step enrollment. Do exactly this and nothing else: 1. Call the `enroll_hook_capture` MCP tool (no arguments). It returns a short-lived, single-use `enrollment_code` bound to your identity. 2. Redeem that code with the bundled launcher (one command, all platforms): ``` node "${CLAUDE_PLU

Installation

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

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

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

Full documentation available on GitHub

View Source Repository