skills/43-wentorai-research-plugins/skills/tools/document/zotero-style-guide/SKILL.md
Feature-rich Zotero plugin for UI customization and styling
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research zotero-style-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.
Zotero Style is one of the most popular Zotero plugins, adding extensive UI customization capabilities — custom columns (IF, citation count, reading progress), color-coded tags, visual indicators, and workflow enhancements. It transforms Zotero's default interface into a more informative and visually organized research library. Essential for researchers managing large paper collections.
# Download latest .xpi from GitHub releases
# In Zotero: Tools → Add-ons → Install Add-on From File
# Or install via Zotero Plugin Market
# 1. Install zotero-addons plugin first
# 2. Search "Zotero Style" in the marketplace
// Preferences → Zotero Style → Columns
{
"columns": [
{
"name": "IF",
"field": "extra",
"regex": "IF:\\s*([\\d.]+)",
"width": 60,
"sortable": true
}
]
}
{
"columns": [
{
"name": "Citations",
"field": "extra",
"regex": "Citations:\\s*(\\d+)",
"width": 70,
"sortable": true,
"format": "number"
}
]
}
{
"columns": [
{
"name": "Progress",
"type": "progress",
"width": 100,
"display": "bar",
"colors": {
"0-25": "#EF4444",
"25-75": "#F59E0B",
"75-100": "#10B981"
}
}
]
}
// Color-coded tags for visual organization
{
"tagStyles": {
"#important": {
"color": "#EF4444",
"emoji": "🔴",
"position": "left"
},
"#to-read": {
"color": "#3B82F6",
"emoji": "📖",
"position": "left"
},
"#methodology": {
"color": "#8B5CF6",
"position": "left"
},
"#dataset": {
"color": "#10B981",
"position": "left"
}
}
}
// Visual indicators in item list
{
"indicators": {
"hasAnnotations": {
"icon": "📝",
"tooltip": "Has annotations"
},
"hasNotes": {
"icon": "🗒️",
"tooltip": "Has notes"
},
"isRetracted": {
"icon": "⚠️",
"color": "#EF4444",
"tooltip": "Retracted paper"
}
}
}
// Zotero Style works with other plugins
// With zotero-actions-tags: auto-tag on read
// With zotero-better-bibtex: show citekey column
// With zotero-pdf-translate: translation indicators
// With zoplicate: duplicate detection badges
// Custom column from Better BibTeX citekey
{
"columns": [{
"name": "CiteKey",
"field": "citationKey",
"width": 120,
"plugin": "better-bibtex"
}]
}
{
"layout": {
"itemPane": {
"sections": ["info", "tags", "notes", "related"],
"defaultTab": "info"
},
"columns": {
"defaultVisible": [
"title", "creator", "year", "IF",
"Citations", "Progress", "tags"
],
"defaultSort": {
"field": "year",
"direction": "desc"
}
},
"density": "compact"
}
}
### Suggested Columns
1. Title (auto)
2. Creator/Authors (auto)
3. Year (auto)
4. Publication
5. IF (from Extra field)
6. Citations (from Extra field)
7. Reading Progress (bar)
8. Tags (color-coded)
9. CiteKey (if using BibTeX)
### Suggested Tags
- 🔴 #critical — Must-read papers
- 🟡 #review — Review/survey papers
- 🔵 #methodology — Methods papers
- 🟢 #dataset — Dataset papers
- 🟣 #baseline — Baseline/comparison
- ⬜ #to-read — Reading queue
tools
Recommend AND run open-source AI tools, agents, Claude Code / Codex skills, and MCP servers for any stage of a literature review — searching, reading, extracting, synthesizing, screening, citation-checking, and paper writing. Use when the user asks "what tool should I use to..." OR "install/run/use <tool> to ..." for research/lit-review work: automating a survey or related-work section, PDF→Markdown extraction for LLMs (MinerU/marker/docling), PRISMA / systematic review (ASReview), citation-backed Q&A over PDFs (PaperQA2), wiring papers into Claude/Cursor via MCP (arxiv/paper-search/zotero servers), or chatting with a Zotero library. Ships a launcher (scripts/litrun.py) that installs each tool in an isolated venv and runs it. Curated catalog of 70+ vetted projects. 支持中英文(用于「文献综述工具选型」与「一键安装/运行」)。
development
Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, data acquisition, manuscript writing, peer review and referee responses, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
documentation
Use when the project collects primary data or runs a field, lab, or survey experiment, before the intervention begins — write the pre-analysis plan, size the sample from a power calculation, and register with the AEA RCT Registry. Apply after the design is chosen in aer-identification and before any outcome data are seen.
tools
Guide economists to authoritative data sources with explicit, confirmed data specifications before retrieval; interfaces with Playwright MCP to navigate portals and extract real data, not articles about data.