arxiv-digest

Filter cs.RO announcements into a daily digest and sync accepted papers to Zotero.

12|4|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/tb5z035i/arxiv-digest --skill arxiv-digest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-digest
Source: https://github.com/tb5z035i/arxiv-digest/tree/main
Command: npx skills add https://github.com/tb5z035i/arxiv-digest --skill arxiv-digest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Robotics researchers must sift through cs.RO announcements, reason about theme relevance, and then capture summaries and PDFs in Zotero by hand, which is slow and error-prone.

Core Features & Use Cases

  • Three-step pipeline: fetch cs.RO RSS, judge relevance with LLM subagents per theme, and process outcomes into a markdown digest plus metadata.
  • Data enrichment & Zotero sync: detect venues, locate project pages, and deduplicate entries while attaching arXiv PDFs to the configured Zotero collection.
  • Use Case: After fetching a new batch of papers, run the judge step to evaluate each title and abstract, then produce the digest and add the accepted subset to Zotero automatically.

Quick Start

Run the fetch, judge relevance, and process steps consecutively to craft the digest and sync relevant entries to Zotero.

Frequently Asked Questions about arxiv-digest

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

FAQPage Schema
How do I automate filtering arXiv cs.RO papers for robotics research?

You filter arXiv cs.RO papers by running a three-step pipeline: fetch the RSS feed, judge relevance with LLM subagents against two themes, and process outcomes into a markdown digest. This workflow evaluates titles and abstracts to capture relevant robotics research automatically.

Can I automatically sync arXiv papers and PDFs to Zotero?

Yes, the pipeline syncs accepted arXiv papers to Zotero by loading credentials and attaching PDFs to a configured collection. It detects venues, locates project pages, and deduplicates entries while adding metadata for each accepted robotics paper.

How does LLM judging work for arXiv paper relevance?

LLM subagents judge arXiv paper relevance by evaluating titles and abstracts against Theme A and Theme B. This automated reasoning step filters fetched cs.RO announcements to identify papers matching your specific robotics research themes.

Do I need Zotero credentials to generate a cs.RO arXiv digest?

Zotero credentials are required for the PDF attachment and metadata sync steps, but not for generating the markdown digest itself. You must execute fetch, judge, and process commands, with Zotero credential loading needed specifically for adding accepted papers.

What are the limitations of automating arXiv digest creation with LLM subagents?

Limitations include the requirement to run fetch, judge, and process steps consecutively, and dependence on LLM subagent accuracy for evaluating Theme A and Theme B. The pipeline is specialized for cs.RO announcements and requires valid Zotero credentials for PDF attachment.