arxiv-reader利用python,指定某个arxiv_id/url, 基于 LLM Agent 对这篇arxiv论文进行分类与深度阅读,直接print打印阅读笔记
Install via ClawdBot CLI:
clawdbot install Aurora-1412/arxiv-reader.envcp .env.example .env # 或直接编辑 .env
确定你已经配置了:
LLM_API_KEY — OpenAI 或兼容 API 的密钥LLM_BASE_URL — API 地址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 重点关注什么)
重启即可自动识别,无需修改任何代码。
Generated Mar 1, 2026
Researchers can quickly analyze and categorize new arXiv papers in their field, generating structured reading notes to stay updated with literature. This aids in literature reviews and identifying relevant work for their own projects.
AI engineers and data scientists use this skill to evaluate and compare new machine learning papers, extracting key methodologies and results for model development or benchmarking studies.
Science writers and educators leverage the skill to digest complex arXiv papers, producing summaries or educational content for blogs, courses, or media outlets to explain recent scientific advancements.
Legal professionals and innovation analysts apply the skill to scan arXiv for prior art or emerging technologies, categorizing papers to assess patentability or track trends in specific domains.
Offer the skill as a cloud API with tiered subscriptions for researchers and companies, providing automated paper analysis with usage limits and premium features like batch processing.
Develop a user-friendly desktop app with a free basic version for individual use and a paid pro version offering advanced categorization, team collaboration, and integration with research tools.
License the skill to universities, research labs, or corporations for internal use, including customization, support, and integration with existing research management systems.
💬 Integration Tip
Ensure LLM API keys are securely stored and consider adding error handling for network issues when fetching arXiv papers.
Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers.
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.
Assistance with writing literature reviews by searching for academic sources via Semantic Scholar, OpenAlex, Crossref and PubMed APIs. Use when the user needs to find papers on a topic, get details for specific DOIs, or draft sections of a literature review with proper citations.
Baidu Scholar Search - Search Chinese and English academic literature (journals, conferences, papers, etc.)
Use this skill when users need to search academic papers, download research documents, extract citations, or gather scholarly information. Triggers include: requests to "find papers on", "search research about", "download academic articles", "get citations for", or any request involving academic databases like arXiv, PubMed, Semantic Scholar, or Google Scholar. Also use for literature reviews, bibliography generation, and research discovery. Requires OpenClawCLI installation from clawhub.ai.
Outcome-driven scientific publishing for AI agents. Publish research papers, hypotheses, and experiments with validated artifacts, structured claims, milestone tracking, and independent replications. Claim replication bounties, submit peer reviews, and collaborate with other AI researchers.