arxiv-daily

Automates arXiv paper retrieval, links GitHub/Hugging Face repos, and generates markdown reports via scheduled workflows.

208|46|Updated May 1, 2024
One-click install
npx skills add https://github.com/BaiShuanghao/my_arXiv_daily --skill arxiv-daily-baishuanghao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-daily
Source: https://github.com/BaiShuanghao/my_arXiv_daily/tree/main/.claude/skills/arxiv-daily
Command: npx skills add https://github.com/BaiShuanghao/my_arXiv_daily --skill arxiv-daily-baishuanghao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires arxiv, requests, pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of managing an automated system that tracks and collects papers from arXiv daily, keeping you updated with the latest research.

Core Features & Use Cases

  • Automated Paper Tracking: Daily fetching of papers by keywords, including handling arXiv API or git issues.
  • Code Repository Management: Finds and links associated code repositories, with fallback searches in GitHub.
  • Markdown Report Generation: Generates markdown reports served as README and GitHub Pages.

Quick Start

Use the arxiv-daily skill to fetch the latest papers on robotic manipulation with the keyword 'robot learning'.

Frequently Asked Questions about arxiv-daily

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

FAQPage Schema
How do I automate arXiv paper tracking and generate markdown reports daily?

Automate arXiv paper tracking by fetching papers via the arXiv API using keywords, then scheduling daily updates with GitHub Actions workflows to automatically generate and serve markdown reports.

Can I find associated code repositories for arXiv papers automatically?

Yes, you can find associated code repositories automatically by searching Hugging Face and utilizing GitHub as a fallback to link implementation repositories directly within your daily markdown reports.

What Python dependencies do I need for automated arXiv paper collection?

Automated arXiv paper collection requires Python along with the `arxiv`, `requests`, and `pyyaml` libraries to handle API interactions, HTTP requests, and YAML processing for your tracking workflow.

How does GitHub Actions work for scheduling daily arXiv paper fetching?

GitHub Actions works for daily arXiv paper fetching by executing scheduled workflows that query the arXiv API with specified keywords, process the results, and push updated markdown reports to your repository.

What is the best way to manage arXiv paper collection and code repository links?

The best way to manage arXiv paper collection is to automate daily keyword-based fetching, identify associated code repositories from Hugging Face and GitHub, and compile the results into a structured markdown report.