โ† All skills
Tencent SkillHub ยท Developer Tools

ArXiv Watcher for Music Research

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, _meta.json, scripts/search_arxiv.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

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

Structured Search Strategy: Implements domain-specific search strategies based on research objectives CS Category Filtering: Searches only within arXiv CS (Computer Science) category Time Range Enforcement: Strictly adheres to specified date ranges Duplicate Handling: Automatically merges results from multiple queries and removes duplicates Rate Limit Management: Implements multi-round search strategies for large date ranges Comprehensive Logging: Maintains detailed records of all search activities and results

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 generation song generation text-to-music text-to-song lyrics-to-music image-to-music video-to-music video-guided music generation text-to-midi symbolic music generation music synthesis Weak Relevance Keywords (require additional verification): editing controllable generation instruction-following Related Paper Types (strong relevance if combined with music keywords): survey benchmark evaluation dataset

Query Construction

Base Query: Combines strong relevance keywords with OR logic Category Filter: Restricts to cat:cs.* (Computer Science) Date Filter: Uses submittedDate range with strict bounds Duplicate Prevention: Tracks paper IDs across multiple queries

Rate Limit Handling

For large date ranges (>6 months), implements multi-round strategy: Chunk by Quarter: Split date range into quarterly segments Sequential Queries: Execute queries sequentially with delay Merge Results: Combine and deduplicate across all segments Progress Tracking: Log completion status for each segment

Result Processing

Deduplication: Remove papers appearing in multiple query results Metadata Extraction: Extract title, authors, abstract, submission date, arXiv ID Relevance Tagging: Tag papers with primary keywords that matched Structured Output: Generate standardized paper list format

Local File Storage

Search Log: research/{domain}/search_results/arxiv_search_log.md Paper List: research/{domain}/search_results/paper_list.json Directory Structure: Automatically created if missing

Search Log Structure

Each search session includes: Session Header: Date, domain, time range, search objective Query Strategy: Detailed keyword combinations and search parameters Execution Details: Query chunks, rate limit handling, completion status Results Summary: Total papers found, duplicates removed, final count Individual Results: Structured list of all papers with metadata

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.md research/{domain}/search_results/paper_list.json Directory structure automatically created if missing

Audit Trail Requirements

All search activities must include: Complete query strategy documentation Execution progress tracking Duplicate handling records Final result validation

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/search_arxiv.sh Scripts
  • _meta.json Config