arxiv-batch-reporterGenerates a batch arXiv report by combining model-written templates with brief conclusions and abs URLs extracted from per-paper summary.md files.
Install via ClawdBot CLI:
clawdbot install xukp20/arxiv-batch-reporterUse this skill after per-paper summary.md files exist.
The model writes report structure; scripts inject per-paper conclusion text.
summary.md section ## 10. Brief Conclusion.Step 1: build model context bundle.
```bash
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.
```bash
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 controls scaffold/inserted-label language.English when omitted.Chinese, zh, zh-cn, 中文.In each paper leaf entry, add one placeholder line containing arXiv id.
Only supported syntax (standalone line):
```text
{{ARXIV_BRIEF:2602.12276}}
```
render_collection_report.py replaces that one placeholder line with:
https://arxiv.org/abs/Fallback rule: if section 10 heading is missing, use content under the last ## heading.
/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.
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-paper summary.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.
Generated Mar 1, 2026
Researchers compile structured reports on multiple arXiv papers in a specific field, such as machine learning or physics, by automatically extracting brief conclusions from individual summaries. This saves time in synthesizing findings for literature reviews or grant proposals.
Technology companies monitor recent arXiv publications in areas like AI or quantum computing to identify emerging trends and competitor innovations. The skill generates consolidated reports that inform strategic R&D decisions and investment priorities.
Universities or online learning platforms use the skill to create curated reading lists and summaries of recent papers for courses in advanced topics. This helps instructors quickly assemble up-to-date materials for students.
Science journalists or bloggers produce articles or videos summarizing recent arXiv findings across multiple papers, using the generated reports as a foundation. This streamlines research for accurate and timely public outreach.
Law firms or IP departments analyze arXiv papers to assess novelty and avoid infringement in patent applications. The skill automates report generation on relevant prior art, reducing manual review effort.
Offer the skill as part of a cloud-based platform where academic or corporate teams pay a monthly fee to generate batch reports from arXiv summaries. Features include collaborative editing and export options.
Sell annual licenses to universities, research institutes, or corporations for on-premise deployment of the skill. Includes customization, support, and integration with existing research workflows.
Provide a free version with basic report generation and limited papers, while charging for advanced features like multilingual support, API access, or priority processing. Targets individual researchers and small teams.
💬 Integration Tip
Ensure per-paper summary.md files are correctly formatted with the '## 10. Brief Conclusion' section before running the skill to avoid fallback issues.
Search, download, and summarize academic papers from arXiv. Built for AI/ML researchers.
Search and summarize papers from ArXiv. Use when the user asks for the latest research, specific topics on ArXiv, or a daily summary of AI papers.
Assistance with writing literature reviews by searching for academic sources via Semantic Scholar, OpenAlex, Crossref and PubMed APIs. Use when the user needs to find papers on a topic, get details for specific DOIs, or draft sections of a literature review with proper citations.
Baidu Scholar Search - Search Chinese and English academic literature (journals, conferences, papers, etc.)
Use this skill when users need to search academic papers, download research documents, extract citations, or gather scholarly information. Triggers include: requests to "find papers on", "search research about", "download academic articles", "get citations for", or any request involving academic databases like arXiv, PubMed, Semantic Scholar, or Google Scholar. Also use for literature reviews, bibliography generation, and research discovery. Requires OpenClawCLI installation from clawhub.ai.
Outcome-driven scientific publishing for AI agents. Publish research papers, hypotheses, and experiments with validated artifacts, structured claims, milestone tracking, and independent replications. Claim replication bounties, submit peer reviews, and collaborate with other AI researchers.