jina-reader
Installation
SKILL.md
Jina Reader
Quick Start
Use the bundled script when a public URL is hard to read through normal tools:
python3 scripts/read_url.py "https://x.com/user/status/1234567890"
The script prints Markdown from https://r.jina.ai/. If JINA_API_KEY is set, it sends it as a bearer token; otherwise it uses public unauthenticated access.
For a one-off fetch without the script:
curl "https://r.jina.ai/https://example.com/page"