reader-fetch

Installation
SKILL.md

Reader fetch

Reader is a hosted extraction API. Default output is markdown: main content only, no nav clutter.

Base URL: https://reader.marban.lol (alias: https://r.marban.lol)

Default: markdown

URL-encode the target, then request:

curl -sG "https://reader.marban.lol/read" \
  --data-urlencode "url=https://example.com/article"

Or with fetch in environments that have it:

Installs
1
First Seen
1 day ago
reader-fetch — rahuletto/reader