AI SummaryMemento helps users search their computer history—screenshots, keystrokes, and OCR text—to recall forgotten information and context from past activity. Developers and knowledge workers benefit from quick retrieval of previously seen or typed information.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "memento" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/memento && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/memento/SKILL.md "https://raw.githubusercontent.com/Mahir-Isikli/memento/master/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Search your computer history - screenshots, keystrokes, OCR text. Use when the user asks about something they saw, typed, or did on their computer. Helps find forgotten information, recall context, or search through past activity.
Memento - Your Digital Memory
Search everything you've seen and typed on your Mac.
Quick start
`bash memento search "that error message" # Search everything memento search "api key" --type keys # Search keystrokes only memento search "slack" --type ocr # Search OCR text only memento timeline # Browse recent activity memento keys --today # What you typed today memento status # Check if running + stats `
When to use
• User asks "what was that thing I saw earlier?" • User needs to find something they typed but forgot where • User wants to recall context from a past session • User is looking for a URL, error message, or snippet they saw • User asks "when did I last work on X?"
Full-text search across screenshots (OCR) and keystrokes
memento search "query"
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster