← 返回 Skills 市场
lyononthemoon

zotero-write

作者 Liang Guo · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
167
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install zotero-write
功能描述
Write, tag, annotate, and edit a local Zotero SQLite database. Use when the user wants to: (1) Add tags or labels to papers in their Zotero library, (2) Add...
安全使用建议
This skill appears to be what it says: a local-write tool for a Zotero SQLite DB. Before using it, review and if necessary edit the DEFAULT_DB and BACKUP_DIR values to match your environment (the skill currently defaults to E:\Refer.Hub\zotero.sqlite and E:\Refer.Hub\backups). Always close Zotero before running writes, and run the backup command and verify the backup file exists and is valid. Because the skill edits the SQLite DB directly, test operations on a copy/backup first to avoid data loss. Finally, note the source/homepage is unknown — if you intend to use this regularly, consider auditing the full script (including the truncated portion) and/or running it in a controlled environment first.
功能分析
Type: OpenClaw Skill Name: zotero-write Version: 1.0.1 The skill bundle is designed to manage a local Zotero SQLite database, providing functionality to add tags, notes, and metadata. The Python script (scripts/write_items.py) uses standard libraries (sqlite3, shutil) and follows safe practices such as parameterized queries and mandatory database backups before write operations. No network activity, obfuscation, or unauthorized file access was detected.
能力评估
Purpose & Capability
Name/description match the included script and declared requirement (python3 with sqlite). All declared functionality (add tags, notes, update fields, create items) is implemented in the script and requires local DB access, which is appropriate for the stated purpose.
Instruction Scope
Instructions are specific and scoped to local DB edits and repeatedly require backups and closing Zotero, which is appropriate. Note: SKILL.md and the script use hard-coded Windows paths (DEFAULT_DB and BACKUP_DIR = E:\Refer.Hub\...), and examples use 'py -3' — the user must confirm/adjust these paths and invocation for their environment. The skill also references a separate 'zotero-browse' skill for finding keys; that cross-reference is expected but requires that other skill to exist.
Install Mechanism
No install spec — instruction-only with a single Python script. This is the lowest-risk install pattern; nothing is downloaded or executed from remote sources.
Credentials
No environment variables, credentials, or external tokens are requested. The script only accesses local filesystem paths (the Zotero DB and backup dir), which is proportionate to the task.
Persistence & Privilege
Skill is not forced-always and does not request system-wide persistence or modify other skills. It executes locally when invoked and does not declare autonomous privileges beyond normal model invocation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zotero-write
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zotero-write 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- No changes detected in this version; documentation and scripts remain unchanged.
v1.0.0
- Initial release of the zotero-write skill. - Enables adding tags, notes, and annotations to papers in a local Zotero SQLite database. - Allows users to update paper metadata (title, authors, journal, date, DOI, etc.). - Supports manual creation of new Zotero entries. - Includes strict safety features: requires a backup before any write operation and mandates closing the Zotero app during edits. - Provides detailed command-line usage instructions for all write operations.
元数据
Slug zotero-write
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

zotero-write 是什么?

Write, tag, annotate, and edit a local Zotero SQLite database. Use when the user wants to: (1) Add tags or labels to papers in their Zotero library, (2) Add... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。

如何安装 zotero-write?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install zotero-write」即可一键安装,无需额外配置。

zotero-write 是免费的吗?

是的,zotero-write 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

zotero-write 支持哪些平台?

zotero-write 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 zotero-write?

由 Liang Guo(@lyononthemoon)开发并维护,当前版本 v1.0.1。

💬 留言讨论