daily-papers

Select the most relevant HuggingFace daily paper and generate a LaTeX summary report.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/jusjinuk/internbot --skill daily-papers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: daily-papers
Source: https://github.com/jusjinuk/internbot/tree/main/.claude/skills/daily-papers
Command: npx skills add https://github.com/jusjinuk/internbot --skill daily-papers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review today's HuggingFace daily papers, pick the most relevant one, and write a LaTeX summary report with 2-3 follow-up research directions to guide next steps.

Core Features & Use Cases

  • Fetch today's papers: use mcp__hf_papers__get_today_papers to obtain the day's HF papers.
  • Relevance filtering: consult reports-repo/papers-log.json to skip already reviewed papers.
  • Single-paper selection: automatically pick the 1 paper most aligned with user topics or defaults and produce a LaTeX report.
  • Follow-up directions: generate concrete, actionable research directions to accompany the summary.
  • Output: save the TeX report to reports-repo/reports/YYYY-MM-DD-daily-papers.tex and reference in the paper log.

Quick Start

Ask the agent to fetch today's HuggingFace daily papers, select the most relevant one, and generate a LaTeX summary report with follow-up research directions.

Frequently Asked Questions about daily-papers

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

FAQPage Schema
How do I get a LaTeX summary of today's arxiv papers from HuggingFace?

The daily paper review process fetches HuggingFace papers, checks a local JSON log to skip previously reviewed papers, and selects the most relevant new publication to summarize in LaTeX with actionable follow-up research directions.

Can I automatically skip HuggingFace papers I have already reviewed?

Yes, the review process consults a local papers-log.json file to track previously reviewed papers and automatically filters them out, ensuring only new daily papers are selected for your LaTeX summary reports.

What is the best way to generate BibTeX metadata for daily paper reviews?

Generating BibTeX metadata for daily paper reviews is handled automatically by selecting the most relevant HuggingFace paper and outputting a structured LaTeX file that includes the citation metadata alongside the summary and research directions.

Does the daily paper review workflow output BibTeX files for LaTeX compilation?

The workflow outputs a YYYY-MM-DD-daily-papers.tex file containing the paper summary and embedded BibTeX metadata, which you can directly use or include in your existing LaTeX compilation pipeline.

How do I find follow-up research directions after reading an arxiv paper?

To find follow-up research directions, this Skill analyzes the selected HuggingFace daily paper and automatically generates 2-3 concrete, actionable research steps, appending them directly to your LaTeX summary report.

What are the limitations of automating arxiv paper summaries with LaTeX?

A key limitation is that the process selects only one paper per day from the HuggingFace daily papers feed and requires maintaining a local JSON log to manage duplicates, meaning it does not batch review multiple papers simultaneously.