research-arxiv-scout

research-arxiv-scout is a skill for Codex from vasilyu1983/AI-Agents-public. It costs 42 tokens per session (3,096 once invoked), scanned A, original, MIT.

A research assistant for finding and sorting recent papers on arXiv, an open repository for scientific research papers, especially in AI, machine learning, agents, and software testing.

In plain words
What is it for?
Use it to scout topics, identify papers by arXiv ID, summarize a paper, or suggest updates to a research-source catalogue.
Why use it?
It reduces the time spent searching scattered papers and helps turn findings into ranked, traceable source lists without making up results.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is ../research-review-mining/assets/pay-trigger-ledger.tsv.

Good fit Use it to scout topics, identify papers by arXiv ID, summarize a paper, or suggest updates to a research-source catalogue.

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/vasilyu1983/AI-Agents-public
agentmods
npx agentmods add skills/vasilyu1983/ai-agents-public/research-arxiv-scout

Made for: 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 research-arxiv-scout

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vasilyu1983/ai-agents-public/research-arxiv-scout"><img src="https://agentmods.dev/badge/skills/vasilyu1983/ai-agents-public/research-arxiv-scout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,096 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00042 $0.03096
Opus 5 $0.00021 $0.01548
Sonnet 5 $0.00008 $0.00619
Haiku 4.5 $0.00004 $0.00310

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

Security

Grade A, and why

research-arxiv-scout 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/generate_arxiv_scout_queries.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.

frameworks/shared-skills/skills/research-arxiv-scout/SKILL.md · 201 lines

How it starts

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

research-arxiv-scout

Use arXiv as a discovery layer for recent research, then produce repo-friendly outputs (ranked recommendations and 02_sources-*.json-style entries) without fabricating metrics.

Required attribution (arXiv API terms of use)

Include the following line in any output that uses arXiv data:

Thank you to arXiv for use of its open access interoperability.

Source: this exact sentence is arXiv's requested attribution statement, published on the arXiv API Documentation page (info.arxiv.org/help/api/index.html, linked from data/sources.json) — not on the Terms of Use page (tou.html), which covers rate limits and permitted use but does not itself contain an attribution clause. Checked 2026-07-11.

Quick Reference

Task Inputs Deliverable Use these files
Scout for a known skill Skill name Ranked list + actions config.yaml, assets/recommendation-output-template.md
Scout for a topic Topic + categories Ranked list + actions references/category-taxonomy.md
Summarize one paper arXiv ID Single-paper summary references/arxiv-api-guide.md
Propose sources updates Target path 02_sources-*.json entries assets/sources-json-template.md
Mine HCI/CSCW retention papers (killer-feature bundle handoff) Commercial product / candidate feature_id Rows on shared bundle ledger references/product-retention-categories.md, config.yaml key killer-feature-retention

Workflow

ASCII Flow

arXiv scout request
  -> Map target to arXiv categories and keywords
  -> Query arXiv metadata with date-aware parameters
  -> Triage candidates for relevance, practicality, and evidence
  -> Verify abstract URLs, IDs, titles, authors, and any code links
  -> Produce ranked recommendations or sources-json entries
  -> Include required arXiv attribution and final checklist

1) Map target to categories and keywords

  • If the target matches a key in config.yaml, use its categories, keywords, and time window.
  • Otherwise, pick 1-4 arXiv categories and 3-8 keywords using references/category-taxonomy.md.

Read the full file on GitHub · 201 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. 9d ago First seen · 201 lines · 42 tokens per session scan A e91cc2358332

Subscribe to this mod's changes

research-arxiv-scout is a skill published in the GitHub repository vasilyu1983/AI-Agents-public (87 stars, last pushed 10d ago), licensed MIT. It adds 42 tokens to every session and 3,096 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

arithmetic-evaluator

Evaluate arithmetic expressions and return numeric results. Use when a user asks an arithmetic question, requests calculation, or provides a math expression involving numbers, parentheses, and arithmetic operators.

JetBrains/koog · 39 tokens

conducting-scientific-research

Conduct rigorous, reproducible multi-step scientific work with literature, databases, local files, Python, R, shell, artifacts, reviewers, and approved compute. Use for evidence synthesis, data or statistical analysis, machine learning, simulation, study design, scientific figures or manuscripts, reproduction audits…

Shoko-official/Claude-Science-System-Prompts · 99 tokens

content-refinement-agent

Step 5 of the PaperOrchestra pipeline (arXiv:2604.05018). Iteratively refine drafts/paper.tex by simulating peer review and applying targeted revisions, with strict accept/revert halt rules, deterministic 0-100 decision bands (Accept/Minor/Major/Reject) that drive a target-met early stop, and a Devil's Advocate…

Ar9av/PaperOrchestra · 145 tokens

section-writing-agent

Step 4 of the PaperOrchestra pipeline (arXiv:2604.05018). ONE single multimodal LLM call that drafts the remaining paper sections (Abstract, Methodology, Experiments, Conclusion), extracts numeric values from experimentallog.md into LaTeX booktabs tables, splices the generated figures from Step 2, and merges…

Ar9av/PaperOrchestra · 125 tokens

plotting-agent

Step 2 of the PaperOrchestra pipeline (arXiv:2604.05018). Execute the visualization plan from outline.json — render plots and conceptual diagrams from experimentallog.md and idea.md, optionally refine via VLM critique loop, and produce context-aware captions. Runs in parallel with the literature-review-agent. TRIGGER…

Ar9av/PaperOrchestra · 102 tokens

outline-agent

Step 1 of the PaperOrchestra pipeline (arXiv:2604.05018). Convert (idea.md, experimentallog.md, template.tex, conferenceguidelines.md) into a strict JSON outline containing a plotting plan, literature search plan (Intro + Related Work), and section-level writing plan with citation hints. TRIGGER when the orchestrator…

Ar9av/PaperOrchestra · 99 tokens