zotero-skill
Search Zotero libraries, export BibTeX, and insert citations
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install zotero-skill?โผ
Run `npx skills add congcongwang0122/zotero-skill --all -g -y` in your terminal to install it globally.
How to export BibTeX from Zotero automatically?โผ
This skill connects to the Zotero local API and exports your entire library to a references.bib file with one command, including automatic deduplication and entry counting.
Can it insert citations into LaTeX drafts?โผ
Yes. It searches your library for the right paper, writes the entry to your .bib file, and inserts the \cite{} key directly into your LaTeX or Markdown draft.
Does zotero-skill work with Claude Code and Cursor?โผ
Yes. It follows the universal SKILL.md standard and runs on any compatible platform including Claude Code, Cursor, and Codex.
Do I need Python packages to use it?โผ
No. The helper script uses only the Python standard library, so no pip installs are required. You just need Zotero Desktop running with the local API enabled.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides