zotmoov-guide
Zotero plugin for automatic attachment file organization
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill zotmoov-guide --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# ZotMoov Guide ## Overview ZotMoov is a Zotero plugin that automatically moves and renames attachment files (PDFs, supplementary materials) to a designated directory with customizable naming patterns. It keeps your PDFs organized in a structured folder hierarchy outside Zotero's storage, using linked files instead of copies. Essential for researchers who want clean file organization alongside Zotero's metadata management. ## Installation ```bash # Download .xpi from GitHub releases # Zotero 7: Tools → Add-ons → Install Add-on From File ``` ## Configuration ```markdown ### Settings (Edit → Preferences → ZotMoov) **Destination Directory:** ~/Papers/ (your organized PDF library) **File Naming Pattern:** {%a}_{%y}_{%t}.pdf → Vaswani_2017_Attention Is All You Need.pdf **Folder Structure:** {%y}/{%j}/ → 2017/NeurIPS/Vaswani_2017_Attention.pdf **Available Variables:** - {%a} — First author last name - {%y} — Publication year - {%t} — Title (truncated) - {%j} — Journal/venue - {%T} — Item type - {%c} — Collection name ``` ## Naming Patterns ```markdown ### Common Patterns **Author_Year_Title:** {%a}_{%y}_{%t} → Vaswani_2017_Attention Is All You Need **Year/Author-Title:** {%y}/{%a} - {%t}
- Overview
- Installation
- Configuration
- Naming Patterns
- Workflow
- Integration with Other Tools
- Use Cases
- References
Download .xpi from GitHub releases Zotero 7: Tools → Add-ons → Install Add-on From File
What does the zotmoov-guide skill do?
Zotero plugin for automatic attachment file organization
How do I install it?
Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill zotmoov-guide --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.