Browser Bookmarks Cleanup
/install browser-bookmarks-cleanup
Browser Bookmark Cleanup
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.
Workflow
- 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.
Hard Safety Rule
Never send network requests to bookmark URLs. Analysis uses only local files.
Commands
Discover profiles:
python3 scripts/browser_bookmarks.py discover [--browser chrome|firefox]
Analyze bookmarks:
python3 scripts/browser_bookmarks.py analyze --bookmarks "\x3CPATH>" --output /tmp/bookmark-analysis.json
Apply plan (dry-run by default, --write to commit):
python3 scripts/browser_bookmarks.py apply-plan --bookmarks "\x3CPATH>" --plan /tmp/bookmark-plan.json [--write]
Analysis Categories
- 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)
Approval Gate
Before any write: show plan preview, get explicit approval, ask user to close the browser.
Plan Format
See references/plan-schema.md for the JSON plan structure.
Rollback
Restore the timestamped backup file created before any write.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install browser-bookmarks-cleanup - 安装完成后,直接呼叫该 Skill 的名称或使用
/browser-bookmarks-cleanup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Browser Bookmarks Cleanup 是什么?
Analyze, organize, and clean browser bookmarks on macOS using on-disk bookmark and history files. Detects duplicates, stale bookmarks, tracking parameters, a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 450 次。
如何安装 Browser Bookmarks Cleanup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install browser-bookmarks-cleanup」即可一键安装,无需额外配置。
Browser Bookmarks Cleanup 是免费的吗?
是的,Browser Bookmarks Cleanup 完全免费(开源免费),可自由下载、安装和使用。
Browser Bookmarks Cleanup 支持哪些平台?
Browser Bookmarks Cleanup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Browser Bookmarks Cleanup?
由 Mayank Nader(@makkoncept)开发并维护,当前版本 v1.0.0。