← Back to Skills Marketplace
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.

by ppingzhang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
68
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install paper-search-and-download
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install paper-search-and-download
  3. After installation, invoke the skill by name or use /paper-search-and-download
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
关键词检索:支持根据主题关键词检索相关论文,如“大模型”“多模态”“视频理解”等。 时间限制:支持限定论文发布时间范围,如近一年、2025-2026、2024年之后。 数量限制:支持限定返回论文数量,如10篇文章。 固定格式输出:支持将检索结果按照统一字段格式写入指定目录,便于程序化读取与管理。
Metadata
Slug paper-search-and-download
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 该 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 68 downloads so far.

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

Run "/install paper-search-and-download" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

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

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

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

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

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

It is built and maintained by ppingzhang (@ppingzhang); the current version is v1.0.0.

💬 Comments