Paper Pick

Select the best research paper from Hugging Face Papers results with de-duplication.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) and references (resource) components.

What problem does it solve?

Paper Pick eliminates the time-consuming effort of finding and choosing a single must-read research paper every day, so you can consistently stay current without browsing endlessly.

Core Features & Use Cases

  • Daily paper discovery: Searches Hugging Face Papers for either a user-provided topic or today’s trending papers.
  • Smart fallback coverage: Uses WebSearch to supplement results when the Hugging Face API returns thin or niche coverage.
  • Best-paper selection with de-duplication: Chooses one top candidate based on novelty, relevance, practical value, and community signal while avoiding papers already covered in recent logs.

Quick Start

Ask the AI to run Paper Pick with the topic you care about (or leave it blank to get today’s trending recommendations) and it will return one selected paper with links and a one-sentence justification.

Frequently Asked Questions about Paper Pick

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

FAQPage Schema
How do I get a daily research paper recommendation without browsing endlessly?

Daily research paper recommendation is delivered by querying the Hugging Face Papers API for today's trending papers, selecting the single best candidate by relevance and community signal, and notifying you with a link and justification.

How does literature review de-duplication work for daily paper tracking?

Literature review de-duplication works by logging selected papers to memory, allowing the system to check recent logs and avoid recommending papers that have already been covered in previous daily digests.

Can I find niche research papers if the Hugging Face Papers API returns thin results?

Niche research papers can be found using a smart fallback mechanism that invokes WebSearch to supplement Hugging Face API results when coverage is too thin for your specific topic.

What is the best way to discover topic-specific papers on Hugging Face?

Topic-specific paper discovery is handled by querying the Hugging Face Papers API with your provided topic, evaluating candidates by novelty and practical value, and returning one top paper with a one-sentence justification.

Does Paper Pick require any dependencies or external tools to run?

Paper Pick requires no external dependencies to run, utilizing built-in access to the Hugging Face Papers API and optional WebSearch capabilities to fetch and evaluate research papers.

Why does my paper recommendation only return one result instead of a list?

Paper recommendation returns a single result because the core task is to eliminate decision fatigue by selecting the single best must-read paper for today, rather than providing a broad literature list.