← 返回 Skills 市场
ArXiv Watcher
作者
Rubén Fernández Boullón
· GitHub ↗
· v1.0.0
1957
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install arxiv-watcher-vigo
功能描述
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.
使用说明 (SKILL.md)
ArXiv Watcher
This skill interacts with the ArXiv API to find and summarize the latest research papers.
Capabilities
- Search: Find papers by keyword, author, or category.
- Summarize: Fetch the abstract and provide a concise summary.
- Save to Memory: Automatically record summarized papers to
memory/RESEARCH_LOG.mdfor long-term tracking. - Deep Dive: Use
web_fetchon the PDF link to extract more details if requested.
Workflow
- Use
scripts/search_arxiv.sh "\x3Cquery>"to get the XML results. - Parse the XML (look for
\x3Centry>,\x3Ctitle>,\x3Csummary>, and\x3Clink title="pdf">). - Present the findings to the user.
- MANDATORY: Append the title, authors, date, and summary of any paper discussed to
memory/RESEARCH_LOG.md. Use the format:### [YYYY-MM-DD] TITLE_OF_PAPER - **Authors**: Author List - **Link**: ArXiv Link - **Summary**: Brief summary of the paper and its relevance.
Examples
- "Busca los últimos papers sobre LLM reasoning en ArXiv."
- "Dime de qué trata el paper con ID 2512.08769."
- "Hazme un resumen de las novedades de hoy en ArXiv sobre agentes."
Resources
scripts/search_arxiv.sh: Direct API access script.
安全使用建议
This skill appears to do what it advertises (it queries ArXiv and summarizes results), but be aware it will automatically append summaries to memory/RESEARCH_LOG.md and can fetch PDFs for deeper extraction. Before installing or enabling it: (1) confirm where memory/RESEARCH_LOG.md is stored and whether that storage is private; (2) require the skill to ask for explicit user approval before saving any summary (or make saving optional); (3) consider disabling or restricting the 'web_fetch' PDF download behavior unless you trust the sources and understand the implications; (4) if you share this agent or its memory, understand that saved summaries could be visible to others; (5) because the skill is from an unknown source, review or sandbox the skill (or fork and remove the mandatory save) if you want to reduce persistent-write behavior. These precautions will reduce privacy and data-accumulation risks.
功能分析
Type: OpenClaw Skill
Name: arxiv-watcher-vigo
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` instructs the agent to interact with the ArXiv API and log summarized papers to `memory/RESEARCH_LOG.md`, which is a designated memory location for the agent. The `scripts/search_arxiv.sh` script uses `curl` to query the legitimate ArXiv API endpoint (export.arxiv.org) and does not contain any malicious commands, data exfiltration, or unauthorized network activity. All actions are aligned with the stated purpose of searching and summarizing ArXiv papers.
能力评估
Purpose & Capability
Name/description match the implementation: a small bash script queries the ArXiv API and SKILL.md describes searching and summarizing. No unrelated credentials, binaries, or installs are requested. The 'save to memory' feature is coherent with the stated 'long-term tracking' capability, though it is not declared as a separate permission.
Instruction Scope
SKILL.md contains concrete runtime steps (call scripts/search_arxiv.sh, parse XML, present results) which are appropriate, but it also requires a MANDATORY append of every discussed paper to memory/RESEARCH_LOG.md and instructs the agent to use web_fetch on PDF links for deeper extraction. The mandatory persistent write and arbitrary PDF fetchs extend the agent's IO/networking beyond simple querying and summarization and may capture or store content the user did not explicitly approve.
Install Mechanism
No install spec; this is instruction-only with one small shell script that uses curl to call the public ArXiv API. Low installation risk and no downloads from untrusted hosts.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to its stated purpose.
Persistence & Privilege
Although always:false (so it won't be force-included), the skill mandates writing to a persistent memory file (memory/RESEARCH_LOG.md) for every paper discussed. Automatic, unconditional writes to persistent agent memory are a notable privilege: they can accumulate data without repeated user consent and may expose sensitive content if the memory is later accessed or shared.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install arxiv-watcher-vigo - 安装完成后,直接呼叫该 Skill 的名称或使用
/arxiv-watcher-vigo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial version: Search and summarize ArXiv papers with local research logging.
元数据
常见问题
ArXiv Watcher 是什么?
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1957 次。
如何安装 ArXiv Watcher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install arxiv-watcher-vigo」即可一键安装,无需额外配置。
ArXiv Watcher 是免费的吗?
是的,ArXiv Watcher 完全免费(开源免费),可自由下载、安装和使用。
ArXiv Watcher 支持哪些平台?
ArXiv Watcher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ArXiv Watcher?
由 Rubén Fernández Boullón(@rubenfb23)开发并维护,当前版本 v1.0.0。
推荐 Skills