Get a daily email digest of new papers on your research topic pulled from arXiv, Crossref, and OpenAlex without visiting each database manually.
Build a local website that displays all the academic papers you have fully read, organized by category.
Keep a queue of papers you found interesting but have not yet read the full text of, separate from your main library.
Archive your daily paper digest as Markdown files on your computer for later offline reference.
Requires the Codex AI tool, a Gmail account connected to Codex, and the computer to be awake at the scheduled daily digest time.
This repository contains two skills for use with Codex, an AI coding tool made by OpenAI. The two skills are designed to work together as a reading pipeline for researchers who want to track new academic papers in their field without manually checking multiple databases each day. The first skill, daily-literature-digest, searches Crossref, OpenAlex, and arXiv each day using keywords you define, then emails a summary of recent papers to an address you specify through a Gmail connection in Codex. You configure your email address, keywords, preferred language, and timezone, and Codex sets up a daily automation to send the digest at a scheduled time. A local Markdown archive of results is saved alongside the emails. The automation depends on the Codex runner and your computer being awake at the scheduled time. The second skill, paper-vault, builds a local static website that serves as a personal paper library. After reading the full text of a paper from the digest, you ask Codex to add it to the vault, where it appears as a card organized by category. Papers you have not yet obtained full-text access to go into a separate queue rather than the main view, keeping the library limited to papers you have actually read. The vault is a folder of HTML, CSS, and JavaScript files you serve locally with a simple Python command. Both skills are installed by copying the skill folders into a Codex skills directory and restarting Codex. The README includes both English and Chinese instructions. Personal generated files, such as digest archives, state data, PDFs, and login traces, are explicitly excluded from what should be committed to the repository.
← xuezheng627 on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.