SkillAgentSearch skills...

claude-mem-install

Use this when setting up claude-mem on Cursor: local or remote worker, local host-login observer or remote cmem.ai inference.

Install / Use

npx skills add thedotmack/claude-mem --skill install

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

77/100

Supported Platforms

Claude Code
Cursor

Our assessment of claude-mem-install

claude-mem-install scores 77/100 on our quality scale, 511th of 1,453 Development & Engineering skills we index (top 36%).

Its SKILL.md is 1.0 KB long, split into 3 sections with 2 code examples: fairly brief, so expect to fill in details yourself.

With 94,599 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
14/30
Structure
14/20
Description
15/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated today, so claude-mem-install is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-24. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

claude-mem-install compared with similar skills

All 4 of these similar skills score higher than claude-mem-install; compare them before choosing.

SkillScoreStarsUpdatedFormat
claude-mem-install (this skill)by thedotmack7794.6ktodaySKILL.md
Agent-Reachby Panniantong10085.3k9d agoCLAUDE.md
headroomby headroomlabs-ai10073.7ktodayCLAUDE.md
rufloby ruvnet10073.2ktodayCLAUDE.md
CowAgentby zhayujie10047.1ktodayCLAUDE.md

Frequently asked questions

How do I install claude-mem-install?
Run npx skills add thedotmack/claude-mem --skill claude-mem-install. The install tabs above show the steps for each supported agent.
Which AI agents does claude-mem-install work with?
It is written for Claude Code and Cursor, as a SKILL.md file. Other agents that read the same format can often use it too.
Is claude-mem-install safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is claude-mem-install still maintained?
The repository was last updated today, so claude-mem-install is actively maintained.

name: claude-mem-install description: >- Use this when setting up claude-mem on Cursor: local or remote worker, local host-login observer or remote cmem.ai inference.

Install claude-mem on Cursor

Independent of Grok Bot. Do not require the other IDE.

Local worker (default)

npx claude-mem install --ide cursor

Starts the local worker. Hooks already ship with this plugin. MCP claude-mem-local talks to it.

Observer:

  • Remote inference (typical): leave provider as openrouter / cmem.ai (CLAUDE_MEM_OPENROUTER_BASE_URL=https://cmem.ai/api/inference/v1)
  • Local host-login: --provider host (loopback shim; never bind the worker port — on macOS the worker is often 37777, so the shim uses 37778)

Remote worker

npx claude-mem install --ide cursor --runtime server --server-url https://YOUR_HOST

Set plugin variable CLAUDE_MEM_MCP_TOKEN for claude-mem-remote (https://cmem.ai/api/mcp or your server).

Never restart a healthy worker (RAM queue). No Claude CLI required for host/openrouter.

Related Skills

View on GitHub
GitHub Stars94.6k
CategoryDevelopment
Updated23h ago
Forks8.4k

Languages

TypeScript

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions