--- name: read-x description: Use this plugin when asked to read, show, summarize, or explain a https://x.com URL. --- Use `get_feed` from the plugin that provides this skill before generic web retrieval. Discover the tool if needed. For plain post/profile retrieval, call `get_feed({source: originalUrl})` with the unchanged URL. When explicitly asked for replies written by an author, use that profile URL with `answers: true`. This returns the timeline including authored replies, not all replies received from other users or a replies-only collection. For continuation, pass the previous response's `cursor.bottom` as `cursor`, retaining the same source and options. Do not automatically fetch every page or claim complete historical coverage. Profiles do not support `context: true`. The plugin validates URLs; source query strings and fragments do not set tool options. Return the requested content with its source, or report the tool's failure. Respect explicit user tool choices; URLs merely quoted for editing do not request retrieval.