ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Bookmark Organizer

Skill by farhigh233

Why use this skill?

Turn messy browser bookmark HTML exports into a clean, categorized, and searchable Markdown knowledge base. Includes deduplication, classification, and dead-link detection.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/farhigh233/bookmark-organizer
Or

What This Skill Does

The Bookmark Organizer is a highly efficient utility designed to bridge the gap between cluttered browser bookmark exports and a structured, actionable knowledge base. In an era where we accumulate hundreds of URLs without organization, this tool serves as a digital librarian. It ingests standard HTML bookmark exports, parses the metadata, and subjects the data to a sophisticated pipeline including deduplication, chronological sorting, and categorical classification. By leveraging an external rules.json file, users can define bespoke categorization logic, ensuring that links are sorted into logical folders without needing to modify the underlying Python script. Furthermore, the skill includes a specialized diagnostic feature—a dead-link checker—which performs network requests to verify if stored URLs are still active. The result is a clean, searchable, and pruned Markdown repository that is ready for indexing, reference, or integration into other AI-powered knowledge management systems.

Installation

To install this skill, use the OpenClaw CLI tool within your terminal. Ensure your environment is configured for Python 3. Execute the following command: clawhub install openclaw/skills/skills/farhigh233/bookmark-organizer Once installed, verify that you have access to the script path located at ~/.openclaw/workspace-aii/skills/bookmark-organizer/scripts/organize.py. Ensure your environment has the necessary write permissions to the target output directory specified during execution.

Use Cases

This skill is perfect for researchers, developers, and power users who have thousands of forgotten links in their browser. It is ideal for:

  1. Consolidating multiple bookmark exports from different browsers into a unified, clean Markdown library.
  2. Cleaning up 'link rot' by identifying and removing broken URLs from archived collections.
  3. Creating personal wiki pages or documentation hubs from scattered resources.
  4. Preparing datasets of URLs to be used as context for local Large Language Models.

Example Prompts

  1. "OpenClaw, run the bookmark organizer on my file at ~/downloads/bookmarks_export.html and save the results into the project folder ~/knowledge/bookmarks_v1."
  2. "Organize my bookmarks using the existing rules file, but please include the --check-links flag to ensure all my saved coding tutorials are still active."
  3. "Summarize the results from my latest bookmark organization task; how many dead links were identified in the report?"

Tips & Limitations

To maximize the utility of this skill, spend time carefully configuring your rules.json file to match your personal filing taxonomy. Using broad categories initially, then refining them as your library grows, is recommended. A limitation of this tool is its reliance on the HTML structure generated by specific browsers; while it supports standard exports, heavily modified browser structures may require adjustments to the parser. Additionally, using the --check-links feature on a very large bookmark set may increase processing time due to network latency; ensure your internet connection is stable before executing the scan.

Metadata

Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-farhigh233-bookmark-organizer": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#bookmarks#markdown#productivity#organization#data-cleanup
Safety Score: 4/5

Flags: file-write, file-read, network-access