Agent skill

zotmoov-guide

Zotero plugin for automatic attachment file organization

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
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.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/literature/metadata/zotmoov-guide/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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}

What's inside
Steps it walks through
  1. Overview
  2. Installation
  3. Configuration
  4. Naming Patterns
  5. Workflow
  6. Integration with Other Tools
  7. Use Cases
  8. References
Commands it runs
Download .xpi from GitHub releases
Zotero 7: Tools → Add-ons → Install Add-on From File
More from Auto-Empirical-Research-Skills
All skills →
About this skill
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.

Keep going