返回顶部
a

arxiv-batch-reporter

Build the final collection report in two steps: model writes a report template, then script injects each paper's Brief Conclusion and abs URL from summary.md by arXiv-id placeholders."

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.1.1
安全检测
已通过
749
下载量
0
收藏
概述
安装方式
版本历史

arxiv-batch-reporter

# 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.md` section `## 10. Brief Conclusion`. - Do not paraphrase or manually rewrite this per-paper conclusion text in final report. ## Commands 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 Parameter - `--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. ## Placeholder Syntax in Template 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: - 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. ## Output - `<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. ## Related Skills This skill is a sub-skill of `arxiv-summarizer-orchestrator`. It is intended to run after: 1. `arxiv-search-collector` (selected paper directories + metadata) 2. `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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 arxiv-batch-reporter-1776419947 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 arxiv-batch-reporter-1776419947 技能

通过命令行安装

skillhub install arxiv-batch-reporter-1776419947

下载 Zip 包

⬇ 下载 arxiv-batch-reporter v0.1.1

文件大小: 13.26 KB | 发布时间: 2026-4-17 18:18

v0.1.1 最新 2026-4-17 18:18
Document cross-skill relationships in all SKILL.md files

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部