bookmarks-management
Installation
SKILL.md
Bookmarks Management
Browser console scripts for managing, organizing, exporting, and clearing X/Twitter bookmarks.
Script Selection
| Goal | File | Navigate to |
|---|---|---|
| Export bookmarks (full metadata) | scripts/scrapeBookmarks.js |
x.com/i/bookmarks |
| Organize bookmarks by category | src/bookmarkOrganizer.js |
x.com/i/bookmarks |
| Clear all bookmarks | src/clearAllBookmarks.js |
x.com/i/bookmarks |
| Manage bookmarks (Puppeteer) | src/bookmarkManager.js |
x.com/i/bookmarks |
Scrape Bookmarks
File: scripts/scrapeBookmarks.js
Scrolls through your bookmarks and exports all posts with full metadata: text, author, engagement metrics, media URLs, external links, hashtags, and mentions. Exports as JSON, CSV, or both.