| name | url-to-markdown |
| description | Use when needing an easily readable markdown version of any web page. |
If given a URL from the user, or a list of URLs from a web search, you can make the page more readable by converting it to markdown.
Usage
If the link is to github.com, attempt to use the gh CLI tool to summarize the page. If not, continue.
If the jina CLI tool exists:
- set the
JINA_API_KEY env var: export JINA_API_KEY=$(pass agents/jina-reader/pi)
- use
jina read to get a markdown rendering of a page: jina read http://www.example.com
If jina is not installed, use the web API. Example with curl:
curl "https://r.jina.ai/https://www.example.com" \
-H "Authorization: Bearer $(pass agents/jina-reader/pi)"