一键导入
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