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.
npx agentmods add skills/yamadashy/agent-readable/readable-arxivnpx skills add yamadashy/agent-readable --skill readable-arxivgit clone --depth 1 https://github.com/yamadashy/agent-readableWrote 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.
[](https://agentmods.dev/skills/yamadashy/agent-readable/readable-arxiv)<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>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.
| Model | Per session | Once 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 |
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 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.
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.
- 5d ago First seen · 33 lines · 64 tokens per session scan A b5c68a2b44f8
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.
Other skills, from other repositories
当用户需要对PDF文件进行任何操作时,请使用此技能。包括从 PDF 中读取或提取文本/表格、合并多个 PDF、拆分 PDF、旋转页面、添加水印、创建新PDF、填写PDF表单、加密/解密 PDF、提取图片,以及对扫描版 PDF 进行 OCR 使其可搜索。如果用户提到 .pdf 文件或要求生成 PDF,请使用此技能。.
invoice-document-pdf
Generating invoices, contracts, forms, receipts, and business documents as professional PDFs.
report-generation
Creating structured PDF reports from data, templates, and AI-generated content using professional toolchains.
markdown-to-pdf
Converting Markdown to professional PDFs using Pandoc, WeasyPrint, ReportLab, and related tools.
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…
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"…