Skill 技能

ArXiv Watcher

ArXiv Watcher 是一套面向一人公司的通用 playbook,帮助你用更少的人力完成更稳的增长、交付与决策。

更新于 2026年4月1日 One Person Company 编辑团队 Skill 执行系统

中文导读

ArXiv Watcher 是一套面向一人公司的通用 playbook,帮助你用更少的人力完成更稳的增长、交付与决策。

说明: 原始步骤、命令与 API 名称保留英文,以避免参数和接口名称失真。

概览

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.md for long-term tracking. Deep Dive: Use web_fetch on the PDF link to extract more details if requested. Workflow Use scripts/search_arxiv.sh "<query>" to get the XML results. Parse the XML (look for <entry>, <title>, <summary>, and <link 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.

示例

"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.

SKILL.md 原文件

内嵌文档查看器 SKILL.md
Markdown 源文件

预览原始 SKILL.md. 下面可以直接查看完整原文。可滚动阅读、检查结构,再下载精确的 SKILL.md 原文件。

# arxiv-watcher

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.md for long-term tracking.
Deep Dive: Use web_fetch on the PDF link to extract more details if requested.
Workflow
Use scripts/search_arxiv.sh "<query>" to get the XML results.
Parse the XML (look for <entry>, <title>, <summary>, and <link 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.

评论与讨论

添加评论