zotero-markdb-connect-guide
Sync Zotero references to Obsidian and Logseq markdown
Best use case
zotero-markdb-connect-guide is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Sync Zotero references to Obsidian and Logseq markdown
Teams using zotero-markdb-connect-guide should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/zotero-markdb-connect-guide/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How zotero-markdb-connect-guide Compares
| Feature / Agent | zotero-markdb-connect-guide | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Sync Zotero references to Obsidian and Logseq markdown
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Zotero MarkDB-Connect Guide
## Overview
Zotero MarkDB-Connect bridges Zotero with Markdown-based knowledge management tools (Obsidian, Logseq). It creates and maintains bidirectional links between Zotero items and their corresponding Markdown literature notes, enabling seamless navigation between your reference manager and PKM system. Syncs metadata, annotations, and tags.
## Installation
```bash
# Download .xpi from GitHub releases
# Zotero 7: Tools → Add-ons → Install Add-on From File
```
## Configuration
```markdown
### Settings (Edit → Preferences → MarkDB-Connect)
**Markdown Vault Path:**
- Point to your Obsidian vault or Logseq directory
- Example: ~/Documents/ObsidianVault/Literature/
**Note Template:**
- Customize the Markdown template for new literature notes
- Uses Zotero item fields as variables
**Sync Options:**
- Auto-create notes for new items
- Sync annotations to Markdown
- Bidirectional tag sync
- Update existing notes on item change
```
## Note Template
```markdown
<!-- Template for literature notes -->
---
title: "{{title}}"
authors: [{{authors}}]
year: {{year}}
doi: {{doi}}
citekey: {{citekey}}
tags: [{{tags}}]
zotero: {{zoteroSelectURI}}
---
# {{title}}
**Authors:** {{authors}}
**Year:** {{year}}
**Venue:** {{publicationTitle}}
**DOI:** [{{doi}}](https://doi.org/{{doi}})
## Abstract
{{abstractNote}}
## Annotations
{{annotations}}
## Key Takeaways
-
## Notes
-
## Connections
- Related: [[]]
- Builds on: [[]]
- Contradicts: [[]]
```
## Obsidian Integration
```markdown
### Folder Structure
ObsidianVault/
├── Literature/ # Auto-generated literature notes
│ ├── vaswani2017.md
│ ├── devlin2019.md
│ └── brown2020.md
├── Concepts/ # Your concept notes
│ ├── Attention.md # Links to [[vaswani2017]]
│ └── Pre-training.md # Links to [[devlin2019]]
└── Projects/ # Project notes referencing papers
### Workflow
1. Import paper in Zotero (via browser connector)
2. MarkDB-Connect auto-creates Literature/citekey.md
3. In Obsidian: open literature note, add your thoughts
4. Link to concept notes using [[wikilinks]]
5. Annotations sync from Zotero PDF reader
```
## Annotation Sync
```markdown
### Zotero PDF Annotations → Markdown
When you highlight or annotate in Zotero's PDF reader:
> [!quote] Highlight (Yellow)
> "The attention mechanism allows focusing on relevant parts"
> — p. 3
> [!note] Note
> This is the key insight — attention replaces recurrence
> — p. 3, linked to highlight above
> [!important] Red Highlight
> "Our model achieves 28.4 BLEU on WMT 2014"
> — p. 7
Annotations auto-sync to the Markdown note when updated.
```
## Logseq Integration
```markdown
### Logseq-Specific Setup
- Set vault path to your Logseq pages directory
- Notes created as Logseq pages with properties block
- Uses Logseq property syntax instead of YAML frontmatter
### Logseq Note Format
title:: Attention Is All You Need
authors:: [[Vaswani]], [[Shazeer]]
year:: 2017
doi:: 10.48550/arXiv.1706.03762
tags:: #transformer #attention
zotero:: zotero://select/items/...
- Key contributions
- Self-attention mechanism replacing recurrence
- Multi-head attention for different representation subspaces
```
## Use Cases
1. **Literature management**: Seamless Zotero ↔ Obsidian workflow
2. **Knowledge building**: Link papers to concept notes
3. **Annotation workflow**: PDF annotations in Markdown
4. **Research writing**: Quick access to notes while writing
5. **Zettelkasten**: Literature notes as part of note network
## References
- [MarkDB-Connect GitHub](https://github.com/daeh/zotero-markdb-connect)
- [Obsidian](https://obsidian.md/)
- [Logseq](https://logseq.com/)Related Skills
thuthesis-guide
Write Tsinghua University theses using the ThuThesis LaTeX template
thesis-writing-guide
Templates, formatting rules, and strategies for thesis and dissertation writing
thesis-template-guide
Set up LaTeX templates for PhD and Master's thesis documents
sjtuthesis-guide
Write SJTU theses using the SJTUThesis LaTeX template with full compliance
novathesis-guide
LaTeX thesis template supporting multiple universities and formats
graphical-abstract-guide
Create SVG graphical abstracts for journal paper submissions
beamer-presentation-guide
Guide to creating academic presentations with LaTeX Beamer
plagiarism-detection-guide
Use plagiarism detection tools and ensure manuscript originality
paper-polish-guide
Review and polish LaTeX research papers for clarity and style
grammar-checker-guide
Use grammar and style checking tools to polish academic manuscripts
conciseness-editing-guide
Eliminate wordiness and redundancy in academic prose for clarity
academic-translation-guide
Academic translation, post-editing, and Chinglish correction guide