Search Memory
Quickly retrieves relevant information from past interactions and knowledge bases to inform current actions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add search-memory npx -- -y @trustedskills/search-memory
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"search-memory": {
"command": "npx",
"args": [
"-y",
"@trustedskills/search-memory"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The search-memory skill allows an AI agent to access and retrieve information from a previously stored memory. It enables agents to recall past interactions, data points, or knowledge provided during earlier conversations or tasks. This functionality enhances the agent's ability to maintain context and provide more informed responses over extended periods.
When to use it
- Long-form content creation: The agent can reference previously generated outlines or drafts when writing a longer piece of text.
- Customer support interactions: The agent can recall previous conversations with a customer to personalize the current interaction and avoid repeating information.
- Data analysis workflows: An agent can access intermediate results from earlier steps in a data processing pipeline.
- Personalized recommendations: The agent can remember user preferences or past selections to provide tailored suggestions.
Key capabilities
- Accesses stored memory.
- Retrieves information based on queries.
- Maintains context across interactions.
Example prompts
- "What was the last thing we discussed about project Phoenix?"
- "Can you remind me of the key findings from yesterday's data analysis?"
- “Show me the outline I created for the marketing presentation.”
Tips & gotchas
The effectiveness of this skill relies on a properly configured memory storage system. Ensure that the agent has access to and is authorized to read from the designated memory location.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.