← 返回 Skills 市场
zotero-paper
作者
GloamingBlue
· GitHub ↗
· v0.0.1
898
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install zotero-paper
功能描述
将论文保存到 Zotero 文库,请按照 userid:apiKey 的格式配置 ZOTERO_CREDENTIALS 环境变量。
安全使用建议
This skill appears to do exactly what it says: it will use the ZOTERO_CREDENTIALS (format userID:apiKey) you provide to create Zotero items, add a note with any AI summary, and optionally download PDFs from arXiv to attach to those items. Before installing: confirm you are comfortable granting this API key write access to your Zotero account; verify the Homebrew 'uv' formula is the expected runner for your environment (or run the script directly with Python and install pyzotero manually); and ensure you do not supply broader or unrelated credentials. If you use group libraries, note the script hardcodes library_type='user' (it may not work for group libraries without modification). Finally, review and keep the API key private since the skill can upload items and attachments to your Zotero account.
功能分析
Type: OpenClaw Skill
Name: zotero-paper
Version: 0.0.1
The skill bundle is designed to save paper metadata and PDFs to a Zotero library. It securely retrieves Zotero credentials from the `ZOTERO_CREDENTIALS` environment variable. The `SKILL.md` documentation provides clear instructions without any prompt injection attempts. The `save_paper.py` script uses the `pyzotero` library for API interaction and includes a feature to download PDFs from ArXiv URLs, storing them in a temporary directory before attaching them. All operations align with the stated purpose, and there is no evidence of malicious intent, data exfiltration, unauthorized execution, or persistence mechanisms.
能力评估
Purpose & Capability
Name/description, SKILL.md, and included script consistently implement saving metadata, notes, and PDF attachments to Zotero using an API key (ZOTERO_CREDENTIALS in userid:apiKey format). The requested binary 'uv' is used only as the platform runner for the Python script and is proportionate to the task.
Instruction Scope
SKILL.md instructs running the bundled Python script with title/authors/url/etc.; the script only reads ZOTERO_CREDENTIALS and the provided CLI args, calls the Zotero API via pyzotero, and (optionally) downloads PDFs from arxiv.org. There are no instructions to read unrelated files, other env vars, or to send data to unexpected endpoints.
Install Mechanism
Install spec requests a Homebrew formula 'uv' to provide the runner binary — acceptable if 'uv' is the intended platform runner. The Python dependency pyzotero is declared in the script header but no explicit pip install step is provided in the brew install section; depending on the execution environment, the pyzotero dependency may need to be installed separately.
Credentials
Only a single environment variable (ZOTERO_CREDENTIALS) is required and is directly used to authenticate to Zotero. No unrelated tokens, secrets, or config paths are requested.
Persistence & Privilege
Skill is not always-on and does not request elevated or cross-skill configuration changes. It performs actions only when invoked and uses the provided Zotero credentials to write to the user's library, which matches its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zotero-paper - 安装完成后,直接呼叫该 Skill 的名称或使用
/zotero-paper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
Initial release of zotero-scholar.
- Save paper metadata, PDF links, and AI-generated summaries to your Zotero library.
- Supports custom credentials via the ZOTERO_CREDENTIALS environment variable (userid:apiKey format).
- Command-line options for title, authors, URL, abstract, summary, and tags.
元数据
常见问题
zotero-paper 是什么?
将论文保存到 Zotero 文库,请按照 userid:apiKey 的格式配置 ZOTERO_CREDENTIALS 环境变量。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 898 次。
如何安装 zotero-paper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zotero-paper」即可一键安装,无需额外配置。
zotero-paper 是免费的吗?
是的,zotero-paper 完全免费(开源免费),可自由下载、安装和使用。
zotero-paper 支持哪些平台?
zotero-paper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 zotero-paper?
由 GloamingBlue(@gloamingblue)开发并维护,当前版本 v0.0.1。
推荐 Skills