Install
openclaw skills install browser-bookmarks-cleanupAnalyze, organize, and clean browser bookmarks on macOS using on-disk bookmark and history files. Detects duplicates, stale bookmarks, tracking parameters, a...
openclaw skills install browser-bookmarks-cleanupAnalyze first, organize, then clean up. All writes are opt-in and reversible.
Supported browsers: Chrome and Firefox out of the box. Other Chromium-based browsers (Edge, Brave, Arc, etc.) can be handled by pointing to their profile directories, which use the same Bookmarks JSON format as Chrome.
Never send network requests to bookmark URLs. Analysis uses only local files.
Discover profiles:
python3 scripts/browser_bookmarks.py discover [--browser chrome|firefox]
Analyze bookmarks:
python3 scripts/browser_bookmarks.py analyze --bookmarks "<PATH>" --output /tmp/bookmark-analysis.json
Apply plan (dry-run by default, --write to commit):
python3 scripts/browser_bookmarks.py apply-plan --bookmarks "<PATH>" --plan /tmp/bookmark-plan.json [--write]
utm_*, gclid, fbclid, etc.)Before any write: show plan preview, get explicit approval, ask user to close the browser.
See references/plan-schema.md for the JSON plan structure.
Restore the timestamped backup file created before any write.