Loading...
Loading...
AI screen memory — search everything you've seen or heard on your computer. Integrates with Screenpipe's local MCP server for OCR text, audio transcripts, and app usage history.
npx skill4agent add malue-ai/dazee-small screenpipehttp://localhost:3030Tool: search_screen_content
Parameters:
query: "search keyword"
start_time: "2026-02-25T00:00:00Z" # optional, time range
end_time: "2026-02-26T00:00:00Z"
app_name: "Chrome" # optional, limit to specific app
limit: 10Tool: search_audio_transcripts
Parameters:
query: "meeting discussion content"
start_time: "2026-02-25T09:00:00Z"
limit: 5Tool: get_app_usage
Parameters:
start_time: "2026-02-25T00:00:00Z"
end_time: "2026-02-26T00:00:00Z"# Search screen OCR content
curl "http://localhost:3030/search?q=keyword&content_type=ocr&limit=10"
# Search audio transcripts
curl "http://localhost:3030/search?q=keyword&content_type=audio&limit=5"
# Get recent activities
curl "http://localhost:3030/search?limit=20&start_time=2026-02-25T00:00:00Z"User: I saw a very good Python library yesterday afternoon, with pipe in its name
→ Search OCR content, limit time to yesterday afternoon
→ Return matching screenshots and context
→ Tell the user: You browsed the xxx project on GitHub in Chrome (14:32)User: What was discussed in this morning's meeting?
→ Search audio transcripts, limit time to this morning
→ Extract key discussion points and action items
→ Output structured meeting summaryUser: How much time did I spend on each app today?
→ Get app usage statistics
→ Generate time distribution report (can be combined with chart generation Skills to generate charts)| Combination | Effect |
|---|---|
| screenpipe + daily briefing Skills (if enabled) | Generate daily reviews based on real screen activities |
| screenpipe + meeting-insights-analyzer | Automatically review meeting recordings and screen sharing content |
| screenpipe + habit-tracker | Track habits based on real app usage data |
| screenpipe + pomodoro | Review actual work content during focus periods |