Chrome History banner
glebis glebis

Chrome History

Productivity community Intermediate

Description

Query your Chrome browsing history using natural language. Searches **both desktop history AND synced mobile/tablet history**.

Installation

Terminal
claude install-skill https://github.com/glebis/claude-skills/tree/main/chrome-history

README

Chrome History Query Skill

Query your Chrome browsing history using natural language. Searches **both desktop history AND synced mobile/tablet history**.

Features

    undefined

Installation

Copy to your Claude Code skills folder:

cp -r chrome-history ~/.claude/skills/

Install dependency for synced history (LevelDB parsing):

pip install git+https://github.com/cclgroupltd/ccl_chromium_reader.git

Without this dependency, synced mobile history won't be available (desktop history still works).

Usage

Basic Queries

# Time-based queries (desktop history)
python3 ~/.claude/skills/chrome-history/chrome_history_query.py "articles I read yesterday"
python3 ~/.claude/skills/chrome-history/chrome_history_query.py "research this week"
python3 ~/.claude/skills/chrome-history/chrome_history_query.py "last month"

# Title search (desktop + synced history)
python3 ~/.claude/skills/chrome-history/chrome_history_query.py "Introducing Cosmos"
python3 ~/.claude/skills/chrome-history/chrome_history_query.py "how-to-build-a-rag"

Query Patterns

**By Date:**

    undefined

**By Content Type:**

    undefined

...