Agent skill

chrome-history

Query Chrome browsing history with natural language. Filter by date range, article type, keywords, and specific sites.

Stars 74
Forks 17

Install this agent skill to your Project

npx add-skill https://github.com/glebis/claude-skills/tree/main/chrome-history

SKILL.md

Chrome History Query Skill

Search and filter your Chrome browsing history using natural language queries.

What It Does

  1. Parses natural language queries to understand date ranges and filters
  2. Queries Chrome's SQLite history database
  3. Filters out noise (social media, email, redirects)
  4. Groups results by type (reading, research, tools, events)
  5. Returns formatted markdown with links

Supported Queries

Date Range

  • "yesterday" → previous day only
  • "today" → today only
  • "last week" → past 7 days
  • "last month" → past 30 days
  • "last 2 weeks" → past 14 days

Content Filters

  • "articles I read" → reading cluster (news, blogs, essays)
  • "scientific articles" → research cluster (papers, docs)
  • "code/research" → GitHub, Stack Overflow, docs

Keyword Filtering

  • "articles about AI" → finds pages mentioning AI
  • "scientific articles about climate" → finds research pages mentioning climate

Site-Specific

  • "reddit threads" → reddit.com only
  • "on medium" → medium.com only
  • "twitter posts" → twitter.com only

Example Queries

"articles I read yesterday"
"articles about AI I read yesterday"
"scientific articles for the last week"
"research about machine learning this week"
"reddit threads last month"
"code repos I visited yesterday"
"on medium this week"

Usage

Run directly with a query:

bash
python3 ~/.claude/skills/chrome-history/chrome_history_query.py "articles I read yesterday"

Or integrate into Claude Code when user asks:

  • "Show me articles I read yesterday"
  • "What scientific papers did I look at last week?"
  • "Show reddit threads I visited last month"
  • "Articles about AI from yesterday?"

Configuration

  • Chrome History: ~/Library/Application Support/Google/Chrome/Default/History
  • Vault Location: /Users/glebkalinin/Brains/brain
  • Filtered Sites: Social media, email, Google redirect wrappers
  • Clustering: Automatic by domain type (reading, research, tools, events)

Exclusions

Automatically filters out:

  • Social media: Facebook, Instagram, Twitter, TikTok, Reddit, LinkedIn
  • Email: Gmail, Outlook
  • Shopping: Amazon, eBay
  • Google redirects: google.com/url wrappers
  • Utility sites: FreeFeed, YouTube

Output Format

Results grouped by content type with timestamps:

## Chrome History: articles about AI yesterday

*Found 5 items*

### Reading (3)
- 14:22 [The more that people use AI...](url)
- 16:38 [AI makes you smarter but...](url)

### Research (2)
- 11:23 [GitHub: AI project](url)

Expand your agent's capabilities with these related and highly-rated skills.

glebis/claude-skills

tdd

This skill should be used when the user wants to implement features or fix bugs using test-driven development. Enforces the RED-GREEN-REFACTOR cycle with vertical slicing, context isolation between test writing and implementation, human checkpoints, and auto-test feedback loops. Uses multi-agent orchestration with the Task tool for architecturally enforced context isolation. Supports Jest, Vitest, pytest, Go test, cargo test, PHPUnit, and RSpec.

74 17
Explore
glebis/claude-skills

brand-agency

Applies Agency brand colors and typography to artifacts including presentations, SVG graphics, documents, and web interfaces. This skill should be used when brand colors, visual formatting, neobrutalism style, or Agency design standards apply. Keywords - branding, corporate identity, visual identity, styling, brand colors, typography, visual formatting, visual design, neobrutalism.

74 17
Explore
glebis/claude-skills

github-gist

Publish files or Obsidian notes as GitHub Gists. Use when user wants to share code/notes publicly, create quick shareable snippets, or publish markdown to GitHub. Triggers include "publish as gist", "create gist", "share on github", "make a gist from this".

74 17
Explore
glebis/claude-skills

wispr-analytics

This skill should be used when analyzing Wispr Flow voice dictation history for self-reflection, work patterns, mental health insights, or productivity analytics. Triggered by requests like "/wispr-analytics", "analyze my dictations", "what did I dictate today", "wispr reflection", or any request to review voice dictation patterns. Supports modes - technical (coding/work), soft (communication), trends (volume/frequency), mental (sentiment/energy/rumination).

74 17
Explore
glebis/claude-skills

granola

This skill should be used when importing, listing, or exporting Granola meeting recordings and transcripts. Queries Granola's local cache and API to list meetings, extract transcripts, and export to Obsidian notes in Fathom-compatible format.

74 17
Explore
glebis/claude-skills

telegram

This skill should be used when fetching, searching, downloading, sending, editing, or publishing messages on Telegram. Use for queries like "show my Telegram messages", "search Telegram for...", "get unread messages", "send a message to...", "edit that message", "publish this draft to klodkot", or "add Telegram messages to my notes".

74 17
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results