NewX profiles as Markdown
tweet.md logotweet.md
← all guidesClaude

X thread or post to Claude

How to copy an X thread or post to Claude

Convert an X/Twitter thread or post to Markdown before pasting it into Claude, avoiding blocked URLs, missing replies, and incomplete context.

Test it out now!

Simply replace x.com with tweet.md in any Tweet URL.

x.comtweet.md/OpenAI/status/…?thread=ancestors

Why URLs fail

A link is a request. Markdown is context.

If the assistant cannot fetch X, can only see the target post, or hits a login wall, it has to guess. tweet.md turns the source into text the model can actually read.

x.com URL → maybe blocked / partial / dynamic

tweet.md → ordered Markdown in the prompt

01

Claude can fetch some links in supported plans and surfaces, but direct link fetching still depends on web access, rate limits, and source availability.

02

X threads are easy to lose because the visible page may omit earlier posts, quoted posts, or replies beyond the target post.

03

tweet.md turns the thread into plain Markdown that Claude can reason over immediately, with no separate browser step.

Workflow

Step-by-step

  1. 01

    Copy the X/Twitter status URL.

    Use the permalink for the post in the thread you care about.
  2. 02

    Replace x.com with tweet.md.

    Swap the domain in the URL bar and open the tweet.md page.

    URL transform

    Before

    https://x.com/jack/status/20

    After

    https://tweet.md/jack/status/20?thread=branch-20
  3. 03

    Copy the Markdown output.

    Use ?thread=branch-20 for the branch you're in, or ?thread=all-20 for a recent conversation slice. Paid users omit thread for branch-15 by default.
  4. 04

    Paste into Claude with a source-grounded prompt.

    Tell the model to use the pasted Markdown as the source of truth.

Copy/paste prompt

Prompt for Claude

Claude prompt:

Analyze this X thread or post. First reconstruct the argument in order, then list what is evidence, what is opinion, and what I should verify independently.

[Paste tweet.md Markdown here]

Next

Continue with profiles, ChatGPT, or the API docs

Fetch a full profile, paste a complete thread into an AI assistant, or customize thread scope and output through the X post and thread documentation.