ワンクリックで
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