capture-list

Browse, search, and summarize locally saved web captures from the data directory.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/danielrosehill/Claude-Local-Web-Capture-Plugin --skill capture-list-danielrosehill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: capture-list
Source: https://github.com/danielrosehill/Claude-Local-Web-Capture-Plugin/tree/main/skills/capture-list
Command: npx skills add https://github.com/danielrosehill/Claude-Local-Web-Capture-Plugin --skill capture-list-danielrosehill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After capturing many articles, prices, and translations to local storage, it becomes hard to remember what was saved and where. This Skill provides a read-only view over the local-web-capture data directory so you can quickly answer questions like "what did I capture recently" or "find my captures of a specific site" without manually digging through folders. ## Core Features & Use Cases - Recent captures: List the last N captures across articles, prices, and translations in a compact table with date, domain, title, extractor, and word count. - Filtered search: Query by domain, date range (YYYY-MM or day ranges), or full-text search over titles and first paragraphs using rg and find. - Price history: For a given product URL, show all price snapshots with a simple text-based delta chart. - Use Case: You captured dozens of ynet and haaretz articles last month and want a table of everything from April 2026 — ask for captures by date range and get a formatted listing instantly. ## Quick Start Ask the assistant to list my recent captures from the local-web-capture directory, or to find all captures from a specific domain like ynet.co.il.

Frequently Asked Questions about capture-list

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

FAQPage Schema
How do I list my recent web captures?▼

Ask for the last N captures and the skill walks the articles, prices, and translations directories, parsing frontmatter and JSON to print a table with date, domain, title, extractor, and word count.

How to search saved captures by domain or date?▼

The skill supports filtering by a specific site domain, by month (YYYY-MM), or by a day range (YYYY-MM-DD..YYYY-MM-DD). It uses rg and find for fast lookups across the data directory tree.

Can I see price history for a product URL?▼

Yes. Given a product URL, the skill shows all stored price snapshots for it along with a simple text-based delta chart so you can track price changes over time.

Does capture-list modify or delete my saved captures?▼

No. The skill is strictly read-only and never modifies, deletes, or re-scrapes captures. Any cleanup of the data directory is done manually by the user outside this skill.

Where does capture-list look for saved data?▼

It reads from the local-web-capture data directory, defaulting to ~/local-web-capture/, which contains articles, prices, translations, and batch outputs organized by date and domain.