← 返回 Skills 市场
102
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
- 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)
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install arxiv-survey - 安装完成后,直接呼叫该 Skill 的名称或使用
/arxiv-survey触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。
如何安装 arxiv-survey?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install arxiv-survey」即可一键安装,无需额外配置。
arxiv-survey 是免费的吗?
是的,arxiv-survey 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
arxiv-survey 支持哪些平台?
arxiv-survey 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 arxiv-survey?
由 Jiakai Xu(@6eanut)开发并维护,当前版本 v1.0.0。
推荐 Skills