develop-export-translator

Installation
SKILL.md

Prerequisites

Fetch and read the Zotero translator documentation:

Also read index.d.ts for type definitions.

Step 1: Gather information

  1. Label: The format name (e.g. "My Custom JSON Export")
  2. Creator: The author's name
  3. Expected output: A sample of what the exported format should look like

Look for existing export translators for patterns:

grep -l "doExport" *.js
Installs
3
GitHub Stars
1.7K
First Seen
Jun 4, 2026
develop-export-translator — zotero/translators