zotero-synth
1
总安装量
1
周安装量
#50526
全站排名
安装命令
npx skills add https://github.com/bahayonghang/my-claude-code-settings --skill zotero-synth
Agent 安装分布
trae
1
trae-cn
1
opencode
1
Skill 文档
ZoteroSynth
Environment
!cd "$SKILL_DIR" && uv run scripts/zotero_client.py check 2>/dev/null || echo '{"status":"error","hint":"Run: uv sync in $SKILL_DIR"}'
Setup
Run all scripts from $SKILL_DIR:
cd "$SKILL_DIR"
Commands
Read COMMANDS.md for full CLI reference. Core commands:
uv run scripts/zotero_client.py collections --treeuv run scripts/zotero_client.py search "QUERY" --limit Nuv run scripts/zotero_client.py detail KEYuv run scripts/pdf_extract.py "PATH" --max-pages 30
Workflow
- Single paper:
detail KEYâpdf-path KEYâpdf_extract.py PATHâ Summarize per summarize.md - Multi-paper:
items --collection KEYorsearch QUERYâ Map: summarize each (300-600 tokens) â Reduce: synthesize per review.md or synthesize.md
Rules
- Parse JSON output, present in natural language
- Include citation: [Author, Year, item_key]
-
10 papers: use Map-Reduce
- Fallback:
pip install pyzotero pymupdf && python scripts/xxx.py - Setup help: ADVANCED.md