arxiv-daily

Collect arXiv cs.AI papers via RSS and classify them into seven domains.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Wanger-SJTU/claw_skills --skill arxiv-daily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-daily
Source: https://github.com/Wanger-SJTU/claw_skills/tree/main/arxiv-daily
Command: npx skills add https://github.com/Wanger-SJTU/claw_skills --skill arxiv-daily

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires feedparser, requests, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the end-to-end workflow of collecting arXiv cs.AI papers, classifying them into seven focus areas, and producing standardized reports that can be uploaded to ima, saving time and reducing manual error.

Core Features & Use Cases

  • Automated data collection: fetch yesterday's arXiv cs.AI papers via RSS and extract essential fields (title, authors, abstract, link, published, and translated summary).
  • Multi-domain taxonomy: assign papers to multiple domains with support for overlapping categories to ensure comprehensive coverage.
  • Dual-report generation: create a local full report and a lighter ima-ready version, including translated abstracts.
  • Validation & reliability: run JSON validation, progress persistence, and optional notification of results to stakeholders.

Quick Start

Trigger the skill to fetch yesterday's cs.AI papers, classify them into seven domains, and generate both the full local report and the ima-ready version.

Frequently Asked Questions about arxiv-daily

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate collecting and classifying arXiv cs.AI papers?

Automating arXiv cs.AI paper collection involves fetching papers via RSS, extracting metadata fields, classifying them into seven domains, and generating standardized local and ima-ready dual-format reports to reduce manual tracking effort.

Can I generate translated summaries for arXiv papers automatically?

Yes, automated translated summaries can be generated for arXiv papers. The workflow extracts abstracts during RSS data collection and includes translated summaries within both the full local report and the lighter ima-ready version.

Does the arXiv paper classification workflow support overlapping categories?

Yes, the arXiv paper classification workflow supports overlapping categories. It uses a multi-domain taxonomy that assigns papers to multiple focus areas simultaneously, ensuring comprehensive coverage across the seven defined domains.

What is the best way to report arXiv literature summaries to research teams?

The best way to report arXiv literature summaries is by generating dual-format reports: a local full report for detailed review and a lighter ima-ready version, both including translated abstracts and validated JSON data for stakeholders.

Do I need feedparser and requests to scrape arXiv RSS feeds?

Yes, you need feedparser and requests to scrape arXiv RSS feeds. These dependencies enable the automated data collection pipeline to fetch papers, parse XML feeds, and extract essential metadata fields like title and abstract.

How does data pipeline validation work for automated arXiv report generation?

Data pipeline validation for automated arXiv report generation works by running JSON validation and progress persistence checks. This ensures structured literature summaries remain reliable and allows optional notification of results to stakeholders.