browser-history

Query Firefox and Chromium history databases for visited pages and browsing patterns.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/dige04/hieu-ccsetup --skill browser-history-dige04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-history
Source: https://github.com/dige04/hieu-ccsetup/tree/main/config/skills/browser-history
Command: npx skills add https://github.com/dige04/hieu-ccsetup --skill browser-history-dige04

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to locate and interpret browsing activity stored in local browsers to recall pages visited, time spent, and patterns.

Core Features & Use Cases

  • Search by keyword across Firefox and Chromium history databases (places.sqlite and History/urls).
  • Perform date-range filtering and time-spent analysis to identify browsing trends and most-visited sites.
  • Use case: recover a forgotten URL or summarize browsing habits over a selected period.

Quick Start

Search my history for the most visited sites in the last 7 days.

Frequently Asked Questions about browser-history

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

FAQPage Schema
How do I search my browser history for a forgotten URL?

You can search your browser history for forgotten URLs by running keyword queries against local Firefox and Chromium databases to retrieve matching visited pages and timestamps.

Can I analyze browsing habits and time spent across a specific date range?

Yes, you can analyze browsing habits by applying date-range filters to your browser history database to identify time spent, most-visited sites, and browsing patterns over a selected period.

Do I need sqlite3 to query my local Firefox and Chromium history?

Yes, sqlite3 is required to access and query the local places.sqlite and History/urls databases where Firefox and Chromium store your browsing activity and visited page data.

What is the best way to find the most visited sites in my browser history?

The best way to find most visited sites is to query your local browser history database with time-spent analysis and date-range filters to aggregate and rank site visit frequencies.

Does this browser history search work with both Firefox and Chromium data?

Yes, this browser history search works with both Firefox and Chromium by directly querying their respective local history databases to extract visited pages and time spent.

What kind of output format can I expect from a browser history analysis?

Browser history analysis outputs structured results from your local database queries, providing visited pages, timestamps, and time-spent data suitable for integration into dashboards.