What problem does it solve?
Keeping up with new arXiv submissions requires manually browsing listings, reading abstracts, and compiling notes every day. This Skill automates the entire morning-briefing workflow: it fetches the latest papers from the arXiv API, writes a structured per-paper digest, renders the digest as a PPTX slide deck, and archives the digest to long-term memory.
Core Features & Use Cases
- Automated arXiv Fetching: Queries the public arXiv Atom API for the latest submissions (default cs.CL OR cs.AI, top 6 by submission date), with support for category overrides like cs.CV in the invocation message.
- Structured Per-Paper Digest: Produces a consistent digest block per paper covering core claim, method summary, key numbers, and relevance.
- PPTX Deck Generation: Renders one slide per paper plus a title slide, saved to an arxiv-daily directory for immediate review or sharing.
- Persistent Memory: Appends each digest to a memory/arxiv-daily.md log so past briefings remain searchable.
- Use Case: Schedule a daily cron trigger with the phrase "arxiv daily digest" to receive a fresh slide deck of the day's top cs.AI papers every morning, or fire it manually with a category override such as "arxiv daily digest cs.CV".
Quick Start
Ask the agent to run the arxiv daily digest for cs.AI and generate the morning briefing deck.