Agent SkillsPrismer-AI/Prismer › arxiv-reader

arxiv-reader

GitHub

用于读取和分析arXiv学术论文的Skill,支持通过ID获取摘要、章节列表及完整LaTeX源码,并自动转换为LLM可分析的干净文本,结果本地缓存。

skills/arxiv-reader/SKILL.md Prismer-AI/Prismer

触发场景

用户提及arXiv或学术预印本 请求阅读特定论文ID的文章 需要提取论文摘要或结构

安装

npx skills add Prismer-AI/Prismer --skill arxiv-reader -g -y
更多选项

不安装直接使用

npx skills use Prismer-AI/Prismer@arxiv-reader

指定 Agent (Claude Code)

npx skills add Prismer-AI/Prismer --skill arxiv-reader -a claude-code -g -y

安装 repo 全部 skill

npx skills add Prismer-AI/Prismer --all -g -y

预览 repo 内 skill

npx skills add Prismer-AI/Prismer --list

SKILL.md

Frontmatter
{
    "name": "arxiv-reader",
    "metadata": {
        "openclaw": {
            "tags": [
                "arxiv",
                "research",
                "academic",
                "papers",
                "latex"
            ],
            "emoji": "📄",
            "requires": {
                "os": [
                    "darwin",
                    "linux",
                    "win32"
                ],
                "bins": []
            }
        }
    },
    "description": "Read and analyze arXiv papers by fetching LaTeX source, listing sections, or extracting abstracts. Use when the user mentions arXiv, research papers, preprints, paper IDs like 2301.xxxxx, or wants to read academic publications."
}

arxiv-reader

Read and analyze arXiv papers directly from the workspace. Converts LaTeX source into clean text suitable for LLM analysis.

Description

Fetches arXiv papers, flattens LaTeX includes, and returns clean text for LLM analysis. Works standalone (downloads directly from arXiv) or delegates to the container arXiv server when available. Results are cached locally for instant repeat access.

Usage Examples

  • "Read the paper 2301.00001 from arXiv"
  • "What sections does paper 2405.12345 have?"
  • "Get the abstract of 2312.09876"
  • "Fetch paper 2301.00001 without the appendix"

Process

  1. Quick look — Use arxiv_abstract to get a paper's abstract before committing to a full read
  2. Survey structure — Use arxiv_sections to understand the paper's outline
  3. Deep read — Use arxiv_fetch to get the full flattened LaTeX for analysis

Tools

arxiv_fetch

Fetch the full flattened LaTeX source of an arXiv paper.

Parameters:

  • arxiv_id (string, required): arXiv paper ID (e.g. 2301.00001 or 2301.00001v2)
  • remove_comments (boolean, optional): Strip LaTeX comments (default: true)
  • remove_appendix (boolean, optional): Remove appendix sections (default: false)
  • figure_paths (boolean, optional): Replace figures with file paths only (default: false)

Returns: { content: string, arxiv_id: string, cached: boolean }

Example:

{ "arxiv_id": "2301.00001", "remove_appendix": true }

arxiv_sections

List all sections and subsections of an arXiv paper.

Parameters:

  • arxiv_id (string, required): arXiv paper ID

Returns: { arxiv_id: string, sections: string[] }

Example:

{ "arxiv_id": "2301.00001" }

arxiv_abstract

Extract just the abstract from an arXiv paper.

Parameters:

  • arxiv_id (string, required): arXiv paper ID

Returns: { arxiv_id: string, abstract: string }

Example:

{ "arxiv_id": "2301.00001" }

Notes

  • All results are cached locally — repeat requests are instant
  • Works standalone (no Docker required) or with the container arXiv server
  • Paper IDs support version suffixes (e.g. 2301.00001v2)
  • Very large papers may take 10-30 seconds on first fetch
  • arxiv_abstract uses the arXiv Atom API for fast metadata retrieval in standalone mode

版本历史

  • 2dbe71f 当前 2026-08-20 10:22

同 Skill 集合

docker/config/workspace/skills/prismer-workspace/SKILL.md
docker/plugin/prismer-workspace/skills/arxiv-reader/SKILL.md
docker/plugin/prismer-workspace/skills/find-skills/SKILL.md
docker/plugin/prismer-workspace/skills/formal-methods/SKILL.md
docker/plugin/prismer-workspace/skills/hf-papers/SKILL.md
docker/plugin/prismer-workspace/skills/latex-compiler/SKILL.md
docker/templates/academic-researcher/skills/data-analysis/SKILL.md
docker/templates/academic-researcher/skills/latex-writing/SKILL.md
docker/templates/academic-researcher/skills/paper-search/SKILL.md
docker/templates/cs-researcher/skills/ml-experiment/SKILL.md
docker/templates/data-scientist/skills/jupyter/SKILL.md
docker/templates/finance-researcher/skills/quant-analysis/SKILL.md
docker/templates/mathematician/skills/theorem-proving/SKILL.md
docker/templates/paper-reviewer/skills/peer-review/SKILL.md
skills/formal-methods/SKILL.md
skills/hf-papers/SKILL.md
skills/latex-compiler/SKILL.md

元信息

文件数
0
版本
2dbe71f
Hash
abaa9a5c
收录时间
2026-08-20 10:22

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-16 22:32
浙ICP备14020137号-1