jina-reader

jina-reader is a skill for Claude Code, Codex from Hawkynt/ClaudeCodePortable. It costs 132 tokens per session (636 once invoked), scanned A, original, LGPL-3.0.

A webpage reader that turns online pages into clean, structured Markdown text. It uses the jina.ai reader service instead of exposing an agent to raw webpage HTML.

In plain words
What is it for?
Use it when an agent needs to read webpages, documentation, wikis, or other online content in a compact text format.
Why use it?
It reduces clutter from navigation and other page markup, and can help when pages are blocked, JavaScript-rendered, or difficult to fetch normally.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when an agent needs to read webpages, documentation, wikis, or other online content in a compact text format.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hawkynt/claudecodeportable/jina-reader
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Hawkynt/ClaudeCodePortable --skill jina-reader
Clone the repo
git clone --depth 1 https://github.com/Hawkynt/ClaudeCodePortable

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for jina-reader

README.md
[![agentmods](https://agentmods.dev/badge/skills/hawkynt/claudecodeportable/jina-reader.svg)](https://agentmods.dev/skills/hawkynt/claudecodeportable/jina-reader)
Your own site
<a href="https://agentmods.dev/skills/hawkynt/claudecodeportable/jina-reader"><img src="https://agentmods.dev/badge/skills/hawkynt/claudecodeportable/jina-reader.svg" alt="Measured on agentmods" height="20"></a>
Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 636 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00132 $0.00636
Opus 5 $0.00066 $0.00318
Sonnet 5 $0.00026 $0.00127
Haiku 4.5 $0.00013 $0.00064

Measured 8d ago against content hash c2ac516a80b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

jina-reader scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Works for both `WebFetch` and a raw `curl -s "https://r.jina.ai/https://…"` in Bash when you need the full text rather than an LLM extraction.
templates/skills/jina-reader/SKILL.md · 43 lines

The source is not reproduced here

Licensed LGPL-3.0

The repository is licensed LGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 43 lines · 132 tokens per session scan A c2ac516a80b2

Subscribe to this mod's changes

jina-reader is a skill published in the GitHub repository Hawkynt/ClaudeCodePortable (2 stars, last pushed 29d ago), licensed LGPL-3.0. It adds 132 tokens to every session and 636 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

agent-computer-use

REQUIRED for any task that involves operating a desktop application — opening apps, clicking buttons, typing into fields, pressing keys, scrolling, dragging, reading what's on screen, moving or resizing windows, or verifying state after an action. Always use the agent-cu CLI commands (open, snapshot, click, type, key…

kortix-ai/agent-computer-use · 216 tokens

agent-browser

Use the host-side agent-browser CLI for local browser smoke tests, screenshots, snapshots, and simple UI validation against forwarded localhost URLs.

superagent-ai/grok-cli · 31 tokens

test-ui

Test the BrowserOS app extension UI by starting the dev environment and visually verifying changes via CDP. Covers the new tab page (left sidebar — Home, Scheduled Tasks, Settings, etc.) and the right side panel (chat interface). Use after making UI changes to apps/app/.

browseros-ai/BrowserOS · 59 tokens

ai-sdk

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI…

browseros-ai/BrowserOS · 155 tokens

browseros-neo

The user's dedicated browser for agents — a real browser signed into their accounts, with live logins and a persistent profile. Use it for any task that touches a website or browser (open, read, act, fill, sign in, download, verify). The user installed it precisely so agents default here unprompted — over in-app…

browseros-ai/BrowserOS · 119 tokens

knowledge-browser-automation

A browser-automation component that gives each session an isolated Chromium browser for navigating pages, inspecting them, interacting with them, and taking diagnostic screenshots.

echoVic/blade-code · 162 tokens