Paper Digest

Search Hugging Face Papers and arXiv for recent research matches and generate deduplicated digests.

6|2|Updated May 21, 2026
One-click install
npx skills add https://github.com/anajuliabit/aeon --skill paper-digest-anajuliabit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Paper Digest
Source: https://github.com/anajuliabit/aeon/tree/main/skills/paper-digest
Command: npx skills add https://github.com/anajuliabit/aeon --skill paper-digest-anajuliabit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Paper Digest turns your tracked research interests into a short, decision-ready weekly digest of newly published papers, saving you from manually searching arXiv and skimming duplicates.

Core Features & Use Cases

  • Topic-based discovery: Searches both Hugging Face Papers and the arXiv API for papers matching tracked interests (or a single provided topic).
  • Signal-first filtering: Uses upvotes, recency, and topic keyword matching to drop low-signal items before summarizing.
  • Deduplicated, log-aware output: Avoids re-sending papers already shipped in the last 7 days and logs the verdict for the next cycle.
  • Two-sentence summaries: Produces a strict “what's new” and “so what” pair tied to your interests, with banned generic phrasing to keep output specific.

Quick Start

Use the Paper Digest skill to find and summarize new papers by running it with var set to your research topic.

Frequently Asked Questions about Paper Digest

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

FAQPage Schema
How do I automate arXiv and Hugging Face paper monitoring for specific research interests?▼

Automated paper monitoring searches Hugging Face Papers and arXiv for tracked interests, deduplicates prior outputs, and generates targeted digests. This recurring workflow replaces manual scanning by filtering recent matches using upvotes, recency, and keyword relevance.

What is the best way to deduplicate research papers in a recurring weekly literature briefing?▼

Deduplicating research papers in a weekly literature briefing requires logging prior cycle outputs and checking against them. The workflow avoids re-sending papers already delivered in the last 7 days and records the verdict for the next cycle.

Can I generate a topic-based discovery digest from a single research keyword?▼

Topic-based discovery digests can be generated from a single research keyword provided as a variable. If the variable is empty, the system parses topic configurations from MEMORY.md to find matching papers and summarize them.

How do I summarize arXiv papers into a two-sentence what's new and so what format?▼

Summarizing arXiv papers into a two-sentence format produces a strict “what's new” and “so what” pair tied to your research interests. It applies banned generic phrasing constraints to keep the output specific and decision-ready.

What happens to my paper digest if no tracked topics are available in MEMORY.md?▼

If no tracked topics are available in MEMORY.md, the paper digest workflow aborts the cycle. It enforces skip-gate ranking and constraints, ensuring no digest or cycle log is written when topic configuration is missing.