← 返回
内容创作

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 版本 94062.1 Key: 无需
★ 19
Stars
📥 14,273
下载
💾 3,291
安装
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-27 23:45 安全 安全 </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=b0dd07d6657f7ad5df1e1c1a16d7211a" 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/390074_4e4faba0eda6943a87ee9bfe85a5693c.html?q-sign-algorithm=sha1&q-ak=AKID8JMG1bzBC1dz96qNhssfFftujT1NCoFi&q-sign-time=1781200295%3B1812736295&q-key-time=1781200295%3B1812736295&q-header-list=host&q-url-param-list=&q-signature=cbd74c1a8dab8b4d06daebd7fada05f7adc4981d" 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;">content-creation</span> <h3><a href="/s/humanizer">Humanizer</a></h3> <div class="rec-owner">biostartechnology</div> <div class="rec-desc">消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 857</span> <span style="color:#5b6abf;">📥 199,148</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/admapix">AdMapix</a></h3> <div class="rec-owner">fly0pants</div> <div class="rec-desc">广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 294</span> <span style="color:#5b6abf;">📥 136,382</span> </div> </div> <div class="rec-card"> <span class="badge-cat" style="margin-bottom:8px;display:inline-block;">communication-collaboration</span> <h3><a href="/s/vocal-chat">Vocal Chat</a></h3> <div class="rec-owner">rubenfb23</div> <div class="rec-desc">在WhatsApp上处理语音对话,自动转录收到的语音并用本地TTS音频回复。适用于用户想通过说话而非打字的情况。</div> <div class="rec-stats"> <span style="color:#f39c12;">★ 12</span> <span style="color:#5b6abf;">📥 4,016</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>