← 返回 Skills 市场
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zotero-manager
功能描述
兼容 Zotero 文献管理,支持文献检索、DOI 导入、分类管理及参考文献导出,功能已整合至 knowledge 统一入口。
安全使用建议
This skill appears to do what it says: it needs a Zotero API key (or the Zotero local API enabled) and will read that key from ~/.config/zotero (or from the ZOTERO_API_KEY env var) and call the Zotero APIs including local localhost:23119 and official zotero domains. Before installing: (1) Verify you are comfortable storing a Zotero API key in your home config directory or env var; use a read-only token (Read Library) as recommended. (2) Inspect and, if desired, remove or update the hardcoded Windows workspace path references in the scripts so they don't point to another user's directory. (3) Confirm you trust the author/source (homepage is missing). If you have any doubt, review the three Python files (zotero_search.py, zotero_import.py, zotero_diagnose.py) locally before running and rotate your Zotero token after testing. If you want the metadata to be more transparent, ask the publisher to declare the expected env var (ZOTERO_API_KEY) and config-file locations in the registry metadata.
功能分析
Type: OpenClaw Skill
Name: zotero-manager
Version: 1.0.0
The zotero-manager skill bundle provides legitimate functionality for interacting with the Zotero reference management system. It includes scripts for searching libraries (zotero_search.py), importing literature via DOI (zotero_import.py), and diagnosing local API connectivity (zotero_diagnose.py). The code handles sensitive API keys by reading them from local configuration files (~/.config/zotero/) and communicates exclusively with official Zotero endpoints (api.zotero.org, translate.zotero.org) or the local Zotero service (localhost:23119). No evidence of data exfiltration, unauthorized access, or malicious prompt injection was found.
能力标签
能力评估
Purpose & Capability
Name, description, SKILL.md and the Python scripts all implement Zotero operations (search, DOI import, collection lookup). The network calls are to translate.zotero.org, api.zotero.org and localhost (Zotero local API), which align with the declared purpose. Minor mismatch: SKILL metadata labels the skill as 'instruction-only' but several code files are present; functionally this is coherent but the metadata could be more accurate.
Instruction Scope
Runtime instructions and code limit themselves to reading Zotero configuration files, local Zotero service endpoints (localhost:23119) and official Zotero web APIs. The SKILL.md explicitly instructs how to obtain and store an API key and to use the official API. The scripts do access local config paths (home dir and a Windows workspace path) and will make outbound HTTPS requests to Zotero domains — these actions are expected for the stated functionality.
Install Mechanism
No install spec or remote downloads are present; the skill ships scripts and docs in the bundle. No third‑party package fetches or archive extraction from untrusted URLs are used. This is low-install-risk.
Credentials
The skill does not declare required environment variables in metadata, but the code reads an API key from ~/.config/zotero/api_key (or a workspace path) and from ZOTERO_API_KEY. This is proportionate to the functionality, but the metadata should document the env var / config-file expectation. Also note leftover hardcoded workspace path(s) (e.g., D:\Personal\OpenClaw\.config\zotero\api_key) included in search code — harmless but unnecessary and potentially confusing.
Persistence & Privilege
The skill does not request always:true and does not autonomously persist itself or modify other skills. It reads user config files and can prompt users to save API keys in ~/.config; it does not create system-level services or modify unrelated agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zotero-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/zotero-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Zotero 文献管理功能已整合到 knowledge 统一入口技能中。
- 推荐使用新命令格式:knowledge zotero [操作],原有命令仍可兼容使用。
- 本技能现在作为兼容层自动转发请求,无新增独立功能。
- 提供迁移指引和 API Key 配置方法。
- 保留所有核心功能:文献检索、DOI 导入、分类管理、文献导出。
- 强化 API Key 安全配置和存储说明。
元数据
常见问题
Zotero Manager 是什么?
兼容 Zotero 文献管理,支持文献检索、DOI 导入、分类管理及参考文献导出,功能已整合至 knowledge 统一入口。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 Zotero Manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zotero-manager」即可一键安装,无需额外配置。
Zotero Manager 是免费的吗?
是的,Zotero Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Zotero Manager 支持哪些平台?
Zotero Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Zotero Manager?
由 JIRBOY(@jirboy)开发并维护,当前版本 v1.0.0。
推荐 Skills