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

Related skills
Installs
2
Repository
iails01/skills
First Seen
Mar 1, 2026