| name | meta-arxiv-daily-digest-deck |
| description | 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. |
| kind | meta |
| meta_priority | 55 |
| always | false |
| triggers | ["arxiv daily digest","arxiv digest deck","arxiv 日报","arxiv 晨刊"] |
| provenance | {"origin":"opensquilla-original","license":"Apache-2.0"} |
| composition | {"steps":[{"id":"fetch_arxiv","kind":"agent","skill":"sub-agent","with":"[Truncated]"},{"id":"digest_papers","kind":"agent","skill":"summarize","depends_on":"[Truncated]","with":"[Truncated]"},{"id":"render_deck","kind":"agent","skill":"pptx","depends_on":"[Truncated]","with":"[Truncated]"},{"id":"persist","kind":"tool_call","tool":"memory_save","tool_allowlist":"[Truncated]","depends_on":"[Truncated]","tool_args":"[Truncated]"}]} |
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?…'.