Twitter Thread Reader
Fetch, read, and summarise a tweet, Twitter/X thread, or X Article with full media and metadata.
What it does
Fetch, read, and summarise a tweet, Twitter/X thread, or X Article with full media and metadata.
Procedure
When this skill is activated, Chalie follows these steps:
- Use
memoryto recall any previously read threads or author notes, then ask the user for the Twitter/X URL (single tweet, thread, or X Article) and what they want from it: full thread summary, key points, quotes, or engagement metrics. - Use
readto fetch the page content from the URL. - If
readreturns incomplete content (X often requires JS rendering), usebrowserto navigate to the URL and extract the full thread or article text. - Use
memoryto store the author, post date, engagement metrics visible on the page (likes, retweets, bookmarks), and any embedded images or links. - Use
documentto reconstruct the chronological sequence of tweets and summarise the argument or narrative thread. - Use
documentto extract the full article body with section headings, key claims, and any embedded images described. - Present the output from
document— summary, key quotes, or full thread reconstruction — attributed to the author with the URL and date. - Use
searchto find related coverage or replies if the user wants broader context on the topic.
Version
v1 (curated)