Agent SkillsResearAI/DeepScientist › alphaxiv-paper-lookup

alphaxiv-paper-lookup

GitHub

通过alphaxiv.org API查询arxiv论文,获取结构化AI摘要或全文。适用于解析URL/ID、提取报告及处理404异常,辅助快速理解学术内容。

src/skills/.alpharxiv-paper-loopup.rootbak/SKILL.md ResearAI/DeepScientist

Trigger Scenarios

用户分享arxiv或alphaxiv链接 用户提供论文ID 用户请求解释、总结或分析研究论文

Install

npx skills add ResearAI/DeepScientist --skill alphaxiv-paper-lookup -g -y
More Options

Non-standard path

npx skills add https://github.com/ResearAI/DeepScientist/tree/main/src/skills/.alpharxiv-paper-loopup.rootbak -g -y

Use without installing

npx skills use ResearAI/DeepScientist@alphaxiv-paper-lookup

指定 Agent (Claude Code)

npx skills add ResearAI/DeepScientist --skill alphaxiv-paper-lookup -a claude-code -g -y

安装 repo 全部 skill

npx skills add ResearAI/DeepScientist --all -g -y

预览 repo 内 skill

npx skills add ResearAI/DeepScientist --list

SKILL.md

Frontmatter
{
    "name": "alphaxiv-paper-lookup",
    "description": "Look up any arxiv paper on alphaxiv.org to get a structured AI-generated overview. This is faster and more reliable than trying to read a raw PDF."
}

AlphaXiv Paper Lookup

Look up any arxiv paper on alphaxiv.org to get a structured AI-generated overview. This is faster and more reliable than trying to read a raw PDF.

When to Use

  • User shares an arxiv URL (e.g. arxiv.org/abs/2401.12345)
  • User mentions a paper ID (e.g. 2401.12345)
  • User asks you to explain, summarize, or analyze a research paper
  • User shares an alphaxiv URL (e.g. alphaxiv.org/overview/2401.12345)

Workflow

Step 1: Extract the paper ID

Parse the paper ID from whatever the user provides:

Input Paper ID
https://arxiv.org/abs/2401.12345 2401.12345
https://arxiv.org/pdf/2401.12345 2401.12345
https://alphaxiv.org/overview/2401.12345 2401.12345
2401.12345v2 2401.12345v2
2401.12345 2401.12345

Step 2: Fetch the machine-readable report

curl -s "https://alphaxiv.org/overview/{PAPER_ID}.md"

This returns the intermediate machine-readable report ¡ª a structured, detailed analysis of the paper optimized for LLM consumption. One call, plain markdown, no JSON parsing.

If this returns 404, the report hasn't been generated for this paper yet.

Step 3: If you need more detail, fetch the full paper text

If the report doesn't contain the specific information the user is asking about (e.g. a particular equation, table, or section), fetch the full paper text:

curl -s "https://alphaxiv.org/abs/{PAPER_ID}.md"

This returns the full extracted text of the paper as markdown. Only use this as a fallback ¡ª the report is usually sufficient.

If this returns 404, the full text hasn't been processed yet. As a last resort, direct the user to the PDF at https://arxiv.org/pdf/{PAPER_ID}.

Error Handling

  • 404 on Step 2: Report not generated for this paper.
  • 404 on Step 3: Full text not yet extracted for this paper.

Notes

  • No authentication required ¡ª these are public endpoints.

Version History

  • b366244 Current 2026-07-25 05:55

Same Skill Collection

skills/deepscientist-windows-wsl-setup/SKILL.md
src/skills/analysis-campaign/SKILL.md
src/skills/baseline/SKILL.md
src/skills/decision/SKILL.md
src/skills/experiment/SKILL.md
src/skills/figure-polish/SKILL.md
src/skills/finalize/SKILL.md
src/skills/idea/SKILL.md
src/skills/intake-audit/SKILL.md
src/skills/nature-polishing/SKILL.md
src/skills/optimize/SKILL.md
src/skills/paper-outline/SKILL.md
src/skills/paper-plot/SKILL.md
src/skills/rebuttal/SKILL.md
src/skills/review/SKILL.md
src/skills/science/SKILL.md
src/skills/scout/SKILL.md
src/skills/write/SKILL.md
src/skills/nature-data/SKILL.md
src/skills/nature-figure/SKILL.md
src/skills/nature-paper2ppt/SKILL.md

Metadata

Files
0
Version
b366244
Hash
cc7bca60
Indexed
2026-07-25 05:55

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 21:36
浙ICP备14020137号-1 $Гость$