| name | zotero-addon-market-guide |
| description | Plugin marketplace and discovery platform for Zotero |
| metadata | {"openclaw":{"emoji":"๐ช","category":"tools","subcategory":"document","keywords":["Zotero","plugin marketplace","add-ons","plugin discovery","extension manager"],"source":"https://github.com/syt2/zotero-addons"}} |
Zotero Add-on Market Guide
Overview
Zotero Add-ons is a plugin marketplace and discovery platform for Zotero 7 that provides a centralized hub to browse, install, and manage Zotero plugins. Instead of manually finding .xpi files on GitHub, researchers can search, filter, and one-click install plugins directly within Zotero. Tracks plugin compatibility, update status, and user ratings.
Installation
Features
### Plugin Discovery
- Browse all available Zotero 7 plugins
- Search by name, category, or keyword
- Filter: compatible version, update date, popularity
- Plugin descriptions with screenshots
### Categories
- **Reference Management**: Better BibTeX, DOI Manager
- **PDF Tools**: PDF Translate, Sci-Hub, annotations
- **Organization**: Style, Actions & Tags, ZotMoov
- **Integration**: Notero, Obsidian, Logseq connectors
- **UI Enhancement**: Night theme, custom columns
- **Automation**: Actions & Tags, batch operations
### Management
- One-click install from marketplace
- Auto-update notifications
- Compatibility warnings
- Disable/enable without uninstall
- Bulk update all plugins
Recommended Plugin Stack
### Essential Stack for Researchers
1. **Zotero Connector** (built-in) โ Browser import
2. **Better BibTeX** โ Citation key management
3. **Zotero Style** โ Custom columns, visual tags
4. **Zotero PDF Translate** โ In-reader translation
5. **ZotMoov** โ Attachment organization
6. **Zotero Actions & Tags** โ Workflow automation
### Extended Stack
7. **Zotero Night** โ Dark mode
8. **Zoplicate** โ Deduplication
9. **Zotero Sci-Hub** โ PDF retrieval fallback
10. **Notero** โ Notion sync
11. **Zotero AI Butler** โ AI summarization
### For Specific Workflows
- **Systematic reviews**: Zoplicate + Actions & Tags
- **LaTeX writing**: Better BibTeX + Style
- **Knowledge management**: Notero + Zotero-Obsidian
- **International**: PDF Translate + multi-language support
Plugin Development
### Creating Zotero 7 Plugins
1. Use zotero-plugin-template (scaffolding)
2. Write in TypeScript/JavaScript
3. Package as .xpi (ZIP with manifest)
4. Submit to zotero-addons registry
### Plugin Template
- Source: github.com/windingwind/zotero-plugin-template
- Includes: build setup, hot reload, bootstrap code
- Supports: Zotero 7 APIs, Fluent localization
Use Cases
- Plugin discovery: Find plugins for your research workflow
- Stack building: Assemble optimized plugin combinations
- Updates: Keep all plugins current and compatible
- Development: Starting point for creating Zotero plugins
References