What problem does it solve? Manually organizing bibliographic references, collections, tags, and PDF attachments in Zotero does not scale for research automation. This Skill provides complete guidance for using the pyzotero Python client to read, create, update, and delete Zotero library content programmatically through the Zotero Web API v3. ## Core Features & Use Cases - Full CRUD on Libraries: Retrieve, create, update, and delete items, collections, tags, and saved searches in user or group libraries. - Search & Export: Run keyword and full-text searches with filters, then export results as BibTeX, CSL-JSON, RIS, or formatted bibliographies in any CSL style. - Attachment Management: Download PDFs, upload file attachments to parent items, and retrieve or set full-text indexed content. - Use Case: A researcher needs to download every PDF from a "Machine Learning Papers" collection and export the collection as a .bib file for a LaTeX manuscript. This Skill provides the exact pyzotero calls to iterate the collection, dump attachments, and write the BibTeX output. ## Quick Start Ask the AI to use the pyzotero skill to connect to your Zotero library with your API credentials and list the ten most recently added items with their titles and types.