develop-import-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")
  2. Creator: The author's name
  3. Example data: A sample of the format to import

Look for existing import translators that handle similar formats:

grep -l "detectImport\|doImport" *.js
Installs
2
GitHub Stars
1.7K
First Seen
Jun 4, 2026
develop-import-translator — zotero/translators