paper-research

paper-research is a skill for Claude Code, Codex from Orkas-AI/Orkas-Awesome-AgentSkills. It costs 3 tokens per session (1,475 once invoked), scanned A, original, MIT.

A guide for finding and understanding recent research papers on arXiv, a public website where researchers share papers before or alongside journal publication. It can search by topic, author, category, or phrase and help structure paper summaries.

In plain words
What is it for?
Use it to scan recent arXiv research, read a paper from its arXiv ID or link, compare papers, and suggest follow-up reading.
Why use it?
It reduces the time spent finding relevant papers and deciding which ones deserve closer reading. It also keeps research-paper reading focused on methods, evidence, contributions, and limitations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to scan recent arXiv research, read a paper from its arXiv ID or link, compare papers, and suggest follow-up reading.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orkas-ai/orkas-awesome-agentskills/paper-research
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 Orkas-AI/Orkas-Awesome-AgentSkills --skill paper-research
Clone the repo
git clone --depth 1 https://github.com/Orkas-AI/Orkas-Awesome-AgentSkills

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/orkas-ai/orkas-awesome-agentskills/paper-research"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas-awesome-agentskills/paper-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 3 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,475 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.00003 $0.01475
Opus 5 $0.00002 $0.00737
Sonnet 5 $0.00001 $0.00295
Haiku 4.5 $0.00000 $0.00147

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

Security

Grade A, and why

paper-research 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/arxiv_api.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.

education/skills/paper-research/SKILL.md · 147 lines

How it starts

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

paper-research

When to use

  • The user asks for recent or latest ArXiv papers by topic, author, category, keyword, or query phrase.
  • The user provides an ArXiv ID, abs URL, or PDF URL and wants a structured summary, classification, deep reading, or follow-up reading suggestions.
  • The user wants a short research scan: paper list, contribution summary, methods, evidence, limitations, and which papers deserve deeper reading.

Do not use for general web literature reviews outside ArXiv, thesis coaching, homework tutoring, or long-term research memory management. Do not save a research log unless the user explicitly asks to save one.

How to call

Use the bundled script for ArXiv API metadata. Then synthesize the result with the reading workflow in references/paper-reading-workflow.md.

Search by keyword, author, category, or ArXiv query:

$ORKAS_NODE $ORKAS_PC_DIR/bin/run-skill.cjs paper-research arxiv_api -- search --query "multi-agent systems" --count 5

Read one paper by ArXiv ID or URL:

$ORKAS_NODE $ORKAS_PC_DIR/bin/run-skill.cjs paper-research arxiv_api -- read --id "2401.12345"

Parameters:

  • search --query: ArXiv API search query. Plain text is treated as all:<query>. Native ArXiv prefixes such as au:, cat:, ti:, abs:, and id: are passed through.
  • search --count: number of papers to return. Default 5; maximum 50.
  • search --sort-by: submittedDate, lastUpdatedDate, or relevance. Default submittedDate.
  • search --sort-order: descending or ascending. Default descending.
  • read --id: ArXiv ID, abs URL, or PDF URL.

Workflow:

  1. Run the script for metadata and abstracts.
  2. For search results, rank papers by topic fit, novelty signal, method relevance, and whether the abstract supports the user's stated goal.
  3. For a single paper, classify the paper with references/category-reading-guides.md when the topic matches one of the known AI research categories; otherwise use the general reading guide.
  4. If the user asks for deep reading and the current environment can fetch the paper/PDF/source, inspect the paper body before making claims about methods, experiments, formulas, or limitations.
  5. If only the abstract is available, label the output as abstract-based and avoid overclaiming.
  6. If the user asks to save notes, first confirm the target file/path. Use references/research-log-template.md for the entry shape.

Read the full file on GitHub · 147 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 147 lines · 3 tokens per session scan A 86265ae69344

Subscribe to this mod's changes

paper-research is a skill published in the GitHub repository Orkas-AI/Orkas-Awesome-AgentSkills (13 stars, last pushed 2mo ago), licensed MIT. It adds 3 tokens to every session and 1,475 once invoked, about $0.0000 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-30.