SkillAgentSearch skills...

mem-search

Use this when the user asks to search memory, "did we already solve this?", "how did we do X last time?", or wants work from previous sessions.

Install / Use

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

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

68/100

Category

Automation

Supported Platforms

Universal

Tags

Our assessment of mem-search

mem-search scores 68/100 on our quality scale, 652nd of 860 Automation skills we index.

Its SKILL.md is 890 bytes long, lightly structured (1 heading) and no 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
5/20
Description
15/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated today, so mem-search 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.

mem-search compared with similar skills

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

SkillScoreStarsUpdatedFormat
mem-search (this skill)by thedotmack6894.6ktodaySKILL.md
Agent-Reachby Panniantong10085.3k9d agoCLAUDE.md
rufloby ruvnet10073.2ktodayCLAUDE.md
Scraplingby D4Vinci10083.4ktodayMCP Server
algorithmic-artby anthropics100177.9k2d agoSKILL.md

Frequently asked questions

How do I install mem-search?
Run npx skills add thedotmack/claude-mem --skill mem-search. The install tabs above show the steps for each supported agent.
Which AI agents does mem-search work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is mem-search 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 mem-search still maintained?
The repository was last updated today, so mem-search is actively maintained.

name: mem-search description: >- Use this when the user asks to search memory, "did we already solve this?", "how did we do X last time?", or wants work from previous sessions.

mem-search

Layered workflow. Do not dump full observations until IDs are filtered, and do not reach for raw tool bodies until the summaries came up short.

  1. search(query) — index with IDs
  2. timeline(anchor=ID) — nearby context
  3. get_observations(ids=[...]) — full details for those IDs only
  4. get_tool_uses(ids=[...]) — the ORIGINAL tool_input / tool_response for specific tool calls. Last resort: these are unsummarized and can run to thousands of tokens each.

Stamp platformSource as cursor or grok-bot on writes for this host. When reading, do not drop the other host unless asked.

If MCP is missing, run the install skill first (npx claude-mem install --ide <host>).

Related Skills

View on GitHub
GitHub Stars94.6k
CategoryAutomation
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