数据与复现科研绘图与可视化K-Dense-AI/claude-scientific-skills数据与复现
PY

pyzotero

维护者 K-Dense Inc. · 最近更新 2026年4月1日

pyzotero:Pyzotero是一个Python wrapper ,用于 [Zotero API v3](https://www.zotero.org/support/dev/web_api/v3/start)。 Use it to programmatically manage Zotero libraries:read items 、 collections,create 、 update references,upload attachments,manage tags,、 export citations。

Claude CodeOpenClawNanoClaw分析处理写作整理pyzoterodocument-processingworkflowscientific communication & publishing

原始来源

K-Dense-AI/claude-scientific-skills

https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/pyzotero

维护者
K-Dense Inc.
许可
MIT License
最近更新
2026年4月1日

技能摘要

来自 SKILL.md 的关键信息

2 min

核心说明

  • Pyzotero是一个Python wrapper ,用于 Zotero API v3. Use it to programmatically manage Zotero libraries:read items 、 collections,create 、 update references,upload attachments,manage tags,、 export citations。
  • uv add "pyzotero[cli]。

原始文档

SKILL.md 摘录

Authentication Setup

Required credentials — get from https://www.zotero.org/settings/keys:

Store credentials in environment variables or a .env file:

See references/authentication.md for full setup details.

Quick Start

from pyzotero import Zotero

zot = Zotero(library_id='123456', library_type='user', api_key='ABC1234XYZ')

## Retrieve top-level items (returns 100 by default)

items = zot.top(limit=10)
for item in items:
    print(item['data']['title'], item['data']['itemType'])

适用场景

  • Use pyzotero to prepare 论文级图表。
  • Apply pyzotero when results need clear visual communication。
  • Use pyzotero ,用于 manuscript drafting 、 submission workflows。
  • Apply pyzotero when polishing research communication outputs。

不适用场景

  • Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。
  • Do not treat this catalog entry as substitute ,用于 full upstream workflow。

相关技能

相关技能

返回目录
BG
数据与复现科研绘图与可视化

bgpt-paper-search

bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…

Claude CodeOpenClaw分析处理
K-Dense-AI/claude-scientific-skills查看
BI
数据与复现科研绘图与可视化

bio-chipseq-visualization

bio-chipseq-visualization:可视化 ChIP-seq data ,使用 deepTools,Gviz,、 ChIPseeker。 创建 heatmaps,profile plots,、 genome browser…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-consensus-sequences

bio-consensus-sequences:生成 consensus FASTA sequences by applying VCF variants to reference ,使用 bcftools consensus。 适合在cr…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看
BI
数据与复现科研绘图与可视化

bio-copy-number-cnv-visualization

bio-copy-number-cnv-visualization:可视化 copy number profiles,segments,、 compare across samples。 创建 publication-quality plo…

OpenClawNanoClaw分析处理
FreedomIntelligence/OpenClaw-Medical-Skills查看