What problem does it solve? Importing arXiv search results into a Zotero library for a systematic literature review normally means slow manual web searches and RIS file juggling; this Skill automates the query, result-count check, and metadata preparation so results land in Zotero as properly typed preprint items. ## Core Features & Use Cases - Query translation: Converts ACM/IEEE/SCOPUS Boolean syntax into arXiv API syntax (field operators, phrases, uppercase Boolean, no wildcards). - Result count check: Runs check_count.py to preview total hits before committing to an import, so over-broad queries get tightened first. - Plan generation: fetch_arxiv_query.py fetches all paginated results with rate-limit compliance, caches them for resume, and emits a create_plan.json handed off to the zotero skill's create-items for the actual write. - Use Case: For an SLR query like Q-arXiv-08, check the hit count, fetch results into a working directory, then create Zotero preprint items in the matching collection and run Zotero's client-side dedup afterward. ## Quick Start Ask the assistant to check how many results an arXiv query returns and then import them into a named Zotero collection as preprint items.