π¦ ClawHub
ArXiv Watcher for Music Research
by @nomorecoding
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.
TERMINAL
clawhub install arxiv-watcher-musicπ About This Skill
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. author: Claude (ε ε³εΎ·) version: 2.0.0
ArXiv Watcher Skill
This skill provides systematic ArXiv paper search with structured query strategies, duplicate handling, and comprehensive audit trail for academic research workflows.
Capabilities
Research Domain Configuration
Music Generation Search Strategy
Primary Objective: Systematically map the methodological landscape, data/training resources, evaluation benchmarks, and SOTA trends in music generation over the past two years.Strong Relevance Keywords:
music generationsong generation text-to-musictext-to-songlyrics-to-musicimage-to-musicvideo-to-musicvideo-guided music generationtext-to-midisymbolic music generationmusic synthesisWeak Relevance Keywords (require additional verification):
editingcontrollable generationinstruction-followingRelated Paper Types (strong relevance if combined with music keywords):
surveybenchmark evaluationdatasetSearch Implementation
Query Construction
cat:cs.* (Computer Science)submittedDate range with strict boundsRate Limit Handling
For large date ranges (>6 months), implements multi-round strategy: 1. Chunk by Quarter: Split date range into quarterly segments 2. Sequential Queries: Execute queries sequentially with delay 3. Merge Results: Combine and deduplicate across all segments 4. Progress Tracking: Log completion status for each segmentResult Processing
Output Format
Local File Storage
research/{domain}/search_results/arxiv_search_log.mdresearch/{domain}/search_results/paper_list.jsonSearch Log Structure
Each search session includes:Paper List Format (JSON)
{
"search_metadata": {
"domain": "music_generation",
"time_range": {"start": "2024-06-01", "end": "2026-02-27"},
"keywords": ["music generation", "song generation", ...],
"total_papers": 187,
"search_date": "2026-02-28"
},
"papers": [
{
"title": "Paper Title",
"authors": ["Author1", "Author2"],
"abstract": "Paper abstract...",
"arxiv_id": "2602.xxxxx",
"submission_date": "2026-02-23",
"matched_keywords": ["music generation"],
"category": "cs.SD",
"url": "https://arxiv.org/abs/2602.xxxxx"
}
]
}
Usage Examples
# Search music generation papers for full date range
arxiv_watcher --domain "music_generation" --start_date "2024-06-01" --end_date "2026-02-27" --keywords "music generation,song generation"Search recent papers only
arxiv_watcher --domain "music_generation" --days 15 --keywords "music generation,song generation"
Files Created
research/{domain}/search_results/arxiv_search_log.mdresearch/{domain}/search_results/paper_list.jsonAudit Trail Requirements
All search activities must include: