link-reader

Installation
SKILL.md

Link Reader

Read content from URLs that block direct web fetching by routing through proxy APIs.

Supported Platforms

Twitter / X

URL patterns: twitter.com/*/status/*, x.com/*/status/*, twitter.com/*/article/*, x.com/*/article/*

Proxy: FxTwitter API (api.fxtwitter.com)

Steps:

  1. Extract the path after the domain (e.g., /trq212/status/1234567890)
  2. Fetch https://api.fxtwitter.com{path} using WebFetch
  3. Parse the JSON response
  4. Format based on content type (see below)
Installs
5
GitHub Stars
104
First Seen
Mar 28, 2026
link-reader — nicknisi/claude-plugins