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 Daisybastioned440/lite-research-agents --skill arxiv-watchergit clone --depth 1 https://github.com/Daisybastioned440/lite-research-agentsWrote 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/daisybastioned440/lite-research-agents/arxiv-watcher)<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.
<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>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.00039 | $0.00381 |
| Opus 5 | $0.00019 | $0.00191 |
| Sonnet 5 | $0.00008 | $0.00076 |
| Haiku 4.5 | $0.00004 | $0.00038 |
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.
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.
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.
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.mdfor long-term tracking. - Deep Dive: Use
web_fetchon the PDF link to extract more details if requested.
Workflow
- Use
scripts/search_arxiv.sh "<query>"to get the XML results. - Parse the XML (look for
<entry>,<title>,<summary>, and<link title="pdf">). - Present the findings to the user.
- 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
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.
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.
- 9d ago First seen · 43 lines · 39 tokens per session scan A 4a20f6cd7a13
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.
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.
ai-medical-content-compliance-review
A risk review assistant for checking provided medical content and producing findings, recommendations, and reusable review materials.
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.
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.
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…
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…