Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Use this skill after per-paper summary.md files exist.
The model writes report structure; scripts inject per-paper conclusion text.
Per-paper text in final report must come directly from each paper's summary.md section ## 10. Brief Conclusion. Do not paraphrase or manually rewrite this per-paper conclusion text in final report.
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 controls scaffold/inserted-label language. Set this parameter manually for each run. Default is English when omitted. Chinese aliases supported: Chinese, zh, zh-cn, δΈζ. When non-English is selected (for example Chinese), generated labels/prompts are localized.
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/<arxiv_id> Fallback rule: if section 10 heading is missing, use content under the last ## heading.
<base-dir>/summaries_bundle.md <base-dir>/collection_report_template.md (model-authored) <base-dir>/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.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.