Install
openclaw skills install arxiv-watcher-musicSearch 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.
openclaw skills install arxiv-watcher-musicThis skill provides systematic ArXiv paper search with structured query strategies, duplicate handling, and comprehensive audit trail for academic research workflows.
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 generationtext-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):
surveybenchmarkevaluationdatasetcat:cs.* (Computer Science)submittedDate range with strict boundsFor large date ranges (>6 months), implements multi-round strategy:
research/{domain}/search_results/arxiv_search_log.mdresearch/{domain}/search_results/paper_list.jsonEach search session includes:
{
"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"
}
]
}
# 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"
research/{domain}/search_results/arxiv_search_log.mdresearch/{domain}/search_results/paper_list.jsonAll search activities must include: