Skip to content

/sci-zotero

Interact with your Zotero library to sync references, add citations by DOI/ISBN/PMID, and manage PDFs. Triggers on Zotero-related requests.

From plugin
aut-sci-write
1969 skills
Install
$ npx -y skills add ShZhao27208/Aut_Sci_Write --skill sci-zotero --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/sci-zotero

Context preview

The summary Claude sees to decide when to auto-load this skill.

Interact with your Zotero library to sync references, add citations by DOI/ISBN/PMID, and manage PDFs. Triggers on Zotero-related requests.

SKILL.md

sci-zotero.SKILL.md
name: sci-zotero
description: Interact with your Zotero library to sync references, add citations by DOI/ISBN/PMID, and manage PDFs. Triggers on Zotero-related requests.
author: Shuo Zhao         
license: MIT
copyright: © 2026 Shuo Zhao. All rights reserved.  
triggers:
  - Zotero
  - zotero
  - 同步文献
  - 文献管理
  - add citation
  - sync zotero

Sci-Zotero — Zotero Library Integration

Interact with your Zotero library to sync references, add citations by DOI/ISBN/PMID, and manage PDFs.

Triggers

  • "sync zotero library"
  • "add citation [identifier]"
  • "check pdfs in zotero"
  • "fetch pdfs for zotero items"
  • "search zotero for [query]"

Usage

This skill wraps the local `zotero.py` CLI located in the same skill directory.

Configuration (`~/.aut_sci_write/.env`)

  • `ZOTERO_API_KEY`: Your Zotero API key.
  • `ZOTERO_USER_ID`: Your Zotero User ID (for personal libraries).
  • `ZOTERO_GROUP_ID`: Your Zotero Group ID (for group libraries).

Commands

  • `items`: List top-level items.
  • `add-doi [DOI]`: Add an item by DOI.
  • `add-isbn [ISBN]`: Add an item by ISBN.
  • `fetch-pdfs`: Automatically find and attach open-access PDFs.

---

© License & Copyright

**Aut_Sci_Write** — Autonomous Scientific Writer

  • **Author**: Shuo Zhao
  • **License**: MIT License
  • **Copyright**: © 2026 Shuo Zhao. All rights reserved.
  • **Original Work**: This is an original work created by the author. No reproduction, redistribution, or commercial use without explicit permission.

**Permission is hereby granted**, free of charge, to any person obtaining a copy of this software... (**See the LICENSE file in the root directory for the full MIT terms.**)

--- *This skill is part of the Aut_Sci_Write suite. For full license terms, see the [LICENSE](../LICENSE) file in the project root.* ---

Read more
Ships withaut-sci-write

Autonomous Scientific Writer A modular Agent Skills suite for the full academic research lifecycle

Get the whole plugin, auto-invoked
Stats
196
Stars
25
Forks
Maintained
Maintenance
Python
Language
1mo ago
Last commit
5mo ago
Created

Repo: ShZhao27208/Aut_Sci_Write

Other skills on aut-sci-write.

sci-download
Auto-invokedSkill

sci-download

学术论文 PDF 下载。支持 8 个数据源:Elsevier、Springer Nature、IEEE Xplore、 arXiv、Unpaywall、Semantic Scholar、PubMed Central、知网(CNKI)。 自动根据 DOI 前缀路由到对应数据源,未知 DOI 自动尝试 Unpaywall…