# Supermemory Status

> Show Supermemory connection status for Codex. Use when the user asks whether Supermemory is connected, which account or API key is active, memory hook health, or plugin status.

- Skill: `supermemoryai/supermemory-status` (Agent Skill)
- Install (CLI): `npx skillmds@latest add supermemoryai/supermemory-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/supermemoryai/supermemory-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: supermemoryai (https://skillmd.com/u/supermemoryai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/supermemoryai/supermemory-status

---


# Supermemory Status

Show whether Supermemory is connected and which credential source is active:

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

Then call the `mcp__supermemory__whoAmI` tool when it is available. Report API
reachability and MCP reachability separately; a working direct API probe does not
prove that the MCP tool path is connected.

## Windows Sandbox

On Windows, if running the command from Codex and sandbox execution is likely to fail for `~/.codex` paths, request escalated shell execution immediately instead of trying the sandbox first. Use a narrow approval reason such as:

> Run Supermemory status from the Codex home directory so it can read the installed credentials.

Use this when the user asks whether memory is active, what Supermemory account is connected, or whether Codex can currently use Supermemory.

Never print the full API key. The script masks credentials; preserve that masking in the response.

