jina-reader
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
- Choose the target URL.
- Run the script to fetch markdown.
- Use the markdown output for downstream tasks (summarize, quote, extract).
Weekly Installs
1
Repository
iails01/skillsFirst Seen
Mar 1, 2026
Security Audits
Installed on
amp1
cline1
opencode1
cursor1
continue1
kimi-cli1