Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Analyze, organize, and clean browser bookmarks on macOS using on-disk bookmark and history files. Detects duplicates, stale bookmarks, tracking parameters, a...
Analyze, organize, and clean browser bookmarks on macOS using on-disk bookmark and history files. Detects duplicates, stale bookmarks, tracking parameters, a...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Analyze 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.
Discover browser profiles. Run read-only analysis and share findings. Propose cleanup plan with preview. Get explicit user approval before any writes. Dry-run first, then write with automatic backup. Report changes and how to roll back.
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]
Exact and semantic duplicate URLs Tracking-parameter variants (utm_*, gclid, fbclid, etc.) Subdomain and domain concentration HTTP links that should be HTTPS Empty, singleton, deep, and oversized folders Weak bookmark names Old bookmarks by age Never-visited and stale bookmarks (from browser history)
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.
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.