📚 zotero-scholar — 技能工具
v0.0.2[自动翻译] Save academic papers with metadata, PDF links, and AI summaries to your Zotero library using credentials set in ZOTERO_CREDENTIALS (userid:apiKey).
0· 1.2k·10 当前·13 累计
安全扫描
OpenClaw
安全
high confidenceThe skill's code, declared requirements, and runtime instructions are coherent for saving papers to Zotero and only request the Zotero credentials they need.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv0.0.22026/2/15
- Updated skill description to clarify ZOTERO_CREDENTIALS formatting and usage. - Changed metadata emoji from 🧠 to 📚. - Added explicit brew-based install instructions for the uv binary in metadata. - Improved documentation for environment variable configuration and usage examples. - Removed detailed dependency section regarding PEP 723 and streamlined the instructions.
● 无害
安装命令
点击复制官方npx clawhub@latest install zotero-scholar
🇨🇳 镜像加速npx clawhub@latest install zotero-scholar --registry https://cn.longxiaskill.com
技能文档
专业的文献入库助手。可以将论文元数据、PDF 链接以及 AI 生成的总结一键保存到你的 Zotero 库中。
使用示例
可以读取环境变量ZOTERO_CREDENTIALS 中的 Zotero 凭据,格式为 userid:apiKey。使用环境变量运行
uv run {baseDir}/scripts/save_paper.py \
--title "Attention Is All You Need" \
--authors "Vaswani et al." \
--url "https://arxiv.org/abs/1706.03762"
参数说明
| 参数 | 说明 |
|---|---|
--title | 论文标题 |
--authors | 作者列表(逗号分隔) |
--url | 论文链接 (用于排重) |
--abstract | 论文摘要 |
--summary | (AI 生成) 简短总结或 Insight |
--tags | 标签列表(逗号分隔) |
数据来源:ClawHub ↗ · 中文优化:龙虾技能库