skills/settings-privacy/SKILL.md
Manages X/Twitter account settings and privacy controls including protected tweets, muted words, content filtering, notification preferences, and account configuration. Use when changing privacy settings, managing muted words, or configuring account preferences.
npx skillsauth add RanaPriyansh/XActions settings-privacyInstall 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 managing X/Twitter account settings and privacy controls.
| Script | File | Purpose |
|--------|------|---------|
| Settings Manager | src/settingsManager.js | Account settings, privacy, content preferences |
| Muted Words | src/manageMutedWords.js | Bulk add, remove, and manage muted words/phrases |
| Mass Unblock | src/massUnblock.js | Clear blocked accounts |
| Mass Unmute | src/massUnmute.js | Clear muted accounts |
File: src/settingsManager.js
Manages account settings: privacy controls, content filtering, notification preferences, and account configuration.
x.com/settingsFile: src/manageMutedWords.js
Bulk add or remove muted words and phrases to filter unwanted content from timeline, notifications, and search.
x.com/settings/muted_keywordsconst CONFIG = {
wordsToMute: ['spam', 'giveaway', 'follow for follow'],
duration: 'forever', // 'forever', '24h', '7d', '30d'
muteFrom: 'everyone', // 'everyone' or 'people_you_dont_follow'
};
| Element | Selector |
|---------|----------|
| Toggle switch | [data-testid="settingsSwitch"] |
| Protected toggle | [data-testid="protectedTweets"] |
| Settings nav | a[href="/settings"] |
| Muted keywords | a[href="/settings/muted_keywords"] |
| Confirmation dialog | [data-testid="confirmationSheetConfirm"] |
| Setting | URL | Description |
|---------|-----|-------------|
| Protected tweets | /settings/audience_and_tagging | Only approved followers see posts |
| Muted words | /settings/muted_keywords | Filter content by keyword |
| Blocked accounts | /settings/blocked/all | View/manage blocked accounts |
| Muted accounts | /settings/muted/all | View/manage muted accounts |
| Content preferences | /settings/content_preferences | Sensitive content filters |
| Notifications | /settings/notifications | Notification filtering |
| Privacy and safety | /settings/privacy_and_safety | DM controls, discoverability |
| Account info | /settings/your_twitter_data/account | Email, phone, username |
| Download data | /settings/download_your_data | Request full data archive |
/settings/audience_and_tagging -> enable Protected Tweets/settings/privacy_and_safety -> adjust DM settingssrc/manageMutedWords.js to add spam filters/settings/notifications -> filter notifications from non-followerssrc/massUnblock.js to clear old blocks (make room for new ones)src/blockBots.js on your followers pagesrc/manageMutedWords.js with spam keywords/settings/muted/all and /settings/blocked/all for statustools
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.