hf-daily-summary

Fetch Hugging Face daily papers and extract IDs for arxiv-pipe-papers summarization.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nxZhai/Nicy-Extension-Skills --skill hf-daily-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hf-daily-summary
Source: https://github.com/nxZhai/Nicy-Extension-Skills/tree/main/hf-daily-summary
Command: npx skills add https://github.com/nxZhai/Nicy-Extension-Skills --skill hf-daily-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the process of gathering daily trending papers from Hugging Face, extracting their paper IDs, and initiati ng downstream summarization pipelines.

Core Features & Use Cases

  • Fetch daily trending papers from Hugging Face.
  • Extract paper IDs and hand them to arxiv-pipe-papers for download, LaTeX extraction, and summary generation.
  • Use case: researchers want daily briefings on top papers and automated summaries.

Quick Start

Fetch today's Hugging Face daily papers, extract their IDs, and trigger arxiv-pipe-papers to download PDFs, extract LaTeX sources, and generate summaries.

Frequently Asked Questions about hf-daily-summary

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

FAQPage Schema
How do I automatically summarize Hugging Face daily papers?

You can automatically summarize Hugging Face daily papers by fetching trending papers from the daily_papers API, extracting their IDs, and triggering the arxiv-pipe-papers workflow to download PDFs and generate summaries.

Do I need a Hugging Face token to fetch daily trending papers?

Yes, accessing the Hugging Face daily_papers API requires a valid HF token. You also need integration with arxiv-pipe-papers through the Skill orchestration to process the extracted paper IDs.

What is the best way to extract paper IDs from Hugging Face daily papers for research briefings?

The best way to extract paper IDs for research briefings is to use an automated workflow that fetches trending papers and passes the extracted IDs to arxiv-pipe-papers for downstream LaTeX extraction and summary generation.

Can I use arxiv-pipe-papers with Hugging Face daily papers to download PDFs and extract LaTeX sources?

Yes, you can use arxiv-pipe-papers with Hugging Face daily papers. The workflow extracts paper IDs and triggers arxiv-pipe-papers to download PDFs, extract LaTeX sources, and generate automated summaries.

Why does my Hugging Face daily papers summarization workflow fail during API access?

Your Hugging Face daily papers summarization workflow may fail if the HF token is invalid or missing. The Skill includes robust error handling and defaults to manage integration issues with the daily_papers API.

Are there limitations when using automated research workflows to summarize Hugging Face daily papers?

Limitations include requiring valid HF token access and proper integration with arxiv-pipe-papers for LaTeX extraction. The workflow depends on the daily_papers API availability and robust error handling to manage failures.