$npx -y skills add ShZhao27208/Aut_Sci_Write --skill sci-zoteroInteract with your Zotero library to sync references, add citations by DOI/ISBN/PMID, and manage PDFs. Triggers on Zotero-related requests.
| 1 | # Sci-Zotero — Zotero Library Integration |
| 2 | |
| 3 | Interact with your Zotero library to sync references, add citations by DOI/ISBN/PMID, and manage PDFs. |
| 4 | |
| 5 | ## Triggers |
| 6 | - "sync zotero library" |
| 7 | - "add citation [identifier]" |
| 8 | - "check pdfs in zotero" |
| 9 | - "fetch pdfs for zotero items" |
| 10 | - "search zotero for [query]" |
| 11 | |
| 12 | ## Usage |
| 13 | This skill wraps the local `zotero.py` CLI located in the same skill directory. |
| 14 | |
| 15 | ### Configuration (`~/.aut_sci_write/.env`) |
| 16 | - `ZOTERO_API_KEY`: Your Zotero API key. |
| 17 | - `ZOTERO_USER_ID`: Your Zotero User ID (for personal libraries). |
| 18 | - `ZOTERO_GROUP_ID`: Your Zotero Group ID (for group libraries). |
| 19 | |
| 20 | ### Commands |
| 21 | - `items`: List top-level items. |
| 22 | - `add-doi [DOI]`: Add an item by DOI. |
| 23 | - `add-isbn [ISBN]`: Add an item by ISBN. |
| 24 | - `fetch-pdfs`: Automatically find and attach open-access PDFs. |
| 25 | |
| 26 | |
| 27 | |
| 28 | --- |
| 29 | ## © License & Copyright |
| 30 | **Aut_Sci_Write** — Autonomous Scientific Writer |
| 31 | |
| 32 | - **Author**: Shuo Zhao |
| 33 | - **License**: MIT License |
| 34 | - **Copyright**: © 2026 Shuo Zhao. All rights reserved. |
| 35 | - **Original Work**: This is an original work created by the author. No reproduction, redistribution, or commercial use without explicit permission. |
| 36 | **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.**) |
| 37 | |
| 38 | --- |
| 39 | *This skill is part of the Aut_Sci_Write suite. For full license terms, see the [LICENSE](../LICENSE) file in the project root.* |
| 40 | --- |