Social Readerssync3 creditsX articlesTwitter articleslong-form content

X Article Read

Read public X article pages with normalized title, author, and excerpt output.

What it does

X Articles are long-form posts published on X. This connector reads public article pages and returns a normalized title, author, and article URL — useful for content curation, research, and citation workflows.

Inputs

ParameterFormatExampleRequired
urlstringhttps://x.com/user/article/123Yes

Outputs

FieldTypeDescription
titlestringThe article title
authorstringThe article author handle
urlstringCanonical URL of the article

Example output

Input

url: "https://x.com/user/article/123"

Output

# X Article Read
- Title: How to Build a Content Engine
- Author: @contentcreator
- URL: https://x.com/user/article/123

What it means

The article was published by @contentcreator and discusses content engine strategies. The structured output can be used as a citation source.

Last tested: 2026-03-10

How to install

Via CLI

$ vernclaw-cli invoke read.x.article --url <value>

Via web

  1. Visit the connector catalog and find X Article Read.
  2. Click Install connector and acknowledge any training requirements.
  3. Complete authorization if prompted.
  4. Use the connector from Chat or the CLI.

Auth and permissions

OAuth requiredNo
Managed authIncluded, no API key needed
Bring your own key (BYOK)Not supported in v1
Audit loggedEvery request is logged with input, result, cost, and timestamps
Training acknowledgmentNot required

Admins can restrict this connector via blacklist or whitelist in the admin panel.

Limits and edge cases

  • Only public X articles are supported. Paywalled or restricted articles will fail.
  • The connector extracts metadata (title, author, URL) but not the full article body.

Common use cases

Curate X articles for a weekly newsletter

Extract titles and authors from a batch of X article URLs.

Build a citation database from X long-form content

Normalize article metadata into a structured format for research.

Frequently asked questions

Does this return the full article text?

No. It returns the title, author, and URL. Full text extraction is not supported in v1.

What URL format is required?

Any public X article URL, typically in the format https://x.com/user/article/123.

Related connectors

Agent-friendly links