来源信息
- 仓库
- brycewang-stanford/Auto-Empirical-Research-Skills
- 最近来源活动
- 2026年4月3日 02:07
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 3,291
- 分支
- 432
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
菜单
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills --skill zotero-better-notes-guide命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | zotero-better-notes-guide |
| description | Guide to Zotero Better Notes for comprehensive note-taking in research |
| metadata | {"openclaw":{"emoji":"📝","category":"writing","subcategory":"citation","keywords":["zotero","note-taking","better-notes","research-notes","knowledge-management"],"source":"https://github.com/windingwind/zotero-better-notes"}} |
Zotero Better Notes transforms Zotero from a reference manager into a full-featured research knowledge management system. With over 7,000 GitHub stars, it is one of the most popular Zotero plugins, addressing a critical gap in the academic workflow: the connection between reading papers and building structured knowledge.
The plugin introduces a powerful note editor with bidirectional linking, templates, and syncing capabilities directly within Zotero. Instead of jumping between Zotero and external note-taking applications like Obsidian or Notion, researchers can maintain their notes alongside the papers they reference, preserving the tight coupling between sources and ideas.
Better Notes supports Markdown editing, note templates, outline views, and export to external systems. It integrates with Zotero's annotation system so that highlights and comments made while reading PDFs can flow directly into structured notes. This creates a seamless pipeline from reading to writing that significantly reduces friction in the research process.
Install Better Notes through the standard Zotero add-on mechanism:
.xpi release from https://github.com/windingwind/zotero-better-notes/releases.xpi file and restart ZoteroInitial configuration steps:
For researchers using external knowledge bases, configure the sync feature:
Enhanced Note Editor: Better Notes replaces the default Zotero note editor with a Markdown-capable editor that supports rich formatting, code blocks, mathematical notation, tables, and more. The editor provides a live preview mode and an outline panel for navigating long notes.
Note Templates: Create and manage reusable note templates for different types of research activities:
Templates support dynamic variables that auto-populate with item metadata:
# ${title}
**Authors**: ${authors}
**Year**: ${year}
**Journal**: ${publicationTitle}
## Summary
## Methods
## Key Findings
## Relevance to My Research
Bidirectional Linking: Create links between notes using a wiki-style [[note title]] syntax. This builds a knowledge graph within your Zotero library, allowing you to trace connections between concepts, papers, and ideas. The backlinks panel shows all notes that reference the current note.
Annotation Integration: When you highlight text or add comments in the Zotero PDF reader, Better Notes can automatically insert these annotations into a designated note for that item. Annotations are formatted with citation links back to the exact page and location in the PDF.
Outline View: A dedicated outline panel displays the heading structure of your current note, providing quick navigation for long documents. This is especially useful for literature review notes that may span dozens of pages.
Note Export and Sync: Export notes as Markdown files to any directory on your system. The sync feature can automatically keep an external folder up to date with your Zotero notes, enabling integration with tools like Obsidian, Logseq, or any Markdown-based system.
Phase 1 - Paper Reading: When you begin reading a paper, create a new note from your reading template. As you read in the Zotero PDF reader, your highlights and annotations automatically flow into the note. Add your own commentary and analysis in the appropriate template sections.
Phase 2 - Knowledge Synthesis: After reading multiple papers on a topic, create a synthesis note that links to individual paper notes using bidirectional links. Use the template system to structure your synthesis with sections for themes, contradictions, gaps, and your own contributions.
Phase 3 - Writing Preparation: When preparing to write, use the outline view to organize your synthesis notes into a logical argument structure. Export relevant notes to your writing environment, maintaining citation links that can be converted to formal references.
Phase 4 - Collaboration: Share exported notes with collaborators through synced folders. The Markdown format ensures compatibility across different tools and platforms, while Zotero citation keys maintain the connection to the original sources.
Best Practices for Note Organization:
@citekey - title)Better Notes templates support JavaScript expressions for dynamic content generation:
# Reading Notes: ${title}
**Date Read**: ${new Date().toISOString().split('T')[0]}
**Item Type**: ${itemType}
**DOI**: ${DOI}
## Quick Reference
- **Citation**: ${authors} (${year}). ${title}. *${publicationTitle}*.
You can create template collections for different research activities and switch between them from the note creation dialog. Templates can also include conditional sections that only appear when certain metadata fields are present.