arxiv-digest
Personalized daily arxiv paper digest with preference learning. Use this skill whenever the user asks about new arxiv papers, wants a daily paper digest, asks "what's new on arxiv", wants paper recommendations, or mentions reading/browsing arxiv. Also trigger when the user says things like "papers today", "new preprints", "arxiv update", or "what should I read". This skill fetches, ranks, and presents papers tailored to the user's research interests, and iteratively learns their preferences over time. --- # Arxiv Daily Digest Fetch, rank, and present arxiv papers using two persistent user files: - `researcher_profile.json` (research identity + network) - `arxiv_preferences.json` (reading interests + feedback history) ## Workflow 1. Load or bootstrap profile/preferences. 2. Fetch papers for requested period via web search. 3. Rank papers with preference + network signals. 4. Present period-scaled digest in 3 tiers. 5. Collect feedback and profile updates from interaction. 6. When user asks to dive into a specific paper, hand off to relevant companion skills. ## Step 1: Profile and Preferences ### Storage
Changelog: Source: GitHub https://github.com/zhangzzk/arxiv-digest
No comments yet. Be the first one!