# Supermemory Login

> Log in to Supermemory. Use when the user needs to authenticate, set up their API key, or when memory features report a missing key.

- Skill: `samin12/supermemory-login` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add samin12/supermemory-login`
- Raw SKILL.md: https://api.skillmd.com/api/skills/samin12/supermemory-login/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: Samin12 (https://skillmd.com/u/samin12)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/samin12/supermemory-login

---


# Supermemory Login

Authenticate with Supermemory to enable persistent memory across Codex sessions.

## Usage

```bash
node ~/.codex/supermemory/login.js
```

## Windows Sandbox

On Windows, if running the command from Codex, request escalated shell execution immediately instead of trying the sandbox first. The script lives under `~/.codex`, reads/writes auth state there, and may open the browser. Use a narrow approval reason such as:

> Run Supermemory login from the Codex home directory so it can read credentials and open the browser auth flow.

This opens a browser window for authentication. Once complete, the API key is saved automatically and memory features activate immediately.

If the browser does not open, the script prints a URL to visit manually.

Never print the full API key. If the script reports that Supermemory is already authenticated, tell the user memory is active and do not ask them to log in again.

