← 返回 Skills 市场
gottenzzp

zotero-sholar

作者 GottenZZP · GitHub ↗ · v0.0.1
cross-platform ✓ 安全检测通过
1042
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install zotero-sholar
功能描述
将论文和摘要保存到 Zotero 文库。需配置 ZOTERO_CREDENTIALS 环境变量。
安全使用建议
This skill appears coherent and implements its stated function. Before installing: (1) confirm you are comfortable providing ZOTERO_CREDENTIALS in the form userID:apiKey — that API key grants write access to the specified Zotero library, so limit the key's scope if possible; (2) the 'uv' runner will install the pyzotero package from the Python package index at runtime — ensure network installs are acceptable in your environment; (3) the script always treats the library as a personal ('user') library (no built-in group-library support); (4) the script will download PDFs from arXiv when URLs contain 'arxiv.org' and upload them to Zotero; review the code if you need stricter controls; (5) note the minor name/slug typo (zotero-sholar vs zotero-scholar) is cosmetic only. If you have any doubt, inspect the script yourself and consider creating a dedicated Zotero API key with minimal permissions and rotating it after testing.
功能分析
Type: OpenClaw Skill Name: zotero-sholar Version: 0.0.1 The skill's purpose is to save papers and abstracts to Zotero. The `SKILL.md` provides clear instructions and does not contain any prompt injection attempts. The `scripts/save_paper.py` script uses the legitimate `pyzotero` library to interact with the Zotero API, authenticating via the `ZOTERO_CREDENTIALS` environment variable. It includes functionality to download and attach PDFs from arXiv, using `urllib.request` and `tempfile.TemporaryDirectory()` for safe handling. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or other malicious intent. The code aligns with its stated purpose.
能力评估
Purpose & Capability
The name/description state 'save papers and abstracts to Zotero' and the package contains a Python script that uses the pyzotero client and asks for ZOTERO_CREDENTIALS in userID:apiKey form. The required binary 'uv' is used in the SKILL.md examples to run the script. Small inconsistency: registry slug/name contains a typo (zotero-sholar vs SKILL.md name zotero-scholar) but this is cosmetic.
Instruction Scope
SKILL.md instructs only to run the provided script via 'uv run' and to set ZOTERO_CREDENTIALS. The script's runtime actions (search Zotero for URL, create item, add note, download arXiv PDF and attach) are within the stated purpose and do not read unrelated files or environment variables.
Install Mechanism
No formal install spec is present (instruction-only), which is low-risk. The script declares dependencies via PEP-723-like headers and the SKILL.md says 'uv run' will auto-install pyzotero; this is expected but means a network install (pip) will occur when executed — user should accept that pyzotero will be fetched and installed.
Credentials
Only ZOTERO_CREDENTIALS is required and used. The script parses it as userID:apiKey and uses those values for the Zotero API. No unrelated secrets or extra environment variables are requested or accessed.
Persistence & Privilege
always is false and the skill does not request persistent or elevated platform privileges. It does not modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zotero-sholar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zotero-sholar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Initial release of zotero-scholar. - Save paper metadata, PDF links, and AI-generated summaries directly to your Zotero library. - Requires ZOTERO_CREDENTIALS environment variable for authentication. - Supports adding title, authors, URL, abstract, summary, and tags. - Automatic dependency management; auto-installs required packages via uv/PEP 723.
元数据
Slug zotero-sholar
版本 0.0.1
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

zotero-sholar 是什么?

将论文和摘要保存到 Zotero 文库。需配置 ZOTERO_CREDENTIALS 环境变量。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1042 次。

如何安装 zotero-sholar?

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

zotero-sholar 是免费的吗?

是的,zotero-sholar 完全免费(开源免费),可自由下载、安装和使用。

zotero-sholar 支持哪些平台?

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

谁开发了 zotero-sholar?

由 GottenZZP(@gottenzzp)开发并维护,当前版本 v0.0.1。

💬 留言讨论