chrome-history
20
总安装量
8
周安装量
#17958
全站排名
安装命令
npx skills add https://github.com/glebis/claude-skills --skill chrome-history
Agent 安装分布
claude-code
6
opencode
4
gemini-cli
4
cursor
4
antigravity
3
windsurf
3
Skill 文档
Chrome History Query Skill
Search and filter your Chrome browsing history using natural language queries.
What It Does
- Parses natural language queries to understand date ranges and filters
- Queries Chrome’s SQLite history database
- Filters out noise (social media, email, redirects)
- Groups results by type (reading, research, tools, events)
- 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:
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)