chrome-bookmark-summarizer
Reads Chrome bookmarks and extracts URLs by a user-provided folder name, then generates batch webpage summaries. Use when the user mentions Chrome bookmarks/favorites, bookmark folders, link summarization, or asks to summarize sites under a bookmark folder.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/blacker521/chrome-bookmark-folder-summarizerWhat This Skill Does
The chrome-bookmark-summarizer is a specialized automation skill designed for OpenClaw that bridges your personal web-browsing organization with AI-powered synthesis. Instead of manually clicking through dozens of saved bookmarks, this skill locates your browser data, extracts the URLs from a specified folder, and systematically scrapes the content to generate concise, structured summaries. It transforms raw lists of links into digestible knowledge modules, complete with key takeaways, individual bullet points, and high-level cross-page analysis.
Installation
You can install this skill directly via the OpenClaw command-line interface. Use the following command in your terminal:
clawhub install openclaw/skills/skills/blacker521/chrome-bookmark-folder-summarizer
Ensure you have read-access permissions for your browser configuration directory, as the script needs to locate your local Chrome bookmarks file.
Use Cases
This skill is perfect for researchers, students, and project managers who save content for later but struggle with 'bookmark fatigue.' Use it when you are conducting deep-dive research, performing literature reviews, or managing extensive reading lists. For example, if you have a folder filled with industry news or technical documentation, this skill helps you stay informed without needing to manually parse every page.
Example Prompts
- "Summarize all the articles in my 'AI Research' bookmark folder for me. Focus on the core takeaways and how they relate to LLM efficiency."
- "Can you check my 'Work Project' folder and generate a brief report of the links? Please use the contains match mode since I might have a few subfolders."
- "Look through my 'Vacation Ideas' bookmarks and create a comparative list of the destinations mentioned so I can decide where to go."
Tips & Limitations
- Permissions: By default, this tool looks in the standard macOS Chrome profile. If you use multiple Chrome profiles or a non-standard path, be prepared to point the script to the correct
Bookmarksfile using the--bookmarksflag. - Performance: Summarization is dependent on the total number of links. Large folders may take a few moments to process. If a link is broken or behind a login wall, the summarizer will attempt to capture the page title and description instead of full body content.
- Filtering: Use the
--pick-firstoption if your folder structure has duplicates to ensure clean output. - Privacy: The skill performs local file reading and external network requests to fetch webpage content. It does not store your browser history or data beyond the current session's analysis.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-blacker521-chrome-bookmark-folder-summarizer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, network-access