App Logo
x.com

Mute X user

Mute an X user by handle (hides their posts from you; invisible to them). Already-muted accounts are reported rather than re-muted. Returns handle, muted, was_muted.

Input

handle required

Target user's handle (with or without @). The mute takes effect immediately on the logged-in account — invisible to the target, but it changes what you see in your own feed — so confirm the exact handle with the user before running rather than inferring it from an earlier or unrelated message.

Output

muted required
handle required
was_muted required

already_present signal: true if already muted before this call

verified_on_page required

true if the page was reloaded and re-inspected after the action, confirming the mute is actually visible/present

account_used optional

handle of the logged-in account that performed the action, read from the account switcher UI (not assumed from input)

FAQ

Mute an X user by handle (hides their posts from you; invisible to them). Already-muted accounts are reported rather than re-muted. Returns handle, muted, was_muted.
Required: handle.
It returns muted, handle, was_muted, account_used, verified_on_page.
Yes. It acts as you on x.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the x.com cookies saved by the Reduck extension.
It makes changes on x.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/x.com/mute_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/x.com/mute_user
It is part of Reduck's official curated catalogue.

Start building not clicking