Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

claude-mem Install (Grok Bot)

A setup skill that installs claude-mem on Grok Bot via a local worker with the CMEM Pro observer, an opt-in host-login observer, or a remote cmem.ai server.

UtilitiesIntermediate93,0278,178AI score 8/10Last updated: Sep 2, 2026

What it does

  • Picks the correct claude-mem install command for Grok Bot depending on your desired topology.
  • Default path: local worker on 127.0.0.1:<port> (default 37700 + uid%100) plus the CMEM Pro observer — explicitly warns not to pass --provider host.
  • Documents the required environment variables (CLAUDE_MEM_PROVIDER, CLAUDE_MEM_OPENROUTER_BASE_URL, CLAUDE_MEM_OPENROUTER_MODEL) and the installer OAuth cm_pro key flow.
  • Covers the opt-in local host-login observer (loopback OpenAI-compatible shim) and remote worker/observer setup with CLAUDE_MEM_MCP_TOKEN.
  • States constraints up front: Grok Bot has no session-start / file-read / tool-use hooks, no xAI key or Claude CLI needed, and a healthy worker should not be restarted.

Who it's for

  • Users adding persistent memory to Grok Bot through claude-mem.
  • People running claude-mem without Cursor.
  • Operators wiring a shared remote worker (cmem.ai or self-hosted).

Examples

  1. "Install claude-mem on Grok Bot" → runs npx claude-mem install --ide grok-bot and selects CMEM Pro in the interactive installer.
  2. "Summarize with my own Grok login instead of a hosted model" → opt in with --provider host for the loopback shim.
  3. "Point it at a remote server" → set CLAUDE_MEM_MCP_TOKEN, then install with --runtime server --server-url https://cmem.ai.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/thedotmack/claude-mem/HEAD/claude-mem-grok-bot/skills/install/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the claude-mem-grok-bot/skills/install folder from the GitHub repo thedotmack/claude-mem into my ~/.claude/skills/thedotmack-claude-mem-install/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/thedotmack/claude-mem.git && mkdir -p ~/.claude/skills && cp -r claude-mem/claude-mem-grok-bot/skills/install ~/.claude/skills/claude-mem-install

This is a third-party skill. Check the source repository before installing.

  1. Make sure Node.js (with npx) and your Grok Bot environment are ready.
  2. Clone the repository: git clone https://github.com/thedotmack/claude-mem.git
  3. Create the skills folder: mkdir -p ~/.claude/skills
  4. Copy the skill in: cp -r claude-mem/claude-mem-grok-bot/skills/install ~/.claude/skills/claude-mem-install
  5. Restart Claude Code and ask: "install claude-mem on Grok Bot".
  6. For the default setup run npx claude-mem install --ide grok-bot and finish the CMEM Pro OAuth login when prompted.
  7. For remote mode, set the CLAUDE_MEM_MCP_TOKEN plugin variable first, then add --runtime server --server-url https://cmem.ai.
View source on GitHubLicense: Apache-2.0