jina-reader

Installation
SKILL.md

Jina Reader

Use this workflow when a public URL is hard to read through normal tools: JavaScript-heavy pages, reader-hostile articles, X/Twitter posts and threads, GitHub pages, PDFs, or pages that return incomplete snippets.

Quick Start

Use the bundled script when a public URL is hard to read through normal tools. The helper lives with the installed skill:

# project-scope skill install
python3 .claude/skills/jina-reader/scripts/read_url.py "https://x.com/user/status/1234567890"

# user-scope skill install
python3 ~/.claude/skills/jina-reader/scripts/read_url.py "https://x.com/user/status/1234567890"

In this source repository, use python3 skills/jina-reader/scripts/read_url.py ... instead. If the skill is loaded from a plugin cache, run the helper at <plugin-root>/skills/jina-reader/scripts/read_url.py.

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.

Installs
1
First Seen
Jun 13, 2026
jina-reader — s-hiraoku/claude-harnesses