browser-history

Community

Instantly search your local browser history.

Authorbrixtonpham
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you locate visited pages, recall forgotten URLs, and analyze your browsing patterns by querying local history databases from Firefox and Chromium.

Core Features & Use Cases

  • Search by keyword across history databases (places.sqlite for Firefox and History for Chromium).
  • Time-range analysis and most-visited sites to understand browsing habits.
  • Use Cases: Find a specific article you read last week, locate a GitHub page you visited, or compare time spent on domains over a period.

Quick Start

  1. Ensure you have the sqlite3 CLI installed.
  2. Run the browser-history skill to detect available history databases: ./find-browser.sh
  3. Query the detected History databases using sqlite3, for example: sqlite3 "file:///path/to/history.db?immutable=1" "SELECT title, url, datetime(last_visit_time/1000000-11644473600, 'unixepoch', 'localtime') AS visit_date FROM urls ORDER BY last_visit_time DESC LIMIT 50;"
  4. Review results and identify the pages you need to recall.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: browser-history
Download link: https://github.com/brixtonpham/claude-setup/archive/main.zip#browser-history

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.