zotero

Solid

ALWAYS use this skill when the user asks to send, get, retrieve, find, share, add, or search for a paper. This skill manages the user's Zotero library with 10,000+ papers and can retrieve PDFs, create share links, add new papers, and search. Prefer this over getscipapers for any request involving sending/getting/finding papers.

Data & Documents 1 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
10
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Zotero Library Manager **IMPORTANT: Use this skill FIRST whenever the user asks to send, get, retrieve, find, fetch, or share a paper.** The user has a Zotero library with 10,000+ papers. Always search the library first before trying other approaches. This skill is preferred over getscipapers for any paper request. Only fall back to getscipapers if the user explicitly asks to "download" a paper that is NOT in their library. ## When to use this skill Use this skill when the user asks to: - **Send / get / retrieve / find a paper** — run `zot get "<query>"` to search library + fetch PDF from WebDAV, then send the file - **Share a paper link** — run `zot get --link "<query>"` for Google Drive share link - **Add a paper** / DOI / arXiv ID to Zotero — run `zot add` - **Search their library** — run `zot search` - Manage collections (list, create, file papers) - Check Zotero system health - Anything involving "Zotero", "my library", "my papers", "my collections", or any paper by title/author ## Quick reference — most common actions **User asks "send me / get me / find the paper about X":** ``` exec: /workspace/skills/zotero/run_zot.sh --json get "<query>" --send <CHANNEL> <TARGET> ``` If result has `"multiple": true`, show the list and ask user to pick a number, then: ``` exec: /workspace/skills/zotero/run_zot.sh --json get "<query>" --index N --send <CHANNEL> <TARGET> ``` The `--send` flag downloads AND sends the file in one step. Check the `"send"` field in the JSON respons...

Details

Author
hoanganhduc
Repository
hoanganhduc/coding-system-rebuild
Created
1 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

cli-anything-zotero

Full-featured CLI for Zotero reference management. Search, import by DOI/PMID, export BibTeX, attach PDFs, semantic search, manage tags/collections, and more. Use this tool whenever you need to interact with a Zotero library programmatically.

116 Updated today
PiaoyangGuohai1
Data & Documents Listed

zotero

Control a local Zotero library programmatically — search, read, create, edit, tag, organize into collections, delete, and export items — via the `zot` CLI (read API + the zotero-agent bridge write endpoint). Use whenever the user wants to query or modify their Zotero library, batch-edit references, manage tags or collections, find items missing metadata (no abstract/date/DOI), find duplicates, export citations, or run arbitrary Zotero JS. Also use it to add items by DOI/ISBN/arXiv, find and merge duplicates, edit fields/tags in bulk, get library stats, format bibliographies, read or ask questions about an item's PDF, summarize a document at multiple levels (whole/chapter/section), read a PDF's highlights/annotations, generate a PDF's table of contents / bookmarks / outline so Zotero's reader can navigate it, or create notes on items. Requires the zotero-agent bridge plugin installed and Zotero running.

0 Updated today
alex-roc
AI & Automation Featured

pyzotero

Interact with Zotero reference management libraries using the pyzotero Python client. Retrieve, create, update, and delete items, collections, tags, and attachments via the Zotero Web API v3. Use this skill when working with Zotero libraries programmatically, managing bibliographic references, exporting citations, searching library contents, uploading PDF attachments, or building research automation workflows that integrate with Zotero.

726 Updated 1 weeks ago
LeonChaoX