为单篇或一批 ArXiv 论文下载源文件与 PDF,再通读全文并按指定语言生成结构化的 summary.md。
文档
ArXiv Batch Reporter
Generates a batch arXiv report by combining model-written templates with brief conclusions and abs URLs extracted from per-paper summary.md files.
它能做什么
Generates a batch arXiv report by combining model-written templates with brief conclusions and abs URLs extracted from per-paper summary.md files.
技能文档
ArXiv Batch Reporter
Use this skill after per-paper summary.md files exist.
Core Principle
The model writes report structure; scripts inject per-paper conclusion text.
Constraint
- Per-paper text in final report must come directly from each paper's
summary.mdsection## 10. Brief Conclusion. - Do not paraphrase or manually rewrite this per-paper conclusion text in final report.
Commands
Step 1: build model context bundle.
python3 scripts/collect_summaries_bundle.py \
--base-dir /path/to/run-dir \
--language English
Step 2: model writes collection_report_template.md under base-dir using placeholder lines for papers.
Step 3: render final report from template.
python3 scripts/render_collection_report.py \
--base-dir /path/to/run-dir \
--template-file collection_report_template.md \
--output-file collection_report.md \
--language English
Language Parameter
--languagecontrols scaffold/inserted-label language.- Set this parameter manually for each run.
- Default is
Englishwhen omitted. - Chinese aliases supported:
Chinese,zh,zh-cn,中文. - When non-English is selected (for example Chinese), generated labels/prompts are localized.
Placeholder Syntax in Template
In each paper leaf entry, add one placeholder line containing arXiv id.
Only supported syntax (standalone line):
{{ARXIV_BRIEF:2602.12276}}
render_collection_report.py replaces that one placeholder line with:
- brief conclusion text extracted from summary section 10
- generated abs URL:
https://arxiv.org/abs/
Fallback rule: if section 10 heading is missing, use content under the last ## heading.
Output
/summaries_bundle.md/collection_report_template.md(model-authored)/collection_report.md(rendered final output)
Use references/report-format.md for the expected report structure.
Use references/report-example-lean4-en.md, references/report-example-llm-math-en.md, and references/report-example-multimodal-en.md for tree-structure examples with lint-friendly spacing.
Related Skills
This skill is a sub-skill of arxiv-summarizer-orchestrator.
It is intended to run after:
arxiv-search-collector(selected paper directories + metadata)arxiv-paper-processor(per-papersummary.md)
This skill consumes the summary outputs from Step 2 and should be used together with Steps 1 and 2 to produce the final collection report.
相关技能
Orchestrates end-to-end arXiv paper retrieval, processing, and batch reporting with language control and parallel or serial paper handling modes.
由模型规划查询并判断相关性,将多轮 arXiv 结果合并去重,最终产出可直接使用的主题论文集。
压缩任意来源,保留每一条论断、对冲、数值与归属。
把内容转成适合阅读和分享的幻灯片图片,提供多套样式预设,可合并为 PPTX 或 PDF。
用提示词生成专业 PDF 与 DOCX 文档——涵盖简历、合同、报告、方案等多种类型。