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.
npx agentmods add skills/nirholas/xactions/settings-privacynpx skills add nirholas/XActions --skill settings-privacygit clone --depth 1 https://github.com/nirholas/XActionsWrote 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.
[](https://agentmods.dev/skills/nirholas/xactions/settings-privacy)<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>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.
| Model | Per session | Once 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 |
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.
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
- 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 |
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.
- 3d ago First seen · 106 lines · 46 tokens per session scan A 4703a14f58bc
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.
Other skills, from other repositories
tape-opens
Stack-unwind review of this conversation - a tree of main tasks done (struck through) and every open left behind at the depth it was abandoned, sized by the thread's measured shape, never by feel. Optional argument - a .jsonl path or session id to review a different session.
greeting-user
Explains how to properly greet the user.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
node-connect
Diagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps. Use when QR/setup code/manual connect fails, local Wi-Fi works but VPS/tailnet does not, or errors mention pairing required, unauthorized, bootstrap token invalid or expired, gateway.bind, gateway.remote.url, Tailscale…
powerpoint
Create designed, editable PowerPoint .pptx presentations with PptxGenJS. Use when the user asks to create, generate, update, or inspect a deck, slide deck, presentation, or .pptx file.
discord
Discord ops via the message tool (channel=discord).