用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills --skill notero-zotero-notion-guide命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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.
中英双语学术降 AIGC / bilingual academic de-AIGC skill. Removes AI-generated writing signatures from empirical papers in economics, management, and the social sciences — in both English and Chinese. Covers Turnitin AI, GPTZero, Originality.ai on the English side and 知网 AMLC, 万方, 维普 on the Chinese side. Uses a six-step loop (intake → audit → claim-evidence check → differentiated rewrite → five-dimension self-score → cold-reader recheck) with two pattern libraries (22 English + 17 Chinese patterns), section-by-section strategies for empirical papers, and hard protections that keep every number, coefficient, and citation intact.
Use when a research task needs reproducible Kaggle discovery, metadata inspection, bounded public-data downloads, competition or kernel discovery, model discovery, or an explicitly approved Kaggle write/delete operation through the official CLI.
基于 SOC 职业分类
正在显示 SKILL.md
| name | notero-zotero-notion-guide |
| description | Sync Zotero references and annotations to Notion databases |
| metadata | {"openclaw":{"emoji":"🔗","category":"tools","subcategory":"knowledge-graph","keywords":["Zotero","Notion","sync","reference management","knowledge base","annotations"],"source":"https://github.com/dvanoni/notero"}} |
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"
### 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