用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills --skill zotero-style-guide命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | zotero-style-guide |
| description | Feature-rich Zotero plugin for UI customization and styling |
| metadata | {"openclaw":{"emoji":"🎨","category":"tools","subcategory":"document","keywords":["Zotero","styling","UI customization","reading progress","tags","columns"],"source":"https://github.com/MuiseDestiny/zotero-style"}} |
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"
// 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"
}
},
### 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