← 返回 Skills 市场
本地导入PDF至Zotero文库
作者
Tiandoufayale
· GitHub ↗
· v0.0.1
· MIT-0
338
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install zotero-local-pdf-import
功能描述
通过 Zotero 本地连接器(127.0.0.1),在 Windows/macOS/Linux 上使用命令行将本地 PDF 文件导入 Zotero。用户需要导入单个文件、批量导入文件夹、导入到已有分类、列出分类或校验最近导入的附件时使用。需要在 Zotero 桌面端设置中允许本机应用与 Zotero 通信,并由...
安全使用建议
This skill appears consistent with its description. Before installing/run: 1) Ensure Zotero desktop is running and 'Allow local applications to communicate with Zotero' is enabled and you know the port. 2) The agent/script will read any file paths you provide and will read your zotero.sqlite file in read-only mode for the 'check' command — don't point it at files you don't want read. 3) If 'doctor --auto-install-deps' is used the tool may run pip to install 'requests' (network access to PyPI). 4) The tool imports only into existing collections (it will not create collections). If you are comfortable with these local file and optional pip actions, the skill is coherent with its purpose.
功能分析
Type: OpenClaw Skill
Name: zotero-local-pdf-import
Version: 0.0.1
The skill bundle provides a legitimate utility for importing local PDF files into a Zotero library using the Zotero local connector API (127.0.0.1). The core logic in `scripts/zotero_tool.py` involves reading local files, sending them to the local Zotero instance, and optionally querying the local `zotero.sqlite` database in read-only mode to verify imports. While the script includes a 'doctor' command capable of installing the `requests` dependency via `pip`, this behavior is explicitly documented in `SKILL.md` and aligned with the tool's functional requirements. No indicators of data exfiltration, malicious persistence, or unauthorized remote communication were found.
能力评估
Purpose & Capability
Name/description align with the code and instructions: the tool posts local PDF bytes to the Zotero local connector on 127.0.0.1, lists collections via the connector API, and can read zotero.sqlite in read-only mode to check recent attachments — all coherent with 'import PDFs into Zotero'.
Instruction Scope
SKILL.md requires the agent to parse natural-language inputs into structured args (file paths, port, collection). It instructs the agent to run a 'doctor --auto-install-deps' step that may invoke pip install. The script will read any file paths the user supplies and will open the local Zotero connector endpoint; the 'check' command reads the provided zotero.sqlite in read-only mode. These behaviors are expected for the stated task but mean the agent/script will access local files and may install a dependency if missing.
Install Mechanism
There is no formal install spec (instruction-only), which is low risk. The script can auto-install the 'requests' package by invoking pip when run with --auto-install-deps; that will reach out to the Python package index if needed. This is proportionate but means network access during dependency installation.
Credentials
The skill requests no secrets or external credentials and only optionally reads ZOTERO_PORT (fallback 23119). No unrelated environment variables or credentials are required.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills. It only performs transient actions when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zotero-local-pdf-import - 安装完成后,直接呼叫该 Skill 的名称或使用
/zotero-local-pdf-import触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
通过 Zotero 本地连接器(127.0.0.1),将本地 PDF 文件导入 Zotero。用户需要导入单个文件、批量导入文件夹、导入到已有分类、列出分类或校验最近导入的附件时使用。需要在 Zotero 桌面端设置中允许本机应用与 Zotero 通信,并由用户提供连接端口。使用时用户需要向agent提供pdf文件绝对路径或pdf文件所处文件夹绝对路径。仅在 Windows 平台测试通过。
元数据
常见问题
本地导入PDF至Zotero文库 是什么?
通过 Zotero 本地连接器(127.0.0.1),在 Windows/macOS/Linux 上使用命令行将本地 PDF 文件导入 Zotero。用户需要导入单个文件、批量导入文件夹、导入到已有分类、列出分类或校验最近导入的附件时使用。需要在 Zotero 桌面端设置中允许本机应用与 Zotero 通信,并由... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 338 次。
如何安装 本地导入PDF至Zotero文库?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zotero-local-pdf-import」即可一键安装,无需额外配置。
本地导入PDF至Zotero文库 是免费的吗?
是的,本地导入PDF至Zotero文库 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
本地导入PDF至Zotero文库 支持哪些平台?
本地导入PDF至Zotero文库 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 本地导入PDF至Zotero文库?
由 Tiandoufayale(@mxingchtongaelofficial2568)开发并维护,当前版本 v0.0.1。
推荐 Skills