App Logo
x.com

Create X List

Creates a new X List with a name, optional description, and public/private visibility.

Input

name required

The List's display name. X caps this at 25 characters — the composer itself refuses more.

private optional

When true, only this account can see the List (its members and its posts). When false, it's public.

Default: false
description optional

Optional description shown on the List's page. X caps this at 100 characters.

Output

url required
name required
list_id required
private required
description optional

FAQ

Creates a new X List with a name, optional description, and public/private visibility.
Required: name. Optional: private, description.
It returns url, name, list_id, private, description.
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/create_list, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/x.com/create_list
It is part of Reduck's official curated catalogue.

Start building not clicking