con un clic
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.
Menú
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.
Manages project knowledge using ByteRover context tree. Provides two operations: query (retrieve knowledge) and curate (store knowledge). Invoke when user requests information lookup, pattern discovery, or knowledge persistence. Developed by ByteRover Inc. (https://byterover.dev/)
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Perform web searches using DuckDuckGo. Use when web search is needed and no API key is available or Brave Search is not preferred.
Convert text to speech using Duby.so API. Supports various voices and emotions.
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
Self-healing mechanism for the evolver loop. Installs a system cron job (crontab) to check and restart the evolver daemon every 10 minutes. Ensures continuous evolution without manual intervention.
| name | arxiv-watcher |
| description | 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. |
This skill interacts with the ArXiv API to find and summarize the latest research papers.
memory/RESEARCH_LOG.md for long-term tracking.web_fetch on the PDF link to extract more details if requested.scripts/search_arxiv.sh "<query>" to get the XML results.<entry>, <title>, <summary>, and <link title="pdf">).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.
scripts/search_arxiv.sh: Direct API access script.