← 返回 Skills 市场
ppingzhang

该 Skill 支持基于关键词的学术论文检索,可以设置发表时间范围与数量 并将论文下载到指定目录,帮助用户快速获取目标领域(如大模型)的最新或代表性研究成果。This skill enables keyword-based academic paper retrieval with optional constraints on time range and result size and download them in the folder.

作者 ppingzhang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
68
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install paper-search-and-download
功能描述
Search and download related arXiv papers by topic plus date range, or from a seed paper title/id. Use when user asks to crawl related papers, collect arXiv a...
安全使用建议
This skill appears to do what it says (query arXiv and download PDFs) and uses only Python standard libraries, but take these precautions before installing or running it: - Verify the repository layout: SKILL.md expects ./arxiv-related-papers/scripts/download_arxiv.py but the manifest shows scripts/download_arxiv.py — confirm the correct path or update the invocation. - Inspect the full script (the distributed file appears truncated in the bundle). The truncated tail could contain logic that changes behavior (file system writes, external endpoints, or other actions). Do not run until you have the complete source. - Confirm the script creates the output directory or will not overwrite unintended files. Run in a sandboxed environment or with limited write permissions to the target directory. - The script retries with an unverified SSL context if certificate verification fails; be aware this weakens TLS checks when that code path is taken. - Because it downloads many PDFs, ensure you have permission to write to the target directory and adequate disk space. Given the path mismatch and incomplete source, proceed only after obtaining and reviewing the complete file and correcting the invocation path. If you want, provide the rest of the script and I can re-evaluate with the full content.
功能分析
Type: OpenClaw Skill Name: paper-search-and-download Version: 1.0.0 The skill is designed to search and download arXiv papers, but the script `scripts/download_arxiv.py` contains a security vulnerability: it intentionally bypasses SSL certificate verification using `ssl._create_unverified_context()` if a standard connection fails. This 'weak crypto' flaw makes the agent susceptible to Man-In-The-Middle (MITM) attacks when querying the arXiv API or downloading PDFs. While the code logic aligns with the stated purpose and lacks evidence of intentional malice or data exfiltration, the explicit inclusion of a security bypass for network requests is a high-risk behavior.
能力评估
Purpose & Capability
Name/description describe arXiv search + batch PDF download; the included script implements arXiv API queries and PDF downloads using only the Python standard library, which is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs running the script at ./arxiv-related-papers/scripts/download_arxiv.py, but the file manifest places the script at scripts/download_arxiv.py (path mismatch). The SKILL.md claims the output dir is auto-created, but the visible portion of the script does not show directory creation (the file is truncated), so final behavior (including any extra file reads/writes) is unknown. The instructions otherwise limit network calls to arXiv, which is appropriate.
Install Mechanism
No install spec; this is an instruction-only skill with a Python script that uses only the standard library. No third-party packages or downloads are requested.
Credentials
The skill requests no environment variables, credentials, or config paths — consistent with a public arXiv downloader that only performs unauthenticated HTTP requests.
Persistence & Privilege
The skill is not marked always:true and does not request elevated or persistent system-wide privileges. Autonomous invocation is enabled (platform default) but is not combined with other high-risk indicators.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paper-search-and-download
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paper-search-and-download 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
关键词检索:支持根据主题关键词检索相关论文,如“大模型”“多模态”“视频理解”等。 时间限制:支持限定论文发布时间范围,如近一年、2025-2026、2024年之后。 数量限制:支持限定返回论文数量,如10篇文章。 固定格式输出:支持将检索结果按照统一字段格式写入指定目录,便于程序化读取与管理。
元数据
Slug paper-search-and-download
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

该 Skill 支持基于关键词的学术论文检索,可以设置发表时间范围与数量 并将论文下载到指定目录,帮助用户快速获取目标领域(如大模型)的最新或代表性研究成果。This skill enables keyword-based academic paper retrieval with optional constraints on time range and result size and download them in the folder. 是什么?

Search and download related arXiv papers by topic plus date range, or from a seed paper title/id. Use when user asks to crawl related papers, collect arXiv a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 68 次。

如何安装 该 Skill 支持基于关键词的学术论文检索,可以设置发表时间范围与数量 并将论文下载到指定目录,帮助用户快速获取目标领域(如大模型)的最新或代表性研究成果。This skill enables keyword-based academic paper retrieval with optional constraints on time range and result size and download them in the folder.?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install paper-search-and-download」即可一键安装,无需额外配置。

该 Skill 支持基于关键词的学术论文检索,可以设置发表时间范围与数量 并将论文下载到指定目录,帮助用户快速获取目标领域(如大模型)的最新或代表性研究成果。This skill enables keyword-based academic paper retrieval with optional constraints on time range and result size and download them in the folder. 是免费的吗?

是的,该 Skill 支持基于关键词的学术论文检索,可以设置发表时间范围与数量 并将论文下载到指定目录,帮助用户快速获取目标领域(如大模型)的最新或代表性研究成果。This skill enables keyword-based academic paper retrieval with optional constraints on time range and result size and download them in the folder. 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

该 Skill 支持基于关键词的学术论文检索,可以设置发表时间范围与数量 并将论文下载到指定目录,帮助用户快速获取目标领域(如大模型)的最新或代表性研究成果。This skill enables keyword-based academic paper retrieval with optional constraints on time range and result size and download them in the folder. 支持哪些平台?

该 Skill 支持基于关键词的学术论文检索,可以设置发表时间范围与数量 并将论文下载到指定目录,帮助用户快速获取目标领域(如大模型)的最新或代表性研究成果。This skill enables keyword-based academic paper retrieval with optional constraints on time range and result size and download them in the folder. 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 该 Skill 支持基于关键词的学术论文检索,可以设置发表时间范围与数量 并将论文下载到指定目录,帮助用户快速获取目标领域(如大模型)的最新或代表性研究成果。This skill enables keyword-based academic paper retrieval with optional constraints on time range and result size and download them in the folder.?

由 ppingzhang(@ppingzhang)开发并维护,当前版本 v1.0.0。

💬 留言讨论