Back to skills
extension
Category: Content & MediaNo API key required

arxiv-reader

A skill to fetch and summarize the content of arXiv papers. Use it when the URL is in the format of arxiv.org/abs/{paperID}. It downloads the PDF and reads it using the Read tool.

personAuthor: jakexiaohubgithub

arXiv 論文読み取り

手順

1. WebFetch でメタデータを取得

  • WebFetch で arXiv ページを取得
  • 以下を抽出:
    • 論文タイトル
    • 著者一覧
    • アブストラクト
    • カテゴリ(cs.SE、cs.AI など)
    • 公開日

2. PDF をダウンロードして読み取り

より詳細な内容が必要な場合、PDF をダウンロード:

curl -L -o /tmp/paper.pdf "https://arxiv.org/pdf/{論文ID}.pdf"

ダウンロード後、Read ツールで PDF を直接読み取り:

  • Read ツールは PDF を直接読み取れる(マルチモーダル機能)
  • 図表や数式も視覚的に解析可能

3. 要約に含める内容

  • 研究の目的・背景
  • 提案手法の概要
  • 主要な貢献(Contributions)
  • 実験結果・評価
  • 結論
  • 関連技術・キーワード

4. 読了時間の推定

  • ページ数 × 3〜5分 を目安に(技術論文のため)

5. 補足情報

  • 関連する先行研究があれば言及
  • 専門用語の簡単な説明