CAT
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Chrome History

glebis/claude-skills
159 installs240 stars
Summary

Turns your Chrome history into a queryable database using natural language. Ask for "articles I read yesterday" or "research about AI last week" and it pulls from Chrome's SQLite database, filters out social media and email noise, then groups results by content type (reading, research, tools). The date parsing is solid, supporting ranges like "last 2 weeks" or "yesterday", and it can filter by keywords or specific sites like Medium or Reddit. Honestly most useful when you remember reading something recently but can't recall where. The auto-clustering by domain type is a nice touch that makes the output actually scannable instead of a chronological dump.

Install to Claude Code

npx -y skills add glebis/claude-skills --skill chrome-history --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Files
SKILL.mdView on GitHub

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:

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)
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
First SeenJun 3, 2026
View on GitHub

Recommended

caveman

juliusbrussee/caveman

Ultra-compressed communication mode cutting token usage ~75% while preserving technical accuracy.
203.4k
67.8k
grill-me

mattpocock/skills

Relentless interviewing skill that stress-tests plans and designs through systematic questioning.
250.9k
114.5k
improve

shadcn/improve

Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for other models/agents to execute.
10
205
systematic-debugging

obra/superpowers

Structured debugging methodology that mandates root cause investigation before attempting any fixes.
124.6k
215.9k
karpathy-guidelines

forrestchang/andrej-karpathy-skills

Behavioral guidelines to reduce common LLM coding mistakes through explicit assumptions, simplicity, and verifiable success criteria.
13.9k
165.4k
find-skills

vercel-labs/skills

Discover and install specialized agent skills from the open ecosystem when users need extended capabilities.
1.8M
21.1k