dailypaper-skills
Automate daily paper screening, reading, and Obsidian note-taking
All Skills in This Repository (7)
Pure Emerald Level Indicatorsdaily-papers
Automate discovery, analysis, and organization of academic papers with Claude Code and Obsidian.
daily-papers-review
Review research papers, categorize them, and save reviews to Obsidian.
generate-mocs
Regenerate Obsidian MOC directory and navigation pages with Python scripts.
daily-papers-fetch
Fetch and score arXiv and HuggingFace papers using user-defined keywords.
paper-reader
Processes academic papers from arXiv, PDFs, or Zotero into structured Markdown notes with linked concepts.
daily-papers-notes
Generate structured notes for must-read research papers and update Obsidian vault indexes.
github-trending
Fetches GitHub Trending repositories, scores relevance, and writes Obsidian notes.
Frequently Asked Questions
FAQPage SchemaHow to install dailypaper-skills?βΌ
Run `npx skills add huangkiki/dailypaper-skills --all -g -y` in your terminal to install all skills in this suite globally.
How to get daily AI paper recommendations automatically?βΌ
Just tell your agent 'daily paper recommendations' and it fetches, scores, and ranks new arXiv and HuggingFace papers based on your configured research keywords.
Can it turn a paper into an Obsidian note?βΌ
Yes. Give it an arXiv link or local PDF and it generates a full structured note with formulas, figures, tables, and linked concept pages saved directly into your Obsidian vault.
Does dailypaper-skills work with Zotero?βΌ
Yes. It can search your Zotero library by title and batch-read entire Zotero collections, though Zotero is optional since arXiv links and local PDFs also work.
Do I need coding skills to use this paper workflow?βΌ
No. After a one-time setup of your vault path and research keywords, you trigger everything with plain-language requests like 'read this paper' or 'past week recommendations'.
Related Repositories in Education & Research
View All in Education & Researchβlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides