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:
- Extract the path after the domain (e.g.,
/trq212/status/1234567890) - Fetch
https://api.fxtwitter.com{path}using WebFetch - Parse the JSON response
- Format based on content type (see below)