.claude/skills/daily-papers/SKILL.md
Review today's HuggingFace daily papers, pick the most relevant one, write a LaTeX summary report with follow-up research directions. Use when asked to check daily papers, do a paper review, or triggered by the scheduler.
npx skillsauth add jusjinuk/internbot daily-papersInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Default topics (pick the paper most relevant to any of these):
If the user specifies different topics (e.g., "focus on RL today"), use those instead.
A log of previously reviewed papers is kept at reports-repo/papers-log.json to avoid re-reviewing.
Format:
[
{"arxiv_id": "2506.12345", "title": "Paper Title", "reviewed_on": "2026-03-04", "report": "2026-03-04-daily-papers.pdf"}
]
If the file doesn't exist, create it as an empty array [].
Use mcp__hf_papers__get_today_papers to get the day's trending papers.
reports-repo/papers-log.json — collect all previously reviewed arxiv_id valuesmcp__arxiv__get_paper to fetch the full paper metadataGenerate 2-3 concrete follow-up research directions:
Write a report to reports-repo/reports/YYYY-MM-DD-daily-papers.tex with:
\section{Paper Summary} — title, authors, core contribution, method, results, limitations. Include links:
https://arxiv.org/abs/{id}https://huggingface.co/papers/{id}\section{Follow-up Research Directions} — the 2-3 directions with full detail\section{Conclusion} — key takeaway and recommended next step\bibliography with BibTeX entries for the paper and any referenced workCompile:
cd reports-repo/reports
pdflatex -interaction=nonstopmode YYYY-MM-DD-daily-papers.tex
bibtex YYYY-MM-DD-daily-papers
pdflatex -interaction=nonstopmode YYYY-MM-DD-daily-papers.tex
pdflatex -interaction=nonstopmode YYYY-MM-DD-daily-papers.tex
reports-repo/, commit the .tex, .bib, and .pdf filesreports-repo/papers-log.json — append the new entry, commit and pushPost a concise summary (not the full report):
git -C reports-repo remote get-url origin, then construct <repo-url>/blob/main/reports/YYYY-MM-DD-daily-papers.pdf (strip any .git suffix and auth prefix)development
Search the web for recent information. Use when asked about recent events, docs, or blog posts.
data-ai
Brainstorm follow-up research ideas from papers. Use when asked to generate research directions or ideas.
development
Set up internbot for development. Use when setting up the project for the first time.
tools
View, add, update, or cancel scheduled tasks. Use when asked about schedules, cron jobs, reminders, or recurring tasks.