← 返回 Skills 市场
242
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zotero-openclaw
功能描述
将论文保存到 Zotero 文库,请按照 userid:apiKey 的格式配置 ZOTERO_CREDENTIALS 环境变量。
安全使用建议
This skill appears to do what it says: it uses the ZOTERO_CREDENTIALS you provide to add items (and optionally attach PDFs downloaded from arXiv) to your Zotero library. Before installing or using it: (1) treat your ZOTERO_CREDENTIALS like a secret — use a Zotero API key with the minimum needed scope (if possible) rather than a full master key; (2) review the script yourself (it is short and included) if you have any doubts; (3) be aware the agent can be invoked to run this skill and will then perform writes to your Zotero account; and (4) when supplying URLs ensure they are trustworthy (the script will download PDFs from the provided URL). If you want extra safety, create a limited-scope Zotero API key or run the script manually rather than allowing autonomous agent invocation.
功能分析
Type: OpenClaw Skill
Name: zotero-openclaw
Version: 1.0.0
The skill is a legitimate utility designed to save academic paper metadata and PDFs to a user's Zotero library. The Python script `scripts/save_paper.py` uses the official `pyzotero` library to interact with the Zotero API and includes logic to download PDFs from Arxiv. No evidence of data exfiltration, credential theft, or malicious execution was found; the use of environment variables for API keys is consistent with the stated purpose.
能力评估
Purpose & Capability
The skill is named and described as a Zotero paper-saver, requires Python and a ZOTERO_CREDENTIALS environment variable, and the included script uses pyzotero and that credential to write to Zotero — this is proportionate and expected.
Instruction Scope
SKILL.md directs the agent to run the provided Python script and to install pyzotero; the script only reads ZOTERO_CREDENTIALS and the CLI args, checks Zotero for duplicates, creates items/notes, and optionally downloads PDFs from arXiv. It does not read other environment variables or unrelated system files.
Install Mechanism
There is no automated install spec; the skill is instruction-only and asks the user to pip install pyzotero. No downloads from untrusted URLs or archive extraction are present in the package.
Credentials
Only ZOTERO_CREDENTIALS (userid:apiKey) is required and is the primary credential; this is appropriate for writing to a Zotero account. No unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill doesn't modify other skills or system configs. The skill can be invoked autonomously per platform default; this is normal but means it could write to your Zotero when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zotero-openclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/zotero-openclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of zotero-scholar: easily save paper metadata, PDF links, and AI summaries to your Zotero library.
- Requires Python (v3.10+ recommended) and the pyzotero package.
- Set up credentials with the ZOTERO_CREDENTIALS environment variable in the format userid:apiKey.
- Simple command-line usage and clear parameter explanations provided.
元数据
常见问题
zotero-openclaw 是什么?
将论文保存到 Zotero 文库,请按照 userid:apiKey 的格式配置 ZOTERO_CREDENTIALS 环境变量。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 242 次。
如何安装 zotero-openclaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zotero-openclaw」即可一键安装,无需额外配置。
zotero-openclaw 是免费的吗?
是的,zotero-openclaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
zotero-openclaw 支持哪些平台?
zotero-openclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 zotero-openclaw?
由 wangjiayu(@little-cat1)开发并维护,当前版本 v1.0.0。
推荐 Skills