skills/blocking-muting-management/SKILL.md
Mass block, unblock, mute, unmute, and manage accounts on X/Twitter. Includes bot detection and blocking, keyword-based muting, muted word management, spam reporting, and follower removal via soft-block. Use when users want to block bots, mass block/unblock accounts, mute by keywords, manage muted words, or remove followers.
npx skillsauth add RanaPriyansh/XActions blocking-muting-managementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Browser console scripts for blocking, unblocking, muting, and managing unwanted accounts on X/Twitter.
| Goal | File | Navigate to |
|------|------|-------------|
| Block multiple accounts | src/massBlock.js | Any page on x.com |
| Unblock all blocked accounts | src/massUnblock.js | x.com/settings/blocked/all |
| Unmute all muted accounts | src/massUnmute.js | x.com/settings/muted/all |
| Detect and block bots | src/blockBots.js | x.com/USERNAME/followers |
| Mute users by keywords | src/muteByKeywords.js | Timeline or search results |
| Manage muted words | src/manageMutedWords.js | Any page |
| Report spam | src/reportSpam.js | Target account profile |
| Remove followers (soft-block) | src/removeFollowers.js | x.com/USERNAME/followers |
Blocks a list of usernames by navigating to each profile and clicking Block. Configurable delay between blocks. Tracks progress and exports block list.
Controls: window.XActions.pause(), .resume(), .abort()
Navigates to blocked accounts page and clicks Unblock on each. Scrolls for more. Progress tracking with auto JSON export.
Same pattern as massUnblock but for muted accounts. Navigate to x.com/settings/muted/all first.
Scans your followers using heuristics to detect bot accounts:
Flags accounts as suspicious before blocking. Review mode available.
Scans timeline or search results for tweets containing specific keywords. Mutes the authors. Configurable keyword list.
Bulk-adds words/phrases to X's muted words list. Navigates to settings and adds each word programmatically.
Removes followers using the block-then-immediately-unblock method. They stop following you without being permanently blocked. Processes one-by-one with safety delays.
Controls: window.XActions.pause(), .resume(), .abort()
| Element | Selector |
|---------|----------|
| Block option | [data-testid="block"] |
| Unblock button | [data-testid="unblock"] or [data-testid$="-unblock"] |
| Confirmation | [data-testid="confirmationSheetConfirm"] |
| User actions menu | [data-testid="userActions"] |
| User cell | [data-testid="UserCell"] |
| Mute option | [data-testid="mute"] |
src/blockBots.js on your followers pagesrc/auditFollowers.js to verify remaining follower qualitysrc/massUnblock.js on x.com/settings/blocked/all to clear block listsrc/massUnmute.js on x.com/settings/muted/all to clear mute listsrc/manageMutedWords.jstools
Free MCP server providing 68+ tools for AI agents to automate X/Twitter. Scrapes profiles, followers, tweets. Posts, follows, likes, retweets, downloads videos, analyzes sentiment, monitors brands, manages DMs, runs workflows, and more. Uses local Puppeteer -- no API keys or payments required. Compatible with Claude Desktop, Cursor, Windsurf, VS Code. Use when setting up or using AI agent Twitter automation via MCP.
tools
Command-line interface for scraping X/Twitter data, managing MCP server config, and running automation. Scrapes profiles, followers, tweets, search results, and more from terminal. Outputs text, JSON, or CSV. Uses Puppeteer stealth. Use when running Twitter operations from command line or automated pipelines.
content-media
Researches trending topics and competitor threads to generate high-engagement thread content with optimized hooks, value ladders, and calls to action. Use when creating threads or planning viral content.
tools
Mass unfollow on X/Twitter via browser console scripts. Unfollows everyone, only non-followers, non-followers with username logging, smart time-based unfollow with whitelists, and follow/following ratio management. Use when cleaning up a following list, removing non-followers, bulk unfollowing accounts, or optimizing your follow ratio.