a2a-multi-agent
Runs XActions as an A2A (Agent-to-Agent) compatible agent that serves an Agent Card, accepts JSON-RPC tasks, bridges them onto the 153 MCP tools, streams…
Manages X/Twitter bookmarks — organize by category with auto-tagging, clear all bookmarks in bulk, and export/scrape bookmarks with full metadata. Supports keyword-based categorization, CSV and JSON export, keep-filters, and folder creation (Premium). Use when users want to
$ npx -y skills add nirholas/XActions --skill bookmarks-management --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/bookmarks-managementContext preview
The summary Claude sees to decide when to auto-load this skill.
Manages X/Twitter bookmarks — organize by category with auto-tagging, clear all bookmarks in bulk, and export/scrape bookmarks with full metadata. Supports keyword-based categorization, CSV and JSON export, keep-filters, and folder creation (Premium). Use when users want to
name: bookmarks-management description: Manages X/Twitter bookmarks — organize by category with auto-tagging, clear all bookmarks in bulk, and export/scrape bookmarks with full metadata. Supports keyword-based categorization, CSV and JSON export, keep-filters, and folder creation (Premium). Use when users want to export, organize, or clear their X bookmarks. license: Apache-2.0 metadata: author: nichxbt version: "3.0"
Browser console scripts for managing, organizing, exporting, and clearing X/Twitter bookmarks.
| 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` |
**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.
1. Navigate to `x.com/i/bookmarks` 2. Open DevTools (F12) → Console 3. Paste the script → Enter 4. Auto-downloads when complete
Each bookmark includes: `tweetId`, `handle`, `displayName`, `verified`, `text`, `url`, `time`, `likes`, `retweets`, `replies`, `views`, `images`, `videos`, `links`, `hashtags`, `mentions`.
**File:** `src/bookmarkOrganizer.js`
Auto-categorizes bookmarks by keyword matching and exports organized data. Configure categories in `CONFIG.categories` (default: Tech, News, Crypto, Funny, Business). Unmatched bookmarks go to "Uncategorized." Supports JSON and CSV export.
1. Navigate to `x.com/i/bookmarks` → paste in DevTools → Enter 2. Prints category breakdown in console → auto-downloads organized export
**File:** `src/clearAllBookmarks.js`
Removes all bookmarks. Tries the built-in "Clear All" button first, then falls back to removing bookmarks individually by scrolling and clicking.
1. Navigate to `x.com/i/bookmarks` → paste in DevTools → Enter
**File:** `src/bookmarkManager.js`
Node.js/Puppeteer module for programmatic bookmark operations.
| Function | Purpose | |----------|---------| | `getBookmarks(page, { limit, format })` | Export bookmarks as JSON or CSV | | `createFolder(page, folderName)` | Create bookmark folder (Premium) | | `clearAllBookmarks(page)` | Remove all bookmarks |
| Element | Selector | |---------|----------| | Bookmark button | `[data-testid="bookmark"]` | | Remove bookmark | `[data-testid="removeBookmark"]` | | Tweet in bookmarks | `article[data-testid="tweet"]` | | Tweet text | `[data-testid="tweetText"]` | | Create folder | `[data-testid="createBookmarkFolder"]` | | Clear all | `[data-testid="clearBookmarks"]` | | Confirm dialog | `[data-testid="confirmationSheetConfirm"]` |
| Problem | Solution | |---------|----------| | No bookmarks found | Ensure you're on `x.com/i/bookmarks`, not `/i/lists` | | Export missing tweets | Increase `MAX_BOOKMARKS` or `maxBookmarks` config | | Folder creation fails | Bookmark folders require Premium subscription | | Clear stops midway | Rate limit triggered — script auto-retries after cooldown |
⚡ The Complete X/Twitter Automation Toolkit — Scrapers, MCP server for AI agents (Claude/GPT), CLI, browser scripts. No API fees. Open source. Unfollow people who don't follow back. Monitor real-time analytics. Auto follow, like, comment, scrape, without API. Follow Bot. Like bot. Grow your account automatically.
Repo: nirholas/XActions
Runs XActions as an A2A (Agent-to-Agent) compatible agent that serves an Agent Card, accepts JSON-RPC tasks, bridges them onto the 153 MCP tools, streams…
Export and backup your X/Twitter account data — tweets, likes, bookmarks, followers, and following — as downloadable JSON. Also triggers X's official data…
Miscellaneous account utilities — view join date, login history, connected accounts, appeal suspension, QR code sharing, share/embed tweets, upload contacts,…
Trains an X/Twitter account's algorithmic feed to surface niche-relevant content and positions the account as a thought leader. Browser scripts for manual…
Analyze X/Twitter engagement, hashtags, competitors, best posting times, follower demographics, tweet performance, viral detection, content calendar gaps, A/B…
Compose, preview, publish, and manage long-form Articles on X/Twitter. Premium+ feature. Includes article creation, formatting, media insertion, and…