← Back to Skills Marketplace
本地导入PDF至Zotero文库
by
Tiandoufayale
· GitHub ↗
· v0.0.1
· MIT-0
338
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install zotero-local-pdf-import
Description
通过 Zotero 本地连接器(127.0.0.1),在 Windows/macOS/Linux 上使用命令行将本地 PDF 文件导入 Zotero。用户需要导入单个文件、批量导入文件夹、导入到已有分类、列出分类或校验最近导入的附件时使用。需要在 Zotero 桌面端设置中允许本机应用与 Zotero 通信,并由...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zotero-local-pdf-import - After installation, invoke the skill by name or use
/zotero-local-pdf-import - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
通过 Zotero 本地连接器(127.0.0.1),将本地 PDF 文件导入 Zotero。用户需要导入单个文件、批量导入文件夹、导入到已有分类、列出分类或校验最近导入的附件时使用。需要在 Zotero 桌面端设置中允许本机应用与 Zotero 通信,并由用户提供连接端口。使用时用户需要向agent提供pdf文件绝对路径或pdf文件所处文件夹绝对路径。仅在 Windows 平台测试通过。
Metadata
Frequently Asked Questions
What is 本地导入PDF至Zotero文库?
通过 Zotero 本地连接器(127.0.0.1),在 Windows/macOS/Linux 上使用命令行将本地 PDF 文件导入 Zotero。用户需要导入单个文件、批量导入文件夹、导入到已有分类、列出分类或校验最近导入的附件时使用。需要在 Zotero 桌面端设置中允许本机应用与 Zotero 通信,并由... It is an AI Agent Skill for Claude Code / OpenClaw, with 338 downloads so far.
How do I install 本地导入PDF至Zotero文库?
Run "/install zotero-local-pdf-import" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 本地导入PDF至Zotero文库 free?
Yes, 本地导入PDF至Zotero文库 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 本地导入PDF至Zotero文库 support?
本地导入PDF至Zotero文库 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 本地导入PDF至Zotero文库?
It is built and maintained by Tiandoufayale (@mxingchtongaelofficial2568); the current version is v0.0.1.
More Skills