Chrome History
Description
Query your Chrome browsing history using natural language. Searches **both desktop history AND synced mobile/tablet history**.
Installation
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
...
Related Skills
Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity community N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity community Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity community Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity community Worktree Status Check
Verify the current worktree environment and show task details.
Productivity community Time Command
Display the current date and time in Pakistan Standard Time (PKT, UTC+5).
Productivity community