Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

arxiv-surveyarxiv 调查

Agent Skill

arxiv-survey 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,910

周安装

125

GitHub Stars

公开资料未说明

下载量

1,020
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:arxiv-survey(arxiv 调查)
来源仓库:https://github.com/6eanut/arxiv-survey
安装命令:
openclaw skills install arxiv-survey
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install arxiv-survey

简介

调查特定年份 arXiv 论文并按主题生成综述。

  • 适用于年度研究进展分析和趋势预测。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 自动分类摘要并翻译为中文输出。arxiv-survey 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 可生成结构化报告便于团队分享阅读。
  • 建议核对翻译准确性和分类标签一致性。

SKILL.md

name
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 structured markdown report.

ArXiv Survey

Generate comprehensive survey reports on arXiv papers for a specific theme and time range.

Usage

/skill arxiv-survey survey <year>:<theme>

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 <year> to present matching <theme>
  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-<year>-<theme-slug>.md

Report Structure

# 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

  • scripts/survey_arxiv.sh <year> <theme> - 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)

适合场景

01

研究助手

02

事实核查

03

知识库问答

04

带来源的搜索总结

能力概览

能力 1

组合搜索和大模型调用

能力 2

支持多来源检索和总结

能力 3

强调引用来源和事实核查

能力 4

适合研究型 Agent 流程

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.81%
按下载量换算967

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills