get-research-paper

get-research-paper is a skill for Claude Code, Codex from aniketkrs/research-paper. It costs 159 tokens per session (2,365 once invoked), scanned A, original, MIT.

A research-finding tool that searches sources such as arXiv, PubMed, Google Scholar, and Semantic Scholar for real academic papers.

In plain words
What is it for?
Finding papers on a topic, filtering them by year or source, and getting short scholarly summaries.
Why use it?
It replaces scattered searches with a ranked, duplicate-free reading list containing findings, DOI identifiers, and citation details.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: mentions Claude Code; mentions Codex; built for cline.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is --style ieee --bibliography ./gnn-fraud-detection/bibliography.yaml.

Good fit Finding papers on a topic, filtering them by year or source, and getting short scholarly summaries.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/aniketkrs/research-paper
agentmods
npx agentmods add skills/aniketkrs/research-paper/get-research-paper

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 get-research-paper

README.md
[![agentmods](https://agentmods.dev/badge/skills/aniketkrs/research-paper/get-research-paper/github.svg)](https://agentmods.dev/skills/aniketkrs/research-paper/get-research-paper)
Your own site
<a href="https://agentmods.dev/skills/aniketkrs/research-paper/get-research-paper"><img src="https://agentmods.dev/badge/skills/aniketkrs/research-paper/get-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.

agentmods 80×15 button for get-research-paper

Your own site · 80×15
<a href="https://agentmods.dev/skills/aniketkrs/research-paper/get-research-paper"><img src="https://agentmods.dev/badge/skills/aniketkrs/research-paper/get-research-paper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 159 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,365 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00159 $0.02365
Opus 5 $0.00079 $0.01182
Sonnet 5 $0.00032 $0.00473
Haiku 4.5 $0.00016 $0.00236

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

Security

Grade A, and why

get-research-paper scanned grade A with 0 findings 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (toolchains/arxiv_search.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/get-research-paper/SKILL.md · 222 lines

How it starts

The opening of the file, as written. The whole thing — 222 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Get Research Paper

A research-discovery skill. Where the research-paper skill writes papers, this skill finds them. Give it a topic, get a ranked, de-duplicated reading list of real existing papers with verified DOIs, key findings, and ready-to-cite metadata.

This file is the entry point. Heavier guidance (per-source strategies, ranking criteria, summarization prompts) lives in topic folders and is loaded on demand.


1. When to activate

Slash commands

Command What it does
/get-research-paper <topic> Curated reading list (default 10 papers)
/find-paper <topic> Alias for /get-research-paper
/find-papers <topic> Alias for /get-research-paper
/fetch-paper <topic> Alias for /get-research-paper
/papers-on <topic> Alias for /get-research-paper
/scholar <topic> Quick scholarly summary (5 papers, 2-line summaries)

Common options:

  • --n <N> — number of papers (default 10).
  • --years <range> — e.g. 2020-2024, last-5, since-2018.
  • --source <src>arxiv, scholar, pubmed, semantic-scholar, all (default).
  • --depth <quick|standard|deep> — summary detail.
  • --style <harvard|apa|ieee|...> — pre-format the bibliography.
  • --audience <academic|technical|general> — adjust summary register.
  • --handoff — emit a bibliography.yaml ready for the research-paper skill.

Natural-language patterns

  • "get research paper on / about / for [topic]"
  • "find research papers on [topic]"
  • "find papers on / about [topic]"
  • "what are the top papers on [topic]"
  • "show me research on [topic]"
  • "fetch papers about [topic]"
  • "list papers on [topic]"
  • "literature on [topic]" (shorter than /literature-review)
  • "scholar [topic]"

Read the full file on GitHub · 222 lines

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. 11d ago First seen · 222 lines · 159 tokens per session scan A 1b090c03be27

Subscribe to this mod's changes

get-research-paper is a skill published in the GitHub repository aniketkrs/research-paper (4 stars, last pushed 3mo ago), licensed MIT. It adds 159 tokens to every session and 2,365 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. 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

ml-paper-writing

Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.

davila7/claude-code-templates · 65 tokens

aaai-reproducibility

Use when strengthening an AAAI paper's reproducibility checklist (placed after references), experimental traceability, seed and hyperparameter reporting, compute and cost disclosure, dataset access and licensing, code/data ZIP readiness, and the claim-to-evidence map that Phase-1 reviewers use to judge rigor across…

brycewang-stanford/Awesome-Journal-Skills · 72 tokens

acl-reproducibility

Use when strengthening reproducibility evidence for an ACL paper reviewed through ACL Rolling Review, covering the Responsible NLP checklist end to end, hyperparameter and compute reporting, prompt and decoding disclosure for LLM experiments, data contamination auditing, variance across runs, and checklist-to-paper…

brycewang-stanford/Awesome-Journal-Skills · 60 tokens

aaai-experiments

Use when designing or auditing AAAI experiments for the broad-AI program committee, including baselines, ablations, statistical significance, robustness, human evaluation, AI-for-Social-Impact and alignment/safety evidence, compute and cost reporting, and reproducibility-checklist alignment for Phase-1 survival.

brycewang-stanford/Awesome-Journal-Skills · 66 tokens

aaai-topic-selection

Use when deciding whether a project is a strong AAAI submission across its broad AI scope, should be reframed or routed to a dedicated track such as AI for Social Impact or AI Alignment, or should instead go to IJCAI, NeurIPS, ICML, ICLR, AISTATS, UAI, ACL, CVPR, KDD, CHI, ICRA, or another specialist venue.

brycewang-stanford/Awesome-Journal-Skills · 88 tokens

acl-experiments

Use when designing or auditing experiments for an ACL paper, covering tuned LLM baselines, multi-dataset and multilingual evaluation, statistical significance and variance, human evaluation with agreement reporting, contamination and prompt-sensitivity controls, ablations, and error-analysis expectations in NLP…

brycewang-stanford/Awesome-Journal-Skills · 59 tokens