Skip to content

v0.4.0 — Paper Reading Skills

Choose a tag to compare

@JeanDiable JeanDiable released this 06 Mar 04:50
· 6 commits to main since this release

What's New

Added 4 paper reading skills ported from evil-read-arxiv, bringing the total to 19 skills.

New Skills

Skill Description
paper-recommend Daily arXiv paper recommendations with 4D scoring (relevance, recency, popularity, quality)
paper-analyze Deep single-paper analysis — extract contributions, methods, results into structured notes
paper-images Extract figures from arXiv papers (source package first, PDF fallback)
paper-search Search paper notes in vault by title, author, keyword, domain, or tags

Other Changes

  • Added config/research_interests.yaml for configurable research domains and keywords
  • Added requirements.txt for Python dependencies (PyYAML, requests, PyMuPDF)
  • Updated README with paper reading section and prerequisites

Acknowledgments

Thanks to OrbitOS and the evil-read-arxiv project for the original arXiv paper reading workflow that these skills are built upon.