agentic-paper-digest-skill

Fetch recent arXiv and Hugging Face papers, filter by relevance, and summarize into JSON.

1|Updated May 20, 2026
One-click install
npx skills add https://github.com/Wanli-Lee/CUA-Claw-Harness --skill agentic-paper-digest-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-paper-digest-skill
Source: https://github.com/Wanli-Lee/CUA-Claw-Harness/tree/main/skills/1/agentic-paper-digest-skill
Command: npx skills add https://github.com/Wanli-Lee/CUA-Claw-Harness --skill agentic-paper-digest-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

It helps users quickly discover and summarize new arXiv and Hugging Face research by turning continuous paper streams into a structured, machine-readable digest.

Core Features & Use Cases

  • Automated Paper Fetching & Recency Windows: Pulls recent papers over a configurable time window (default 24 hours) and filters results to keep only relevant items.
  • LLM-Based Relevance + Summarization: Uses separate LLM calls/models for relevance filtering and for generating summaries mapped to predefined topic IDs.
  • JSON and API Workflows: Produces JSON output for downstream automation or runs an optional local API server to poll for results and query stored papers.
  • Configurable Topics and Caps: Uses config files to define topic IDs, descriptions, keywords, and per-topic result limits, plus controls for source paging and candidate limits.

Quick Start

Ask the AI to fetch a 24-hour digest from arXiv and Hugging Face and return the results as JSON using the locally bootstrapped CLI workflow.

Frequently Asked Questions about agentic-paper-digest-skill

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

FAQPage Schema
How do I summarize new arXiv and Hugging Face papers automatically?

To summarize new arXiv and Hugging Face papers automatically, you can use a tool that fetches recent publications over a configurable time window and applies LLM relevance filtering and summarization to produce a structured JSON digest.

Can I filter research papers by specific topics before generating a summary?

Yes, you can filter research papers by specific topics before generating a summary by configuring predefined topic IDs, descriptions, and keywords, which the system uses as criteria for LLM relevance filtering.

Do I need an OPENAI_API_KEY to run a local API for research monitoring?

Yes, you need an LLM provider via OPENAI_API_KEY or LITELLM_API_KEY, along with Python 3 and network access, to run a local API server for polling research monitoring results and querying stored papers.

What is the best way to integrate a paper digest into downstream agent workflows?

The best way to integrate a paper digest into downstream agent workflows is to output the LLM summarized results as a JSON feed, allowing automated agents to consume the structured data for literature triage and recurring updates.

Are there limits to how many papers are fetched during a daily literature triage?

Yes, there are limits to how many papers are fetched during a daily literature triage, as the system uses configurable source paging, candidate caps, and per-topic result limits defined in its configuration files.