jina-reader

Installation
SKILL.md

Jina Reader 📖

Fetch a URL through Jina Reader and return the page as markdown text.

Tool: scripts/jina_reader.py

Use this script to fetch a page and emit markdown.

Inputs

  • url: The target web page. If no scheme is provided, https:// is assumed.

Outputs

  • Markdown text to stdout by default, or to a file with --output.

Options

  • --output PATH: Write markdown to a file instead of stdout.
  • --timeout SECONDS: Request timeout (default: 30).

Examples

python scripts/jina_reader.py https://example.com
python scripts/jina_reader.py example.com --output output.md

Workflow

  1. Choose the target URL.
  2. Run the script to fetch markdown.
  3. Use the markdown output for downstream tasks (summarize, quote, extract).
Related skills
Installs
2
Repository
iails01/skills
First Seen
Mar 1, 2026