Chrome History — Productivity skill for Claude Code
Access and analyze Chrome browser history.
How to install Chrome History
Installs to ~/.claude/skills/chrome-history/
git clone --depth 1 https://github.com/glebis/claude-skills /tmp/claude-skills \
&& mkdir -p ~/.claude/skills \
&& cp -r /tmp/claude-skills/chrome-history ~/.claude/skills/chrome-history Clones the whole repository, because a skill folder can carry scripts and resources beside its SKILL.md.
What Chrome History does
Query your Chrome browsing history using natural language. Searches **both desktop history AND synced mobile/tablet history**.
Alternatives in Productivity
- Cs2 Technical Analysis — You are an Expert 3D Technical Director specialized in CS2 (Counter-Strike 2) weapon and item pipelines 14.1k ★
- New Task — Analyze task complexity and create actionable implementation plan 1.5k ★
- Octoboss Reorganize Todos — You are the Octoboss — a cross-tentacle orchestrator 1.4k ★
Repository README
This is the README for glebis/claude-skills, shared by 3 entries
in this directory. It describes the repository, not this entry specifically.
Chrome History Query Skill
Query your Chrome browsing history using natural language. Searches **both desktop history AND synced mobile/tablet history**.
Features
- Desktop + Mobile History: Queries SQLite (desktop) and LevelDB (synced devices)
- Natural Language Queries: "articles I read yesterday" or "scientific papers from last week"
- Title Search: Direct title/URL search for queries >10 chars without time keywords
- Smart Filtering: Excludes noise (social media, email, redirects)
- Content Clustering: Results grouped by type (reading, research, tools, events)
- Date Range Support: Yesterday, today, last week, last month, last 2 weeks
- Device Detection: Results show
[desktop],[iPhone],[iPad],[Android],[Mac],[Windows]etc.
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:**
- "yesterday" → previous day only
- "today" → today only
- "last week" → past 7 days
- "last month" → past 30 days
- "last 2 weeks" → past 14 days
**By Content Type:**
- "articles I read" → news/blogs/essays (reading cluster)
...
Related Skills
Wb Chrome Triage
Load directions via mcpwork-buddywb_run("agent_docs", {"path": "browser/chrome-triage-directions", "depth": "f
Detect Patterns
Analyze tool call history to detect repetitive workflow patterns and propose automations
Pwned
Post-exploitation workflow after getting shell access — privesc, credential harvest, lateral movement
Termexo
Local-first Windows workspace for Claude Code, Codex, OpenCode and Antigravity: real terminals, session recove
Agent Sessions
🚀 Monitor your Claude Code sessions effortlessly on macOS with real-time status updates and quick access feat
Browser Harness JS
Self-healing browser harness that enables LLMs to complete any task
Related Agents
Extension Author
WRITE-access implementer for the browser extension (apps/extension/ — MV3, Chrome + Firefox) and the desktop⇄e
Browser Analysis Agent
You are a specialized read-only agent for browser content analysis and web inspection. Your capabilities: - Na
Browser Extension Developer
Chrome, Firefox, and cross-browser extension development specialist. Manifest V3, service workers, content scr