jina-read-url
Installation
SKILL.md
Jina Read URL
Overview
Use Jina Reader as the narrow URL-to-Markdown step for public web pages, then answer from the returned Markdown. Keep this skill focused on reading the URL; save to memory, send to another agent, or archive output only when the user explicitly asks.
Quick Start
Prefer the bundled script:
python3 scripts/read_url.py "https://example.com/page"
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.
Use --output when the fetched Markdown is large or the user asks to save it: