meta-arxiv-daily-digest-deck

Fetches daily arXiv papers, writes structured digests, and renders a PPTX deck.

6.8k|540|Updated May 6, 2026
One-click install
npx skills add https://github.com/opensquilla/opensquilla --skill meta-arxiv-daily-digest-deck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-arxiv-daily-digest-deck
Source: https://github.com/opensquilla/opensquilla/tree/main/src/opensquilla/skills/exp/meta-arxiv-daily-digest-deck
Command: npx skills add https://github.com/opensquilla/opensquilla --skill meta-arxiv-daily-digest-deck

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about meta-arxiv-daily-digest-deck

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

FAQPage Schema
How do I get a daily arXiv digest of new papers?

Invoke the skill with the trigger phrase "arxiv daily digest" manually or via a cron schedule. It fetches the latest submissions from the arXiv API, writes a structured digest per paper, and renders the result as a PPTX deck.

How do I change the arXiv category for the digest?

Include a category token such as cs.CV or cs.LG anywhere in your invocation message. The fetch step scans the message for cs.XX patterns and overrides the default cs.CL OR cs.AI query.

How many papers does the arXiv digest include?

The default query requests a maximum of 6 papers sorted by submission date descending. Each paper gets one digest block and one slide in the generated PPTX deck.

What happens if the arXiv API fetch fails?

If the fetch fails due to a network or parse error, the fetch step returns FETCH_FAILED and downstream steps short-circuit with DIGEST_SKIPPED and RENDER_SKIPPED markers. No partial deck or memory note is written, and you can retry by re-invoking.

Where are the digest deck and notes saved?

The PPTX deck is saved to the workspace under arxiv-daily/digest.pptx, overwriting the previous run. The text digest is appended to memory/arxiv-daily.md so past briefings persist in long-term memory.