Agent skill
settings-privacy
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.
Install this agent skill to your Project
npx add-skill https://github.com/nirholas/XActions/tree/main/skills/settings-privacy
Metadata
Additional technical details for this skill
- author
- nichxbt
- version
- 4.0
SKILL.md
Settings & Privacy
Browser console scripts for managing X/Twitter account settings and privacy controls.
Script Selection
| 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 |
Settings Manager
File: src/settingsManager.js
Manages account settings: privacy controls, content filtering, notification preferences, and account configuration.
How to Use
- Navigate to
x.com/settings - Open DevTools (F12) -> Console
- Paste the script -> Enter
Muted Words Manager
File: src/manageMutedWords.js
Bulk add or remove muted words and phrases to filter unwanted content from timeline, notifications, and search.
How to Use
- Navigate to
x.com/settings/muted_keywords - Open DevTools (F12) -> Console
- Paste the script -> Enter
Configuration
const CONFIG = {
wordsToMute: ['spam', 'giveaway', 'follow for follow'],
duration: 'forever', // 'forever', '24h', '7d', '30d'
muteFrom: 'everyone', // 'everyone' or 'people_you_dont_follow'
};
DOM Selectors
| 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"] |
Settings Pages
| 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 |
Strategy Guide
Locking down a new account
- Navigate to
/settings/audience_and_tagging-> enable Protected Tweets - Navigate to
/settings/privacy_and_safety-> adjust DM settings - Run
src/manageMutedWords.jsto add spam filters - Navigate to
/settings/notifications-> filter notifications from non-followers
Cleaning up after spam attack
- Run
src/massUnblock.jsto clear old blocks (make room for new ones) - Run
src/blockBots.json your followers page - Run
src/manageMutedWords.jswith spam keywords - Check
/settings/muted/alland/settings/blocked/allfor status
Content creator setup
- Keep Protected Tweets OFF (public account needed for growth)
- Mute common spam keywords: giveaway, airdrop, DM me, follow back
- Filter notifications to verified accounts or followers only
- Enable sensitive content warnings if posting edgy content
Notes
- Protected tweets: only approved followers can see posts
- Muted words filter content from timeline, notifications, and search
- Settings changes take effect immediately
- Some settings require password confirmation
- Download data request takes 24-48 hours to process
- Muted words support phrases, hashtags, and individual words
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
articles-longform
Compose, preview, publish, and manage long-form Articles on X/Twitter. Premium+ feature. Includes article creation, formatting, media insertion, and performance tracking. Use when users want to write, publish, manage, or analyze X Articles.
x-pro-management
Navigate to X Pro (TweetDeck), set up monitoring columns, and manage multi-column view. Use when users want to use X Pro / TweetDeck features or set up a multi-column dashboard.
business-ads
Manages X/Twitter business intelligence including brand monitoring, audience insights, competitor analysis, tweet A/B testing, auto-plug replies for promotion, and content performance optimization. Use when users want brand monitoring, audience analysis, competitor comparison, or promotion optimization on X.
engagement-interaction
Automates X/Twitter engagement actions — like, unlike, reply, bookmark, hide replies, and auto-like by keyword. Also bulk-unlikes all posts. Use when users want to automate likes, send replies, manage bookmarks on tweets, hide replies, or clear their entire likes history.
unfollow-management
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.
follower-monitoring
Monitors X/Twitter follower changes using browser console scripts. Detects who unfollowed, tracks new followers with welcome messages, monitors any public account, runs continuous monitoring with alerts, tracks follower growth over time, and analyzes follower demographics. Use when tracking follower changes, detecting unfollowers, or monitoring Twitter accounts.
Didn't find tool you were looking for?