arxiv-watcher

arxiv-watcher is a skill for Claude Code, Codex from Daisybastioned440/lite-research-agents. It costs 39 tokens per session (381 once invoked), scanned A, a copy of arxiv-watcher, MIT.

A research-paper search and summary tool for arXiv, a public website where researchers share scientific papers before or around formal publication. It can search by topic, author, or subject area and summarize the paper abstract.

In plain words
What is it for?
Use it to find recent AI or other research papers, get concise abstract summaries, request deeper reading of a paper PDF, and maintain a research log.
Why use it?
Keeping up with new research can mean sorting through many technical papers. This helps an agent find relevant papers and record the ones it discusses for later reference.

Skill for Claude CodeCodex

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

Good fit Use it to find recent AI or other research papers, get concise abstract summaries, request deeper reading of a paper PDF, and maintain a research log.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/daisybastioned440/lite-research-agents/arxiv-watcher
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 Daisybastioned440/lite-research-agents --skill arxiv-watcher
Clone the repo
git clone --depth 1 https://github.com/Daisybastioned440/lite-research-agents

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/daisybastioned440/lite-research-agents/arxiv-watcher"><img src="https://agentmods.dev/badge/skills/daisybastioned440/lite-research-agents/arxiv-watcher.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 381 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 98% copy Near-identical to another mod 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.00039 $0.00381
Opus 5 $0.00019 $0.00191
Sonnet 5 $0.00008 $0.00076
Haiku 4.5 $0.00004 $0.00038

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

Security

Grade A, and why

arxiv-watcher 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 9d ago.

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

Origin

This is a copy

98% identical to arxiv-watcher — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/arxiv-watcher/SKILL.md · 43 lines

What it actually says

ArXiv Watcher

This skill interacts with the ArXiv API to find and summarize the latest research papers.

Capabilities

  • Search: Find papers by keyword, author, or category.
  • Summarize: Fetch the abstract and provide a concise summary.
  • Save to Memory: Automatically record summarized papers to memory/RESEARCH_LOG.md for long-term tracking.
  • Deep Dive: Use web_fetch on the PDF link to extract more details if requested.

Workflow

  1. Use scripts/search_arxiv.sh "<query>" to get the XML results.
  2. Parse the XML (look for <entry>, <title>, <summary>, and <link title="pdf">).
  3. Present the findings to the user.
  4. MANDATORY: Append the title, authors, date, and summary of any paper discussed to memory/RESEARCH_LOG.md. Use the format:
    ### [YYYY-MM-DD] TITLE_OF_PAPER
    - **Authors**: Author List
    - **Link**: ArXiv Link
    - **Summary**: Brief summary of the paper and its relevance.
    

Examples

  • "Busca los últimos papers sobre LLM reasoning en ArXiv."
  • "Dime de qué trata el paper con ID 2512.08769."
  • "Hazme un resumen de las novedades de hoy en ArXiv sobre agentes."

Resources

  • scripts/search_arxiv.sh: Direct API access script.

Credit: originally sourced from clawhub.ai

Files

What ships with it

2 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. 9d ago First seen · 43 lines · 39 tokens per session scan A 4a20f6cd7a13

Subscribe to this mod's changes

arxiv-watcher is a skill published in the GitHub repository Daisybastioned440/lite-research-agents (2 stars, last pushed today), licensed MIT. It adds 39 tokens to every session and 381 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to arxiv-watcher, differing in 4 lines, and is treated as a copy.

Related

Other skills, from other repositories

system-info

Probe system resources — CPU, RAM, disk, GPU/CUDA/MPS — and translate findings into experiment design recommendations. Run this at the start of any compute-intensive project.

frankaging/lite-research-agents · 38 tokens

ai-medical-content-compliance-review

A risk review assistant for checking provided medical content and producing findings, recommendations, and reusable review materials.

skillsaiagent/aiskills · 74 tokens

ai-medical-literature-evidence-map

A business diagnosis assistant for turning provided healthcare or other source material into summaries, conclusions, action suggestions, and reusable deliverables.

skillsaiagent/aiskills · 78 tokens

arxiv-watcher

Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.

frankaging/lite-research-agents · 39 tokens

tooluniverse-phylogenetics

Phylogenetic analysis — de novo multiple sequence alignment (Clustal Omega/MUSCLE/MAFFT via EBImsaalign) and neighbour-joining/UPGMA tree building (EBIbuildphylogenetictree) from your own sequences, plus tree analysis, treeness, saturation (PhyKIT), parsimony-informative sites, alignment gap analysis, DVMC…

mims-harvard/ToolUniverse · 155 tokens

tooluniverse-cell-line-profiling

Cancer cell-line selection and profiling for experimental model choice. Cross-references DepMap, Cellosaurus, COSMIC, PharmacoDB to deliver identity verification, mutation/CNV profile, gene dependencies, drug sensitivities, and druggable targets. Use to answer 'which cell line should I use for studying gene X?' or 'is…

mims-harvard/ToolUniverse · 100 tokens