返回顶部
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
安全检测
已通过
787
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

arxiv-batch-reporter

ArXiv 批量报告器

在每篇论文的 summary.md 文件存在后使用此技能。

核心原则

模型编写报告结构;脚本注入每篇论文的结论文本。

约束

  • - 最终报告中每篇论文的文本必须直接来自该论文 summary.md 的 ## 10. 简要结论 部分。
  • 不要在最终报告中改写或手动重写此每篇论文的结论文本。

命令

步骤 1:构建模型上下文包。

bash
python3 scripts/collectsummariesbundle.py \
--base-dir /path/to/run-dir \
--language English

步骤 2:模型在 base-dir 下使用论文占位行编写 collectionreporttemplate.md。

步骤 3:从模板渲染最终报告。

bash
python3 scripts/rendercollectionreport.py \
--base-dir /path/to/run-dir \
--template-file collectionreporttemplate.md \
--output-file collection_report.md \
--language English

语言参数

  • - --language 控制框架/插入标签的语言。
  • 每次运行时手动设置此参数。
  • 省略时默认为 English。
  • 支持中文别名:Chinese、zh、zh-cn、中文。
  • 当选择非英语(例如中文)时,生成的标签/提示将进行本地化。

模板中的占位符语法

在每个论文条目中,添加一行包含 arXiv ID 的占位行。

仅支持的语法(独立行):

text
{{ARXIV_BRIEF:2602.12276}}

rendercollectionreport.py 将该占位行替换为:

  • - 从摘要第 10 节提取的简要结论文本
  • 生成的 abs URL:https://arxiv.org/abs/

回退规则:如果缺少第 10 节标题,则使用最后一个 ## 标题下的内容。

输出

  • - /summariesbundle.md
  • /collectionreporttemplate.md(模型编写)
  • /collectionreport.md(渲染的最终输出)

使用 references/report-format.md 了解预期的报告结构。
使用 references/report-example-lean4-en.md、references/report-example-llm-math-en.md 和 references/report-example-multimodal-en.md 查看具有 lint 友好间距的树形结构示例。

相关技能

此技能是 arxiv-summarizer-orchestrator 的子技能。

它旨在在以下步骤之后运行:

  1. 1. arxiv-search-collector(选定的论文目录 + 元数据)
  2. arxiv-paper-processor(每篇论文的 summary.md)

此技能消耗步骤 2 的摘要输出,应与步骤 1 和 2 一起使用以生成最终的集合报告。

标签

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

下载

⬇ 下载 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
返回顶部