browsing-history

Query synced Chrome browsing history with natural language and export results.

345|52|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/glebis/claude-skills --skill browsing-history-glebis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browsing-history
Source: https://github.com/glebis/claude-skills/tree/main/browsing-history
Command: npx skills add https://github.com/glebis/claude-skills --skill browsing-history-glebis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Querying across multiple devices' browsing history is tedious and fragmented; this skill unifies and surfaces insights from all synced data sources in one place.

Core Features & Use Cases

  • Natural-language querying over a multi-device history store.
  • Grouping and export options (domain/category, Markdown, JSON).
  • Local storage in ~/data/browsing.db with optional per-day deduplication and LLM-based categorization.

Quick Start

Query yesterday’s history from all devices using a single command.

Frequently Asked Questions about browsing-history

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search synced Chrome browsing history across all my devices?

You can search synced Chrome browsing history across all devices using natural language queries. The skill retrieves data from a local store at ~/data/browsing.db and surfaces matching articles, domains, or time ranges.

Can I export browsing history grouped by domain as JSON or Markdown?

Yes, you can export browsing history grouped by domain or category. The skill outputs query results directly as structured JSON or formatted Markdown for easy sharing and analysis.

How does LLM-based categorization work for multi-device browsing history?

LLM-based categorization automatically classifies your multi-device browsing history into distinct categories. This groups related domains and articles together, making it easier to analyze your web activity patterns.

Does querying browsing history locally require any external database setup?

No external database setup is required. The skill automatically stores and queries browsing history locally in a SQLite database file located at ~/data/browsing.db.

What is the best way to find articles I read yesterday across multiple devices?

The best way to find articles read yesterday across multiple devices is a single natural language query. The skill searches the unified local history store and returns matching entries with optional per-day deduplication.