Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

arxiv-to-zoteroarxiv 到 zotero

Agent Skill

arxiv-to-zotero 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,508

周安装

506

GitHub Stars

1

下载量

3,927
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:arxiv-to-zotero(arxiv 到 zotero)
来源仓库:https://github.com/cnicpyx/arxiv-to-zotero
安装命令:
openclaw skills install arxiv-to-zotero
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install arxiv-to-zotero

简介

arxiv-to-zotero 自动查找近期 arXiv 论文,跳过 Zotero 已有条目并导入新文献。

  • 适合研究人员定期同步最新预印本到个人文献管理系统。
  • 自动添加父级标签与 PDF 附件,归类至指定集合。
  • 需确保 Zotero API 密钥有效且具备写入权限。
  • 建议先在小规模测试后应用于正式工作流程。

SKILL.md

name
arxiv-to-zotero
description
Find recent arXiv papers, skip what is already in Zotero, and save new imports with parent-item tagging and PDF attachments into a dedicated collection.
version
1.0.2
user-invocable
true
always
false
homepage
https://github.com/ucaspyx/arxiv-to-zotero
metadata
{"openclaw":{"emoji":"📚","skillKey":"arxiv-to-zotero","requires":{"env":["ZOTERO_API_KEY"],"bins":["python3","curl"]},"primaryEnv":"ZOTERO_API_KEY","compatibilities":["openclaw"]}}

arXiv to Zotero

Use this skill when the user wants recent arXiv papers found and written into Zotero directly.

Best-fit use cases

  • find papers by topic + time range
  • skip papers already in Zotero
  • attach PDFs when possible
  • keep imports organized with a fixed tag and a dedicated collection

Setup

On first use, if ~/.openclaw/config/skills/arxiv-to-zotero.setup.json is missing, read {baseDir}/setup.md, collect the required Zotero values, tell the user to put ZOTERO_API_KEY in ~/.openclaw/.env, create the setup-state file, and resume the original request exactly once.

Flow

  1. If the user has not already provided them, ask for:

- topic keywords or phrases - a time range

  1. Do not ask the user to write an arXiv query.
  2. If the user gives keywords in Chinese, translate them into concise, technically accurate English search phrases before building the arXiv query.
  3. Build one valid arXiv API search_query yourself.
  4. Run the script once:
python3 {baseDir}/scripts/main.py --config {baseDir}/config.json --query '<arXiv search_query>'
  1. After the script finishes, use result.user_message as the final user-facing notification.

Query rules

  • Use official arXiv fielded search syntax.
  • The final arXiv query must be written in English.
  • Use double quotes for multi-word phrases.
  • Combine alternative keywords with OR when appropriate.
  • Add the requested time range with submittedDate:[YYYYMMDDTTTT TO YYYYMMDDTTTT].
  • Pass the query as normal text. Do not URL-encode it yourself.

Guarantees

  • Existing Zotero items are not modified.
  • New parent items are tagged with arxiv-to-zotero by default.
  • New imports are placed into the arxiv-to-zotero collection by default. If that collection does not exist, the script creates it.
  • If Zotero file upload hits HTTP 413, the script falls back to linked_url for that paper and keeps later attachments in link mode for the same run.

When not to use

Do not use this skill for discussion-only requests, browsing help, or any task that should not write to Zotero.

Network / Privacy

  • Contacts: arXiv Atom API, arXiv PDF URLs, Zotero Web API
  • Secret used: ZOTERO_API_KEY
  • Writes: new Zotero parent items and child attachments only
  • Does not modify existing Zotero items

Natural-language trigger examples

  • 帮我找近三年来 mamba 或者多模态用于股票预测的 arXiv 论文,并导入 Zotero。
  • 帮我查最近两年 test-time adaptation 或 active search 用于组合优化的 arXiv 论文,去重后导入 Zotero。
  • 帮我找近半年的 graph neural network 用于 TSP 或 vehicle routing 的 arXiv 论文,导入 Zotero。

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

95.13%
按下载量换算3,736

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills