meta-arxiv-daily-digest-deck
Fetch the day's top arXiv submissions in a chosen category, write a structured per-paper digest, render the digest as a PPTX deck (one slide per paper), and persist the digest to long-term memory. Use for a daily 'arxiv morning briefing' — manual fire or cron-scheduled.
npx skills add opensquilla/opensquilla --skill meta-arxiv-daily-digest-deck --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# arXiv Daily Digest Deck (Meta-Skill) A near-pure **`tool_call` + linear DAG** meta-skill: fetch arXiv via the public Atom API, write a per-paper structured digest, render it into a PPTX deck, and persist the digest into long-term memory under the `arxiv-daily` topic. ## Trigger surface Fire manually with the English trigger `arxiv daily digest` or one of the localized triggers listed in the frontmatter. Category override: include a `cs.XX` token anywhere in the invocation. ## Fallback If `fetch_arxiv` fails (network or parse), the downstream steps short-circuit by emitting `_SKIPPED` markers; no half-baked PPTX or memory note is written. Operator can retry by re-invoking, or manually run `curl 'http://export.arxiv.org/api/query?…'`.
- Trigger surface
- Fallback
What does the meta-arxiv-daily-digest-deck skill do?
Fetch the day's top arXiv submissions in a chosen category, write a structured per-paper digest, render the digest as a PPTX deck (one slide per paper), and persist the digest to long-term memory. Use for a daily 'arxiv morning briefing' — manual fire or cron-scheduled.
How do I install it?
Run `npx skills add opensquilla/opensquilla --skill meta-arxiv-daily-digest-deck --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From opensquilla/opensquilla, a repository with 6,515 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.