← 返回
开发者工具 中文

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.
搜索并总结ArXiv论文。适用于用户查询最新研究、特定主题或AI论文每日摘要时。
rubenfb23
开发者工具 clawhub v1.0.0 1 版本 99824.9 Key: 无需
★ 1
Stars
📥 2,261
下载
💾 46
安装
1
版本
#latest

概述

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

  1. Use scripts/search_arxiv.sh "" to get the XML results.
  2. Parse the XML (look for , </code>, <code><summary></code>, and <code><link title="pdf"></code>).</li><li>Present the findings to the user.</li><li><strong>MANDATORY</strong>: Append the title, authors, date, and summary of any paper discussed to <code>memory/RESEARCH_LOG.md</code>. Use the format:</li></ol><p> ```markdown</p><p> ### [YYYY-MM-DD] TITLE_OF_PAPER</p><ul><li><strong>Authors</strong>: Author List</li><li><strong>Link</strong>: ArXiv Link</li><li><strong>Summary</strong>: Brief summary of the paper and its relevance.</li></ul><p> ```</p><h2>Examples</h2><ul><li>"Busca los últimos papers sobre LLM reasoning en ArXiv."</li><li>"Dime de qué trata el paper con ID 2512.08769."</li><li>"Hazme un resumen de las novedades de hoy en ArXiv sobre agentes."</li></ul><h2>Resources</h2><ul><li><code>scripts/search_arxiv.sh</code>: Direct API access script.</li></ul></div> </div> </div> <div id="tab-versions" class="detail-content"> <div class="detail-section"> <h2>版本历史</h2> <p style="margin-bottom:12px;font-size:14px;color:#94a3b8;">共 1 个版本</p> <ul class="version-list"> <li> <div> <span class="version-tag">v1.0.0</span> <span style="font-size:11px;color:#5b6abf;margin-left:8px;background:#eef0ff;padding:1px 8px;border-radius:10px;">当前</span> </div> <div style="font-size:12px;color:#94a3b8;"> 2026-03-28 16:30 安全 安全 </div> </li> </ul> </div> </div> <div id="tab-security" class="detail-content"> <div class="detail-section"> <h2>安全检测</h2> <div class="sec-grid"> <div class="sec-card"> <h4>腾讯云安全 (Keen)</h4> <div class="sec-status sec-safe"> 安全,无风险 </div> <a href="https://tix.qq.com/search/skill?keyword=fd06f37fd86a95c91bef18f742e9fc20" target="_blank">查看报告</a> </div> <div class="sec-card"> <h4>腾讯云安全 (Sanbu)</h4> <div class="sec-status sec-safe"> 安全,无风险 </div> <a href="https://static.cloudsec.tencent.com/html-report-v2/2026/05/25/392497_58ad4d2e137fecfa04a117eda4a17076.html?q-sign-algorithm=sha1&q-ak=AKID8JMG1bzBC1dz96qNhssfFftujT1NCoFi&q-sign-time=1781383083%3B1812919083&q-key-time=1781383083%3B1812919083&q-header-list=host&q-url-param-list=&q-signature=3fb58aca0261e46a7333aead07741b86f35e7d4a" target="_blank">查看报告</a> </div> </div> </div> </div> <!-- Recommended Skills --> <div style="margin-top:24px;"> <h2 style="font-size:18px;font-weight:600;margin-bottom:16px;">🔗 相关推荐</h2> <div class="rec-grid"> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">developer-tools</span> <h3><a href="/s/codeconductor">CodeConductor.ai</a></h3> <div class="rec-owner">larsonreever</div> <div class="rec-desc">AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 68</span> <span style="color:#5b6abf;">📥 180,331</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">content-creation</span> <h3><a href="/s/arxiv-watcher">ArXiv Watcher</a></h3> <div class="rec-owner">rubenfb23</div> <div class="rec-desc">搜索并总结ArXiv论文。适用于用户查询最新研究、特定主题或AI论文每日摘要时。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 19</span> <span style="color:#5b6abf;">📥 14,323</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">developer-tools</span> <h3><a href="/s/github">Github</a></h3> <div class="rec-owner">steipete</div> <div class="rec-desc">使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 671</span> <span style="color:#5b6abf;">📥 324,345</span> </div> </div> </div> </div> </div> <script> document.addEventListener('DOMContentLoaded',function(){ document.querySelectorAll('.detail-tab').forEach(function(btn){ btn.addEventListener('click',function(e){ var tab = this.getAttribute('data-tab'); document.querySelectorAll('.detail-tab').forEach(function(b){b.classList.remove('active')}); document.querySelectorAll('.detail-content').forEach(function(c){c.classList.remove('active')}); this.classList.add('active'); var el = document.getElementById('tab-'+tab); if(el) el.classList.add('active'); }); }); }); </script> <div class="footer"> <p>Skill工具集 © 2026</p> </div></body> </html>