start-my-day

Search and rank recent arXiv and Semantic Scholar papers into daily recommendation notes.

6|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/wangzr040220/claude-article-read --skill start-my-day-wangzr040220
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-my-day
Source: https://github.com/wangzr040220/claude-article-read/tree/main/start-my-day
Command: npx skills add https://github.com/wangzr040220/claude-article-read --skill start-my-day-wangzr040220

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, requests, and includes scripts (resource) components.

What problem does it solve?

自动化每日论文发现、筛选与笔记生成的工作流,帮助研究者快速获得高质量的今日推荐并生成可直接在笔记中使用的结构化笔记。

Core Features & Use Cases

  • 自动拉取并合并近30天的 arXiv 论文与近一年内的高影响力论文,进行相关性、新近性、热度与质量评分,输出前10篇。
  • 生成当天的推荐笔记,包含今日概览、论文条目与可直接跳转的笔记链接;前3篇论文可生成详细分析并自动插入图片。
  • 提供关键词自动链接功能,将论文关键词映射到现有笔记,提升笔记之间的关系网络。

Quick Start

直接在 Vault 中运行 start-my-day 以生成今日的论文推荐笔记。

Frequently Asked Questions about start-my-day

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

FAQPage Schema
How do I automate daily arXiv paper discovery and note generation?

Automating daily arXiv paper discovery involves searching and ranking recent papers, then generating structured daily recommendation notes with linked summaries and visuals. This skill pulls and merges papers from the last 30 days to output a ready-to-read digest of the top 10 articles.

Can I use Semantic Scholar to find high impact papers for my research notes?

Yes, you can use Semantic Scholar to find high impact papers from the past year for your research notes. The workflow merges these high-impact papers with recent arXiv listings, scoring them by relevance, recency, and quality to generate your daily digest.

What is the best way to create a daily research digest with linked summaries?

The best way to create a daily research digest with linked summaries is to apply an end-to-end workflow covering discovery, filtering, scoring, and note creation. This process generates a daily overview, paper entries, and direct note links for the top 3 detailed analyses.

How does keyword linking work for research notes in my Vault?

Keyword linking for research notes works by mapping paper keywords to existing notes in your Vault. This automated feature builds a relationship network between your daily paper entries and your current knowledge base, enhancing discoverability without manual cross-referencing.

Do I need pyyaml and requests to run the daily paper workflow?

Yes, you need pyyaml and requests installed to run the daily paper workflow. These dependencies support the underlying scripts responsible for fetching arXiv and Semantic Scholar data and processing configurations to generate your structured notes.