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.
Best use case
settings-privacy is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
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.
Teams using settings-privacy should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/settings-privacy/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How settings-privacy Compares
| Feature / Agent | settings-privacy | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
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.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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
1. Navigate to `x.com/settings`
2. Open DevTools (F12) -> Console
3. 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
1. Navigate to `x.com/settings/muted_keywords`
2. Open DevTools (F12) -> Console
3. Paste the script -> Enter
### Configuration
```javascript
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
1. Navigate to `/settings/audience_and_tagging` -> enable Protected Tweets
2. Navigate to `/settings/privacy_and_safety` -> adjust DM settings
3. Run `src/manageMutedWords.js` to add spam filters
4. Navigate to `/settings/notifications` -> filter notifications from non-followers
### Cleaning up after spam attack
1. Run `src/massUnblock.js` to clear old blocks (make room for new ones)
2. Run `src/blockBots.js` on your followers page
3. Run `src/manageMutedWords.js` with spam keywords
4. Check `/settings/muted/all` and `/settings/blocked/all` for status
### Content creator setup
1. Keep Protected Tweets OFF (public account needed for growth)
2. Mute common spam keywords: giveaway, airdrop, DM me, follow back
3. Filter notifications to verified accounts or followers only
4. 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 wordsRelated Skills
xactions-mcp-server
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.
xactions-cli
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.
x402-payments
Enable and integrate x402 crypto payment protocol for XActions API access. Supports multi-chain, multi-token payments for pay-per-use API calls. Use when users want to pay for XActions operations with crypto or integrate x402 into their own agent/app.
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.
webhooks
Create, manage, and test webhooks in XActions. Get notified via HTTP when automation jobs complete, followers change, or operations finish. Use when users want to integrate XActions events into external systems.
viral-thread-generation
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.
video-downloading
Download videos and GIFs from X/Twitter posts in the browser or via API. Single video, batch download, and quality selection. Use when users want to save or download Twitter/X videos.
topic-management
Browse, follow, and unfollow X Topics. Manage your followed topics list and discover new ones by keyword. Use when users want to follow or unfollow topics on X, or manage their topic feed.
timeline-viewing
Switch between For You / Following timelines, auto-scroll and collect posts, scrape timeline data, and export as JSON. Use when users want to browse, collect, or export tweets from their X timeline.
teams-management
Create and manage teams in XActions — invite members, assign roles, and collaborate on automation tasks. Use when users want to set up multi-user access or team-based account management.
spaces-live
Interacts with X/Twitter Spaces (live audio) including joining rooms, scraping metadata, discovering live or scheduled Spaces, and managing Space participation. Use when finding Spaces, scraping Space data, or interacting with live audio features on X.
saved-searches
Create, manage, and run saved searches on X/Twitter. Save search queries, list saved searches, delete them, and run them to see fresh results. Use when users want to save or manage search queries on X.