A command-line driven utility for analyzing, cleaning, and organizing large browser bookmark export files.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install browser-bookmarks
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install browser-bookmarks using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Browser Bookmarks manager is a technical workflow within the Openclaw Skills ecosystem designed to handle the clutter of long-term web browsing. It focuses on parsing standard export formats from major browsers like Chrome and Firefox to identify redundant data and broken resources. By leveraging native Unix utilities, this skill provides a high-performance way to audit thousands of links without needing heavy third-party software.
Utilizing this skill allows developers and researchers to maintain a high-quality personal knowledge base. It transforms raw HTML or JSON exports into actionable reports, ensuring that your saved resources remain accessible and unique. This entry in the Openclaw Skills library is essential for anyone looking to migrate browsers or perform routine digital maintenance on their bookmark collections.
To get started with this skill, first export your bookmarks from your browser (e.g., chrome://bookmarks -> Export). Ensure your environment has standard Unix tools available.
# Verify your environment has the necessary utilities
which curl grep sort uniq
# Extract URLs from your exported HTML file
grep -oP 'HREF="\\K[^"]+' bookmarks.html | sort > urls.txt
The skill processes and generates data according to the following structure:
| Data Element | Format | Purpose |
|---|---|---|
| Source Export | HTML/JSON | The primary input file from Chrome or Firefox. |
| URL List | Flat Text | A sorted list of extracted URLs for analysis. |
| Analysis Report | Markdown | The final output containing tables for duplicates and dead links. |
| HTTP Status | Integer | Metadata used to classify links (e.g., 200 for live, 404 for dead, 301 for moved). |
Loading
A natural language interface for multi-chain crypto trading, portfolio management, and prediction market betting.

A specialized integration for AI agents to discover, evaluate, and submit tasks on the Bankr marketplace for rewards.

A powerful skill enabling AI agents to proactively manage profiles, conduct research, and create content without human intervention.

A comprehensive automation engine designed to orchestrate scheduled tasks and optimize system workflows using Openclaw Skills.

An AI-powered automation engine designed to connect enterprise tools, create complex pipelines, and eliminate manual business tasks.

A structural comparison tool for analyzing and merging YAML, JSON, TOML, and INI configuration files.








































