readable-arxiv

readable-arxiv is a skill for Claude Code, Codex from yamadashy/agent-readable. It costs 64 tokens per session (230 once invoked), scanned A, original, MIT.

A guide for retrieving arXiv research papers, including their title, authors, abstract, and full text. arXiv is a public website where researchers share scientific papers before or alongside formal publication.

In plain words
What is it for?
Use it when a user provides an arXiv abstract link and you need to inspect or summarize the paper's contents.
Why use it?
It turns a paper link into readable metadata and extracted document text instead of requiring manual browsing through the paper.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Claude Code.

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.

agentmods
npx agentmods add skills/yamadashy/agent-readable/readable-arxiv
Any agent
npx skills add yamadashy/agent-readable --skill readable-arxiv
Clone the repo
git clone --depth 1 https://github.com/yamadashy/agent-readable

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 readable-arxiv

README.md
[![agentmods](https://agentmods.dev/badge/skills/yamadashy/agent-readable/readable-arxiv.svg)](https://agentmods.dev/skills/yamadashy/agent-readable/readable-arxiv)
Your own site
<a href="https://agentmods.dev/skills/yamadashy/agent-readable/readable-arxiv"><img src="https://agentmods.dev/badge/skills/yamadashy/agent-readable/readable-arxiv.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 230 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original 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.00064 $0.00230
Opus 5 $0.00032 $0.00115
Sonnet 5 $0.00013 $0.00046
Haiku 4.5 $0.00006 $0.00023

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

Security

Grade A, and why

readable-arxiv 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 5d 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.

description: Fetches an arXiv paper — metadata (title, authors, abstract) via WebFetch on the abs page, plus the full PDF via curl on arxiv.org/pdf and structured extraction by pdfvision. Use when the URL is in the form
skills/readable-arxiv/SKILL.md · 33 lines

What it actually says

arXiv Paper Reader

Steps

1. Fetch metadata with WebFetch

Use WebFetch to load the arXiv page and extract paper information.

  • Title
  • Authors
  • Abstract

2. Download the PDF

curl -L -o /tmp/paper.pdf "https://arxiv.org/pdf/{paper_id}.pdf"

3. Extract the PDF contents

Prefer pdfvision — it reports per-page density and works in any agent runtime that can spawn a CLI:

npx pdfvision /tmp/paper.pdf

If only a Claude Code-style multimodal Read tool is available, Read /tmp/paper.pdf also works.

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. 5d ago First seen · 33 lines · 64 tokens per session scan A b5c68a2b44f8

Subscribe to this mod's changes

readable-arxiv is a skill published in the GitHub repository yamadashy/agent-readable (2 stars, last pushed 3mo ago), licensed MIT. It adds 64 tokens to every session and 230 once invoked, about $0.0003 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

pdf

当用户需要对PDF文件进行任何操作时,请使用此技能。包括从 PDF 中读取或提取文本/表格、合并多个 PDF、拆分 PDF、旋转页面、添加水印、创建新PDF、填写PDF表单、加密/解密 PDF、提取图片,以及对扫描版 PDF 进行 OCR 使其可搜索。如果用户提到 .pdf 文件或要求生成 PDF,请使用此技能。.

agentscope-ai/QwenPaw · 95 tokens

invoice-document-pdf

Generating invoices, contracts, forms, receipts, and business documents as professional PDFs.

cosmicstack-labs/mercury-agent-skills · 20 tokens

report-generation

Creating structured PDF reports from data, templates, and AI-generated content using professional toolchains.

cosmicstack-labs/mercury-agent-skills · 20 tokens

markdown-to-pdf

Converting Markdown to professional PDFs using Pandoc, WeasyPrint, ReportLab, and related tools.

cosmicstack-labs/mercury-agent-skills · 25 tokens

graphic-ebook

Creates professionally designed B2B SaaS e-books in HTML + CSS, exported as print-ready PDF. 3–10 pages, 9 style presets, 11 page layout types. Trigger when user says "create an ebook", "design a lead magnet", "make a PDF guide", "build a gated content piece", "write a B2B ebook", "design a white paper", "create a…

Varnan-Tech/opendirectory · 97 tokens

arxiv-preflight

Pre-submission validation audit for arXiv papers across TeX source, PDF, figures, metadata, bibliography, file organization, and common-error scans. Produces pass/fail report with specific fixes per arXiv requirement. Triggers on: "check my arXiv submission", "validate for arXiv", "arXiv preflight", "ready for arXiv"…

Mathews-Tom/armory · 120 tokens