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 BingHanOfUESTC/open_agent_team --skill arxiv-daily-radargit clone --depth 1 https://github.com/BingHanOfUESTC/open_agent_teamWrote 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/binghanofuestc/open_agent_team/arxiv-daily-radar)<a href="https://agentmods.dev/skills/binghanofuestc/open_agent_team/arxiv-daily-radar"><img src="https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/arxiv-daily-radar/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/binghanofuestc/open_agent_team/arxiv-daily-radar"><img src="https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/arxiv-daily-radar.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.00063 | $0.00403 |
| Opus 5 | $0.00032 | $0.00201 |
| Sonnet 5 | $0.00013 | $0.00081 |
| Haiku 4.5 | $0.00006 | $0.00040 |
Grade A, and why
arxiv-daily-radar 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 7d 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.
What it actually says
arXiv Daily Radar
This local skill defines a reproducible workflow for daily paper recommendation.
Workflow
- Convert the user's direction into keywords, synonyms, and arXiv categories.
- Search arXiv by submitted date or announced date when possible.
- Cross-check with Hugging Face Papers, OpenReview, Papers with Code, lab pages, and community discussion when available.
- Exclude papers outside the requested window unless they are needed as background.
- Rank papers by:
- relevance to Boss direction
- novelty of problem or method
- credibility of authors/institutions
- experimental strength
- relation to current research frontier
- availability of code/data
- potential impact
- Produce a short list with reasons, not just titles.
Required Output
# Daily Paper Radar
## Search Window
## Query Terms
## Candidate Papers
| Rank | Paper | Authors | Source | Date | Why It Matters | Priority |
|---|---|---|---|---|---|---|
## Top Recommendations
For each paper:
- Core problem
- Core contribution
- Method idea
- Main evidence
- Why it is worth reading today
- Caveats
- Related prior work
## Trend Signal
## Papers To Skip Or Defer
Hard Rules
- Do not fabricate today's papers.
- Do not treat "new" as "important".
- If exact date filtering is unavailable, state the limitation.
- If only abstracts are available, mark the analysis as abstract-level.
- Include links whenever available.
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.
- 7d ago First seen · 62 lines · 63 tokens per session scan A 954c7bc70c9b
arxiv-daily-radar is a skill published in the GitHub repository BingHanOfUESTC/open_agent_team (106 stars, last pushed 2mo ago), licensed MIT. It adds 63 tokens to every session and 403 once invoked, about $0.0003 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.
Other skills, from other repositories
imaging-data-commons
Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.
flow-cytometry-analysis
Complete flow cytometry analysis pipeline. FCS file handling, compensation, manual/automated gating, immunophenotyping, CFSE proliferation analysis, cell cycle analysis (Dean-Jett-Fox), and apoptosis assays. Extends flowio with analytical workflows. For raw FCS parsing only use flowio.
scientific-critical-thinking
Evaluate scientific claims and evidence quality. Use for assessing experimental design validity, identifying biases and confounders, applying evidence grading frameworks (GRADE, Cochrane Risk of Bias), or teaching critical analysis. Best for understanding evidence quality, identifying flaws. For formal peer review…
cellxgene-census
Query the CELLxGENE Census (61M+ cells) programmatically. Use when you need expression data across tissues, diseases, or cell types from the largest curated single-cell atlas. Best for population-scale queries, reference atlas comparisons. For analyzing your own data use scanpy or scvi-tools.
rowan
Cloud-based quantum chemistry platform with Python API. Preferred for computational chemistry workflows including pKa prediction, geometry optimization, conformer searching, molecular property calculations, protein-ligand docking (AutoDock Vina), and AI protein cofolding (Chai-1, Boltz-1/2). Use when tasks involve…
pathml
Full-featured computational pathology toolkit. Use for advanced WSI analysis including multiplexed immunofluorescence (CODEX, Vectra), nucleus segmentation, tissue graph construction, and ML model training on pathology data. Supports 160+ slide formats. For simple tile extraction from H&E slides, histolab may be…