settings-privacy

settings-privacy is a skill for Claude Code, Codex from nirholas/XActions. It costs 46 tokens per session (942 once invoked), scanned A, original, Apache-2.0.

A set of browser scripts for managing X account settings and privacy controls. It covers protected posts, content filters, notifications, muted words, blocked accounts, and muted accounts.

In plain words
What is it for?
Use it to adjust privacy and notification preferences, add or remove muted words, and clear blocked or muted accounts.
Why use it?
It gathers common account-cleanup tasks in scripts, which can help when settings or word filters need to be changed for many items.

Skill for Claude CodeCodex

Part of the xactions plugin — 47 skills, 1 command, 6 agents, 1 MCP server shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/nirholas/xactions/settings-privacy
Any agent
npx skills add nirholas/XActions --skill settings-privacy
Clone the repo
git clone --depth 1 https://github.com/nirholas/XActions

Made for: Claude Code, Codex.

Or install xactions, the plugin that ships this one along with the rest of its 47 skills, 1 command, 6 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for settings-privacy

README.md
[![agentmods](https://agentmods.dev/badge/skills/nirholas/xactions/settings-privacy.svg)](https://agentmods.dev/skills/nirholas/xactions/settings-privacy)
Your own site
<a href="https://agentmods.dev/skills/nirholas/xactions/settings-privacy"><img src="https://agentmods.dev/badge/skills/nirholas/xactions/settings-privacy.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 942 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00046 $0.00942
Opus 5 $0.00023 $0.00471
Sonnet 5 $0.00009 $0.00188
Haiku 4.5 $0.00005 $0.00094

Measured 3d ago against content hash 4703a14f58bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

settings-privacy scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/settings-privacy/SKILL.md · 106 lines

How it starts

The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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

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

Read the full file on GitHub · 106 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 106 lines · 46 tokens per session scan A 4703a14f58bc

Subscribe to this mod's changes

settings-privacy is a skill published in the GitHub repository nirholas/XActions (502 stars, last pushed 6d ago), licensed Apache-2.0. It adds 46 tokens to every session and 942 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.