bgpt-paper-search
bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…
维护者 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。
原始来源
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/pyzotero
技能摘要
原始文档
Required credentials — get from https://www.zotero.org/settings/keys:
/groups/ in the group URLStore credentials in environment variables or a .env file:
See references/authentication.md for full setup details.
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'])
相关技能
bgpt-paper-search:BGPT是一个remote MCP server that searches curated database of scientific papers built ,面向 raw experimenta…
bio-chipseq-visualization:可视化 ChIP-seq data ,使用 deepTools,Gviz,、 ChIPseeker。 创建 heatmaps,profile plots,、 genome browser…
bio-consensus-sequences:生成 consensus FASTA sequences by applying VCF variants to reference ,使用 bcftools consensus。 适合在cr…
bio-copy-number-cnv-visualization:可视化 copy number profiles,segments,、 compare across samples。 创建 publication-quality plo…