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 skills add geronimo-iia/agent-skills --skill research-papergit clone --depth 1 https://github.com/geronimo-iia/agent-skillsWrote 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/geronimo-iia/agent-skills/research-paper)<a href="https://agentmods.dev/skills/geronimo-iia/agent-skills/research-paper"><img src="https://agentmods.dev/badge/skills/geronimo-iia/agent-skills/research-paper/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/geronimo-iia/agent-skills/research-paper"><img src="https://agentmods.dev/badge/skills/geronimo-iia/agent-skills/research-paper.svg" alt="Reviewed on agentmods" width="80" 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.00081 | $0.01289 |
| Opus 5 | $0.00041 | $0.00645 |
| Sonnet 5 | $0.00016 | $0.00258 |
| Haiku 4.5 | $0.00008 | $0.00129 |
Grade A, and why
research-paper 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 7d 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.
"Bash(curl *)", How it starts
The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Research Paper Processing
Processes an academic paper into the knowledge repository following the
sources → extract → analysis → studies → synthesis pipeline.
Produces confidence-annotated claims traceable to exact source sections.
Apply kb-conventions skill for annotation markers, KB directory layout,
frontmatter schema, and synthesis impact rules.
Prerequisites
Add to .claude/settings.json before running:
{
"permissions": {
"allow": [
"Bash(xberg *)",
"Bash(uvx marker-pdf *)",
"Bash(curl *)",
"Bash(mkdir *)",
"Bash(cp *)"
]
}
}
When to use
- Single paper (PDF or URL) to integrate into a topic KB
- Need structured analysis with traceable claims
- Want synthesis impact assessment against existing KB
For multiple sources requiring multi-axis extraction, use research-extraction instead.
Step 1 — Identify paper and topic
Ask the user (or infer from context):
- Paper source: URL or local PDF path
- Target topic directory within the knowledge base
- Create the topic directory if it does not exist (see
kb-conventionsfor layout)
Step 2 — Acquire the source
URL
mkdir -p "<topic>/sources/<slug>"
curl -L "<url>" -o "<topic>/sources/<slug>/original.pdf"
Skip if file already exists.
Local PDF
Copy to <topic>/sources/<slug>/original.pdf if not already there.
Create source.md
Create <topic>/sources/<slug>/source.md using the template from kb-conventions.
Fill title, type, summary, tags, status: draft, last_updated from what is already known (title page, URL, user context).
Leave tldr, claims, concepts empty — populated after Step 4.
Step 3 — Extract text
Use the pdf-parse skill to extract text. It selects the right tool automatically
(xberg for machine-readable, marker-pdf via uvx for scanned) and handles tool installation.
For academic papers, pass --use_llm --force_ocr to the pdf-parse skill for best quality on scanned sources.
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.
- 7d ago Changed · +23 lines 894382023beb
- 12d ago First seen · 116 lines · 81 tokens per session scan A c40e5708e8e3
research-paper is a skill published in the GitHub repository geronimo-iia/agent-skills (2 stars, last pushed 11d ago), licensed MIT. It adds 81 tokens to every session and 1,289 once invoked, about $0.0004 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
A set of instructions for working with PDF files, which are documents designed to preserve their layout across devices.
iflytek-ocr-invoice
An image-reading tool that extracts structured information from Chinese invoices, receipts, bills, and tickets. OCR means turning text in a photo or scan into computer-readable data.
iflytek-pdf-image-ocr
AI-powered OCR service for images and PDF documents using iFlytek's advanced recognition APIs.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…
paper2wechat
A process for turning an academic paper PDF into a long, illustrated article for WeChat. WeChat is a Chinese messaging and publishing platform; the article explains the paper for researchers, engineers, and students.
paper2xhs
A process for turning an academic paper PDF into an illustrated multi-image post for Xiaohongshu, a Chinese social-media platform. It combines a plain-language explanation with a cover, paper figures, and tags.