start-my-day

Query arXiv and Semantic Scholar to generate daily paper recommendation notes.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/JaneHuang1833/claude-code-paper-skills --skill start-my-day-janehuang1833
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: start-my-day
Source: https://github.com/JaneHuang1833/claude-code-paper-skills/tree/main/start-my-day
Command: npx skills add https://github.com/JaneHuang1833/claude-code-paper-skills --skill start-my-day-janehuang1833

SYSTEM DOCUMENTATION & REQUIREMENTS

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

## What problem does it solve? 自动发现并整理每日论文推荐,快速生成笔记与链接,提升日常文献阅读效率。

## Core Features & Use Cases

  • 自动发现近一个月和近一年的高质量论文,并根据研究兴趣筛选、评分,生成每日推荐笔记。
  • 自动生成推荐笔记并可选提取前三篇论文的第一张图片,附带详细报告入口。
  • 支持自定义研究兴趣配置 YAML,结合 arXiv API 与 Semantic Scholar 的混合检索,输出结构化结果。
  • 自动关键词链接,将论文关键词映射到现有笔记以形成可导航的知识网络。

### Quick Start 直接触发 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 recommendations and note generation?▼

To automate daily paper recommendations, this Skill queries arXiv and Semantic Scholar to filter recent papers based on your configured research interests, scoring them to generate structured Markdown notes.

Can I extract images from arXiv papers during the daily research workflow?▼

Yes, the daily paper recommendation workflow optionally extracts the first image from the top three recommended papers, embedding them directly into the generated Markdown notes for quick visual reference.

How do I link new research paper keywords to my existing Markdown notes?▼

You can link new research paper keywords to existing notes using the deterministic Python pipeline, which maps extracted terms to your current files, forming a navigable knowledge network.

Does this daily paper discovery workflow require manual API configuration?▼

No manual API configuration is needed during execution; the pipeline relies on a customizable YAML file to define research interests and handles arXiv API and Semantic Scholar queries automatically.

What is the best way to track recent scholarly papers without manual searching?▼

The best way to track recent scholarly papers without manual searching is to trigger the automated pipeline, which scans recent publications, scores them against your YAML interests, and outputs a dated Markdown recommendation file.

Are there limitations to the Semantic Scholar and arXiv search pipeline?▼

A limitation of this Semantic Scholar and arXiv search pipeline is its deterministic nature, meaning it relies strictly on predefined YAML configurations for scoring and filtering without dynamic, AI-driven query adjustments.