Install
openclaw skills install organizing-edge-bookmarksUse when organizing Microsoft Edge bookmarks or favorites when persistence matters, when folder priorities like AI/investing/social are important, or when previous bookmark edits were reverted after restart or sync.
openclaw skills install organizing-edge-bookmarksTreat the live browser bookmark model as the source of truth. The raw Bookmarks file is a fallback artifact, not the preferred write path.
✅ USE this skill when:
AI, Investing, Social, Tools, Resources, or Archive❌ DON'T use this skill when:
If a live-profile path exists, use it.
Avoid raw Bookmarks JSON edits by default because Edge can rebuild the visible tree from its live model and sync state.
This skill is for local, same-machine execution only. If the agent is not running on the same Mac as the target Edge profile, stop and switch to a manual checklist instead of inventing a remote control path.
Identify the exact target
Turn the request into explicit buckets
AI, Investing, Social, Tools, Resources, Archive.AI, Investing, and Social are top-level priority folders unless the user says otherwise.Archive or Review.Create a rollback point before mutation
Require explicit consent for intrusive actions
Do not start with raw file edits
Bookmarks JSON as the primary path.Prefer the live browser model
chrome.bookmarks.Use UI automation only as fallback
edge://favorites/ may expose weak accessibility structure.Verify persistence
Archive or Review for uncertain items.Bookmarks checksum means persistence is safe.Bookmarks directly firstWhy it fails:
Better:
edge://favorites/ accessibility blindlyWhy it fails:
Better:
Why it fails:
Better:
Why it fails:
Better:
Why it fails:
Better:
references/edge-bookmarks-workflow.md