Skill Detail

Search cross-agent Markdown memory and conversation history with memsearch

Give supported coding agents a shared Markdown-first memory layer so they can recall prior decisions, transcripts, and notes across sessions instead of re-deriving context from scratch.

Developer ToolsMulti-Framework
Developer Tools Multi-Framework Security Reviewed
⭐ 1.3k GitHub stars
COPY SKILL INSTRUCTIONS (OPTIONAL)
npx skills add agentskillexchange/skills --skill search-cross-agent-markdown-memory-and-conversation-history-with-memsearch Copy
Uses the third-party skills CLI, not an ASE-owned installer. Check your agent’s compatibility. This copies instructions; complete the upstream tool setup below separately.
At a glance
Tools required
Supported coding-agent client, local filesystem access, default local Milvus/ONNX setup or another configured embedding provider
Install & setup
Use the platform-specific plugin flow from the repo. For Claude Code, add the marketplace source and install memsearch. For OpenClaw, run openclaw plugins install clawhub:memsearch and restart the gateway. Other supported agent clients have separate install instructions in the upstream docs.
Author
Zilliz
Publisher
Organization
Last updated
Apr 22, 2026
Quick brief

Use memsearch when an agent needs to recover prior context from Markdown memory files before taking action. It is explicitly built to capture and recall conversation history across multiple agent environments, with plugin-driven installs for Claude Code and OpenClaw and documented support for other coding-agent surfaces. The boundary is durable memory capture and retrieval from Markdown-backed history, not a generic vector database, note app, or broad agent platform.