← Back to Skills Marketplace
6eanut

arxiv-survey

by Jiakai Xu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install arxiv-survey
Description
Survey arXiv papers from a given year to present on a specific theme. Automatically categorizes papers, translates abstracts to Chinese, and generates a stru...
README (SKILL.md)

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

  1. Search: Query arXiv API for papers from \x3Cyear> to present matching \x3Ctheme>
  2. Filter: Collect 10-50 relevant papers (more if the theme has abundant literature)
  3. Categorize: Automatically classify papers into thematic categories based on titles and abstracts
  4. Translate: Translate abstracts to fluent Chinese
  5. 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)
Usage Guidance
This skill appears coherent and not malicious, but note a few practical points before installing: - Functionality gap: The included script only queries arXiv and writes a skeleton markdown file; categorization and Chinese translation are not implemented in the script and are expected to be performed by the agent/LLM at runtime. If you expect the script to perform these steps locally, it currently does not. - Dependencies: The script uses curl and iconv and uses grep -oP (PCRE grep). Ensure your environment has these tools (some systems' grep lacks -P). Missing dependencies will cause runtime failures but are not security issues. - Network usage: The script queries https://export.arxiv.org. If you (or the agent) additionally fetch full PDFs for context, that will generate extra network traffic and may hit arXiv rate limits — be mindful of API usage. - Parsing fragility: The script uses regex-based XML parsing (grep) and limits results (MAX_RESULTS=50 and head -20). It may miss or mis-parse entries; review outputs for correctness. - Translation/Privacy: Translations are likely performed by the agent/model; if the agent uses an external translation API (not included here), it would require credentials — none are requested now. If you plan to let the agent call external services for translation, consider whether sharing paper text with those services is acceptable. If these behaviors are acceptable, the skill is coherent. If you require local, reproducible categorization/translation without the model or third-party APIs, request or implement those steps explicitly before relying on the tool.
Capability Analysis
Type: OpenClaw Skill Name: arxiv-survey Version: 1.0.0 The arxiv-survey skill is a legitimate tool designed to search the arXiv API, filter papers by year, and generate structured markdown reports. The bash script (scripts/survey_arxiv.sh) uses standard utilities like curl, grep, and sed to process academic data from export.arxiv.org, and the SKILL.md instructions correctly guide the AI agent to perform categorization and translation tasks without any signs of malicious intent or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description match the provided files: SKILL.md describes searching arXiv, categorizing, translating abstracts to Chinese, and generating a markdown report. The included script queries the arXiv API and generates a placeholder report file. No unrelated credentials, binaries, or network endpoints are requested.
Instruction Scope
SKILL.md promises categorization and Chinese translation; the bundled script only fetches arXiv entries and writes a basic report skeleton. This is coherent if the agent (LLM) performs categorization and translation at runtime, but the implementation gap should be noted: the script does not download PDFs or perform translations itself. The instructions do not ask the agent to read unrelated files or exfiltrate data.
Install Mechanism
No install spec — instruction-only skill with a small shell script. Nothing is downloaded from external or untrusted URLs. Lowest-risk install posture.
Credentials
The skill requires no environment variables, credentials, or config paths. Translation is expected to be handled by the agent/model (no external translation API keys requested), which is proportionate for the claimed functionality.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It runs as an on-demand skill; autonomous invocation is enabled by default but not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install arxiv-survey
  3. After installation, invoke the skill by name or use /arxiv-survey
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
arxiv-survey 1.0.0 - Initial release of arxiv-survey, a tool for generating structured markdown surveys on arXiv papers by theme and year. - Automatically searches, filters, categorizes, and summarizes papers; translates abstracts to Chinese. - Outputs a markdown report with categorized tables of contents and detailed sections for each paper. - Includes a convenient shell script for running the full workflow. - Adapts to both niche and popular topics; English file naming is enforced.
Metadata
Slug arxiv-survey
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments