arxiv-summarizer-orchestrator

Orchestrate arXiv paper collection, summarization, and report generation.

1|Updated May 20, 2026
One-click install
npx skills add https://github.com/Wanli-Lee/CUA-Claw-Harness --skill arxiv-summarizer-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv-summarizer-orchestrator
Source: https://github.com/Wanli-Lee/CUA-Claw-Harness/tree/main/skills/1/arxiv-summarizer-orchestrator
Command: npx skills add https://github.com/Wanli-Lee/CUA-Claw-Harness --skill arxiv-summarizer-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the end-to-end workflow of collecting arXiv papers, producing consistent per-paper summaries, and rendering a final hierarchical collection report without hand-holding.

Core Features & Use Cases

  • Multi-stage orchestration: Runs arXiv query planning and collection, then per-paper processing, then batch report bundling and rendering.
  • Language control: Forces an explicit language choice so intermediate markdown artifacts and final reports follow the same language.
  • Configurable processing strategy: Supports subagent_parallel (with bounded concurrency) or serial per-paper processing for reliability vs speed.
  • Report-ready outputs: Produces a ready-to-use collection_report.md by injecting brief conclusion placeholders from each per-paper summary.md.

Quick Start

Tell your agent to run arxiv-summarizer-orchestrator for topic X in English and generate a final collection report from the collected arXiv papers.

Frequently Asked Questions about arxiv-summarizer-orchestrator

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

FAQPage Schema
How do I automate arXiv literature review collection and batch reporting?

Automate arXiv literature review collection by orchestrating an end-to-end pipeline that generates a query plan, fetches relevant papers, and writes per-paper summaries into a rendered collection report.

Can I generate a markdown collection report from multiple arXiv papers automatically?

Generate a markdown collection report from multiple arXiv papers by injecting brief conclusion placeholders from each per-paper summary into a ready-to-use final document.

Does this arXiv summarization workflow support parallel processing of papers?

ArXiv summarization workflow supports bounded parallel subagent processing for speed or serial processing for reliability, configurable per batch reporting needs.

How do I ensure consistent language across intermediate arXiv summary artifacts and final reports?

Ensure consistent language across arXiv summary artifacts and final reports by forcing an explicit language choice that propagates through all staged markdown generation.

What is the best way to handle periodic literature collection across many arXiv papers?

Handle periodic literature collection across many arXiv papers by running a multi-stage orchestration workflow that manages query planning, artifact downloading, and batch report bundling.