/install arxiv-survey
ArXiv Survey
Generate comprehensive survey reports on arXiv papers for a specific theme and time range.
Usage
/skill arxiv-survey survey \x3Cyear>:\x3Ctheme>
Parameters
- year: Starting year for paper collection (e.g.,
2026) - theme: Topic or theme description (can be a short keyword or detailed description)
Examples
/skill arxiv-survey survey 2026:AI 辅助开源贡献
/skill arxiv-survey survey 2024:RAG retrieval augmented generation
/skill arxiv-survey survey 2025:LLM code generation automated program repair
/skill arxiv-survey survey 2026:multimodal learning
Workflow
- Search: Query arXiv API for papers from
\x3Cyear>to present matching\x3Ctheme> - Filter: Collect 10-50 relevant papers (more if the theme has abundant literature)
- Categorize: Automatically classify papers into thematic categories based on titles and abstracts
- Translate: Translate abstracts to fluent Chinese
- Generate Report: Create a structured markdown file with:
- Table of Contents: Categories with paper titles listed under each
- Detailed Content: For each category, list papers with:
- English title
- Authors
- Chinese translated abstract (expanded if full text is accessible)
Output
Generates a markdown file: arxiv-survey-\x3Cyear>-\x3Ctheme-slug>.md
Report Structure
# ArXiv Survey: \x3CTheme> (\x3CYear>-Present)
## Table of Contents
### Category 1
- Paper Title 1
- Paper Title 2
### Category 2
- Paper Title 3
---
## Detailed Papers
### Category 1
#### Paper Title 1
**Authors**: Author List
**arXiv**: [Link](https://arxiv.org/abs/xxxx.xxxxx)
**Abstract (中文)**: Translated abstract...
#### Paper Title 2
...
Scripts
scripts/survey_arxiv.sh \x3Cyear> \x3Ctheme>- Main survey script that searches, categorizes, and generates the report
Notes
- Paper count adapts to availability: niche topics may yield ~10 papers, popular topics up to 50
- Abstracts are translated to Chinese for readability
- If full paper content is accessible, abstracts may be expanded with additional context
- All file names are in English (no Chinese characters)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install arxiv-survey - After installation, invoke the skill by name or use
/arxiv-survey - Provide required inputs per the skill's parameter spec and get structured output
What is arxiv-survey?
Survey arXiv papers from a given year to present on a specific theme. Automatically categorizes papers, translates abstracts to Chinese, and generates a stru... It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install arxiv-survey?
Run "/install arxiv-survey" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is arxiv-survey free?
Yes, arxiv-survey is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does arxiv-survey support?
arxiv-survey is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created arxiv-survey?
It is built and maintained by Jiakai Xu (@6eanut); the current version is v1.0.0.