skills/43-wentorai-research-plugins/skills/tools/knowledge-graph/notero-zotero-notion-guide/SKILL.md
Sync Zotero references and annotations to Notion databases
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research notero-zotero-notion-guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Notero is a Zotero plugin that syncs your reference library to a Notion database. When you add or update items in Zotero, Notero automatically creates or updates corresponding Notion pages with metadata (title, authors, DOI, tags), annotations, and notes. Bridges the gap between reference management and knowledge management workflows.
# 1. Download .xpi from GitHub releases
# 2. In Zotero: Tools → Add-ons → Install Add-on From File
# Prerequisites:
# - Zotero 7
# - Notion account with a database for papers
# - Notion integration token
### Required Properties
Create a Notion database with these properties:
| Property | Type | Description |
|----------|------|-------------|
| Title | Title | Paper title (auto-filled) |
| Authors | Rich text | Author names |
| Year | Number | Publication year |
| DOI | URL | Digital Object Identifier |
| URL | URL | Paper link |
| Abstract | Rich text | Paper abstract |
| Tags | Multi-select | Zotero tags |
| Item Type | Select | Article, book, etc. |
| Zotero URI | URL | Link back to Zotero item |
| Date Added | Date | When added to Zotero |
| Publication | Rich text | Journal/conference name |
# In Zotero: Tools → Notero Preferences
# 1. Notion Integration Token:
# - Go to notion.so/my-integrations
# - Create new integration
# - Copy the token
# - Share your database with the integration
# 2. Database ID:
# - Open your Notion database
# - Copy the ID from the URL
# - Format: notion.so/<workspace>/<database_id>?v=...
# 3. Property Mapping:
# - Map Zotero fields to Notion properties
# - Configure which fields to sync
# 4. Sync Settings:
# - Auto-sync on add/modify
# - Sync annotations (highlights + notes)
# - Sync attachments (link to PDF)
### Automatic Sync
1. Add paper to Zotero (via browser connector, DOI, etc.)
2. Notero detects new item
3. Creates Notion page with metadata
4. Updates on subsequent edits
### Manual Sync
1. Select items in Zotero
2. Right-click → "Sync to Notion"
3. Bulk sync supported
### Annotation Sync
1. Annotate PDF in Zotero reader
2. Highlights and notes sync to Notion page
3. Page references and colors preserved
{
"notion": {
"propertyMapping": {
"title": "Title",
"creators": "Authors",
"date": "Year",
"DOI": "DOI",
"url": "URL",
"abstractNote": "Abstract",
"tags": "Tags",
"itemType": "Item Type",
"publicationTitle": "Publication"
},
"syncOptions": {
"syncOnModify": true,
"syncAnnotations": true,
"syncNotes": true,
"createBacklink": true,
"pageIcon": "📄"
},
"formatting": {
"authorsFormat": "Last, F.",
"maxAuthors": 5,
"tagPrefix": ""
}
}
}
### Paper Review Template
When a paper syncs, Notero can use a Notion template:
## Summary
<!-- Auto-filled abstract -->
## Key Contributions
- [ ] Contribution 1
- [ ] Contribution 2
## Methodology
<!-- Your notes -->
## Results
<!-- Your notes -->
## Relevance to My Research
<!-- Your notes -->
## Questions / Follow-ups
- [ ] Question 1
## Rating: ⭐⭐⭐⭐☆
### Recommended Workflow
Zotero (collect) → Notero → Notion (organize + notes)
↓
Notion AI (summarize)
↓
Writing tool (cite)
### Complementary Plugins
- **Zotero Better BibTeX** — Citation keys in Notion
- **Zotero Style** — Visual organization in Zotero
- **Zotero Sci-Hub** — PDF retrieval before annotation
- **Notion Web Clipper** — Save web pages alongside papers
development
Conduct rigorous thematic analysis (TA) of qualitative data following Braun and Clarke's (2006) six-phase framework. Use whenever the user mentions 'thematic analysis', 'TA', 'Braun and Clarke', 'qualitative coding', 'identifying themes', or asks for help analysing interviews, focus groups, open-ended survey responses, or transcripts to identify patterns. Also trigger for questions about inductive vs theoretical coding, semantic vs latent themes, essentialist vs constructionist epistemology, building a thematic map, or writing up a qualitative findings section. Covers all six phases, the four upfront analytic decisions, the 15-point quality checklist, and the five common pitfalls. Produces a Word document write-up and an annotated thematic map. Does NOT cover IPA, grounded theory, discourse analysis, conversation analysis, or narrative analysis — use a different method for those.
development
Guide users through writing a systematic literature review (SLR) following the PRISMA 2020 framework. Use this skill whenever the user mentions 'systematic review', 'systematic literature review', 'SLR', 'PRISMA', 'PRISMA 2020', 'PRISMA flow diagram', 'PRISMA checklist', or asks for help writing, structuring, or auditing a literature review that follows reporting guidelines. Also trigger when the user asks about inclusion/exclusion criteria for a review, search strategies for databases like Scopus/WoS/PubMed, study selection processes, risk of bias assessment, or narrative synthesis for a review paper. This skill covers the full PRISMA 2020 checklist (27 items), produces a Word document manuscript in strict journal article format, generates an annotated PRISMA flow diagram, and enforces APA 7th Edition referencing throughout. It does NOT cover meta-analysis or statistical pooling. By Chuah Kee Man.
testing
Performs placebo-in-time sensitivity analysis with hierarchical null model and optional Bayesian assurance. Use when checking model robustness, verifying lack of pre-intervention effects, or estimating study power.
data-ai
Fit, summarize, plot, and interpret a chosen CausalPy experiment. Use after the causal method has been selected, including when configuring PyMC/sklearn models and scale-aware custom priors.