Install
openclaw skills install @6eanut/arxiv-surveySurvey arXiv papers from a given year to present on a specific theme. Automatically categorizes papers, translates abstracts to Chinese, and generates a structured markdown report.
openclaw skills install @6eanut/arxiv-surveyGenerate comprehensive survey reports on arXiv papers for a specific theme and time range.
/skill arxiv-survey survey <year>:<theme>
2026)/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
<year> to present matching <theme>Generates a markdown file: arxiv-survey-<year>-<theme-slug>.md
# ArXiv Survey: <Theme> (<Year>-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/survey_arxiv.sh <year> <theme> - Main survey script that searches, categorizes, and generates the report