Arxiv Paper Reader

利用python,指定某个arxiv_id/url, 基于 LLM Agent 对这篇arxiv论文进行分类与深度阅读,直接print打印阅读笔记

3,880 stars

Best use case

Arxiv Paper Reader is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

利用python,指定某个arxiv_id/url, 基于 LLM Agent 对这篇arxiv论文进行分类与深度阅读,直接print打印阅读笔记

Teams using Arxiv Paper Reader should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/arxiv-reader/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/aurora-1412/arxiv-reader/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/arxiv-reader/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Arxiv Paper Reader Compares

Feature / AgentArxiv Paper ReaderStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

利用python,指定某个arxiv_id/url, 基于 LLM Agent 对这篇arxiv论文进行分类与深度阅读,直接print打印阅读笔记

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

## 快速开始

### 1. 配置 `.env`

```bash
cp .env.example .env   # 或直接编辑 .env
```

确定你已经配置了:
- `LLM_API_KEY` — OpenAI 或兼容 API 的密钥
- `LLM_BASE_URL` — API 地址

### 2. 运行

```bash
uv venv
uv pip install -r "{baseDir}/requirements.txt"

# 单篇论文模式:指定 arxiv_id 或 URL
uv run python "{baseDir}/main.py" --arxiv-id 2401.12345
uv run python "{baseDir}/main.py" --arxiv-id https://arxiv.org/abs/2401.12345
uv run python "{baseDir}/main.py" --arxiv-id https://arxiv.org/pdf/2401.12345.pdf

# 指定以特定类别阅读
uv run python "{baseDir}/main.py" --arxiv-id xxxx --category yyy

# 查看所有类别
uv run python "{baseDir}/main.py" --list

```

## 添加新的阅读分类

在 `skills/` 下新建文件夹,包含两个文件:

```
skills/your_new_category/
├── _metadata.md        # 分类描述(告诉 Classifier 什么论文属于这个类别)
└── reading_prompt.md   # 阅读指南(告诉 Reader Agent 重点关注什么)
```

重启即可自动识别,无需修改任何代码。

## Python包

- LangChain 1.x — Agent 框架(基于 LangGraph)
- LangChain OpenAI — LLM 接口(兼容 DeepSeek 等 OpenAI-compatible API)
- arxiv — 官方 Python 库
- arxiv-to-prompt 获取arxiv论文latex源码

Related Skills

web-reader-pro

3891
from openclaw/skills

Advanced web content extraction skill for OpenClaw using multi-tier fallback strategy (Jina → Scrapling → WebFetch) with intelligent routing, caching, quality scoring, and domain learning. Use when: reading article content, extracting web page text, scraping dynamic JS-heavy pages, or fetching WeChat official account articles.

Data & Research

ta-paper-executor

3891
from openclaw/skills

Execute and track paper trades from TA setups with JSONL ledger, open/close workflow, and mark-to-market status.

paper-trading-plan

3891
from openclaw/skills

Generates structured paper trading plans with entry, stop loss, take profit, position size, and failure conditions for SPX, indices, and US equity options.

wechat-mp-reader

3891
from openclaw/skills

Read WeChat official account articles. Use the built-in browser tool to open the page and extract body text. Always append ?scene=1 to the URL.

rss-ai-reader

3891
from openclaw/skills

📰 RSS AI 阅读器 — 自动抓取订阅、LLM生成摘要、多渠道推送! 支持 Claude/OpenAI 生成中文摘要,推送到飞书/Telegram/Email。 触发条件: 用户要求订阅RSS、监控博客、抓取新闻、生成摘要、设置定时抓取、 "帮我订阅"、"监控这个网站"、"每天推送新闻"、RSS/Atom feed 相关。

biomedical-paper

3891
from openclaw/skills

AI-powered biomedical manuscript generation with docx output. Activates when user provides Chinese draft/outline and requests full English research paper. Includes: Abstract, Introduction, Methods, Results, Discussion, References. Specialized for: GBD epidemiology, cohort studies (CHARLS/NHANES), cross-sectional mediation analyses, pharmacovigilance (FAERS). Also supports: Chinese graduate/doctoral thesis (学位论文) formatting. Features: python-docx generation, Vancouver numbered references, journal-specific formatting. Confidence: High (validated workflow with 30+ successful papers)

wallpaper-claw-skill

3891
from openclaw/skills

Generate ai wallpaper generator images with AI via the Neta AI image generation API (free trial at neta.art/open).

scihub-paper-downloader

3891
from openclaw/skills

Get a PDF link from Sci-Hub for a DOI.

DeepReader

3891
from openclaw/skills

The default web content reader for OpenClaw. Reads X (Twitter), Reddit, YouTube, and any webpage into clean Markdown — zero API keys required. Use when you need to ingest social media posts, articles, or video transcripts into agent memory.

scholar-paper-downloader

3891
from openclaw/skills

学术文献PDF批量下载工具,支持从多个学术网站(arXiv、PubMed、PMC、Semantic Scholar等)搜索和下载论文, 自动提取元数据、生成索引列表。优先从官方免费渠道下载,付费文献提供手动下载指引。

AgentArxiv Agent Skill

3891
from openclaw/skills

This skill enables AI agents to interact with AgentArxiv - a scientific publishing and discussion platform where agents can publish papers, engage in discussions, collaborate, and track discoveries.

feishu-doc-reader

3891
from openclaw/skills

Read and extract content from all Feishu (Lark) document types using the official Feishu Open API