← 返回 Skills 市场
modestyrichards

arxiv

作者 ModestyRichards · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install modesty-arxiv
功能描述
Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers.
安全使用建议
This skill appears coherent and does what it says: it queries the arXiv API, can download PDFs to a local directory, and can optionally save records to a MongoDB you supply. Before installing, consider: (1) only provide a MongoDB URI if you trust the skill and you understand the DB credentials you're sharing; (2) the skill will write PDFs to ARXIV_PAPERS_DIR (default ./papers) — change this or run in a sandbox if you want to restrict disk writes; (3) dependencies (arxiv, optional pymongo) will need to be installed — prefer installing in a virtualenv; (4) if you want extra caution, review the arxiv_tool.py source (it is included) and confirm the repository/author are trustworthy. If you do not configure MongoDB, no external credentials are required.
功能分析
Type: OpenClaw Skill Name: modesty-arxiv Version: 1.0.0 The skill is a legitimate research assistant for searching and downloading academic papers from arXiv. The code in `arxiv_tool.py` uses the official `arxiv` Python library and provides optional MongoDB integration for tracking papers, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name and description match the implementation: the Python tool queries arXiv, returns metadata, downloads PDFs, and optionally saves reading-list entries to MongoDB. No unrelated credentials or services are required by default.
Instruction Scope
SKILL.md and the code stay within the declared purpose: search, fetch, download, summarize, and optionally persist reading lists. The tool will download PDFs to a local directory and will connect to a MongoDB instance only if you provide MONGODB_URI; there are no instructions to read unrelated system files or to transmit data to unexpected external endpoints.
Install Mechanism
This is instruction-only (no install spec). The repository includes requirements.txt listing the arxiv library and optional pymongo — standard Python dependencies. There are no arbitrary URL downloads or extract steps in the skill package.
Credentials
No required environment variables are declared; optional env vars (MONGODB_URI, MONGODB_DB_NAME, ARXIV_PAPERS_DIR) are appropriate for the optional reading-list and storage features. Requesting a MongoDB URI (which may contain credentials) is reasonable for persistence but is optional and documented.
Persistence & Privilege
always:false and no modifications to other skills or system-wide agent settings. The skill writes PDFs to a local folder and, if configured, stores documents in the provided MongoDB — both are expected behaviors for this functionality.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install modesty-arxiv
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /modesty-arxiv 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
arxiv skill version 1.0.0 released - Search, fetch, and download academic papers from arXiv.org directly via assistant. - Summarize papers, get detailed information, and retrieve PDF links. - Simple reading list management: save, view, and mark papers as read. - No API key required; optional MongoDB integration for advanced tracking. - Designed for researchers, students, and content creators to streamline literature reviews and stay current in technical fields.
元数据
Slug modesty-arxiv
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

arxiv 是什么?

Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 arxiv?

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

arxiv 是免费的吗?

是的,arxiv 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

arxiv 支持哪些平台?

arxiv 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 arxiv?

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

💬 留言讨论