CarbonPaper Memory Retrieval Skill

Retrieve screenshot history using OCR and task cluster queries.

31|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/White-NX/carbonPaper --skill carbonpaper-memory-retrieval-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CarbonPaper Memory Retrieval Skill
Source: https://github.com/White-NX/carbonPaper/tree/main/ai_embedding
Command: npx skills add https://github.com/White-NX/carbonPaper --skill carbonpaper-memory-retrieval-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve and recall information from CarbonPaper's screenshot history using OCR and task clustering.

Core Features & Use Cases

  • Snapshot: stores metadata, OCR results, and task cluster associations for each screenshot.
  • Query methods: search_ocr_text, search_nl, get_snapshots_by_time_range, get_snapshot_details.
  • Task context: get_task_clusters and get_task_screenshots to understand user activities over time.
  • Use Case: quickly locate a past document or UI interaction by keyword or time window.

Quick Start

Ask me to find occurrences of a keyword in your CarbonPaper screenshots and show related context.

Frequently Asked Questions about CarbonPaper Memory Retrieval Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search text within past screenshots?

To search text within past screenshots, this skill uses OCR technology to retrieve information from CarbonPaper's screenshot history. It filters and presents results by matching keywords against OCR-searchable snapshots.

How does task clustering work for screenshot memory retrieval?

Task clustering groups screenshots into task clusters to map user activities over time. By retrieving task clusters and their associated screenshots, you can understand the context and sequence of past UI interactions and documents.

Can I filter screenshot history by a specific time range?

Yes, you can filter screenshot history by a specific time range. The skill uses the get_snapshots_by_time_range method to retrieve and present OCR-searchable snapshots captured within your specified time window.

Do I need any specific tools to use MCP memory retrieval for screenshots?

You need an environment that supports MCP tools. This skill leverages MCP tools such as search_ocr_text, search_nl, and get_task_clusters to perform memory-based retrieval tasks across your screenshot history.

What is the best way to locate a past document I saw on screen?

The best way to locate a past document is to search by keyword or time window. The skill retrieves snapshot details and related context from CarbonPaper's history using natural language search or OCR text matching.