browser-history
CommunityInstantly 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
- Ensure you have the sqlite3 CLI installed.
- Run the browser-history skill to detect available history databases: ./find-browser.sh
- 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;"
- Review results and identify the pages you need to recall.
Dependency Matrix
Required Modules
None requiredComponents
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.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.