원클릭으로
arxiv-monitor
Use when the user wants to monitor arXiv for new papers by topic or author and produce a ranked digest of relevant preprints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user wants to monitor arXiv for new papers by topic or author and produce a ranked digest of relevant preprints.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when the user wants to identify open research gaps, unresolved questions, or methodological blind spots across a literature corpus.
Use when the user wants to query Semantic Scholar for paper metadata, citations, references, author profiles, or semantic literature search results.
Use when the user wants to draft or revise a paper, conference, or journal abstract for a specific audience, structure, or word limit.
Use when the user wants to generate citation-aware manuscript sections or full research drafts grounded in the team's literature base.
Use when the user wants to draft concise conference rebuttals under response-period constraints and prioritize which reviewer concerns to address.
Use when the user wants to draft structured responses to peer review comments, supported by evidence and relevant literature.
| name | arxiv-monitor |
| description | Use when the user wants to monitor arXiv for new papers by topic or author and produce a ranked digest of relevant preprints. |
Monitors arXiv for new papers matching a team's research interests. Runs on a schedule or on-demand, scores relevance, and surfaces the most important new work directly to the team — replacing manual daily browsing.
monitor.fetch_recent(
categories=["cs.LG", "cs.AI", "q-bio.QM"],
keywords=["protein language model", "few-shot learning", "benchmark"],
days=7,
top_k=15
)
monitor.watch(
query="contrastive learning protein structure",
author_ids=["0000-0002-1234-5678"],
frequency="weekly",
notify_channel="slack:#lab-papers"
)
monitor.activity_pulse(topic="diffusion models for molecular design", months=3)
Returns ranked list of papers with: title, authors, arXiv ID, abstract summary (2 sentences), relevance score, and suggested tags. Optionally formats as a digest email or Slack message.
related_work_scout when the user asks for the latest papers or a recency check