# Send Arxiv Batch Reporter to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "arxiv-batch-reporter",
    "name": "Arxiv Batch Reporter",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/xukp20/arxiv-batch-reporter",
    "canonicalUrl": "https://clawhub.ai/xukp20/arxiv-batch-reporter",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/arxiv-batch-reporter",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=arxiv-batch-reporter",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/collect_summaries_bundle.py",
      "scripts/render_collection_report.py",
      "references/report-example-lean4-en.md",
      "references/report-example-llm-math-en.md",
      "references/report-example-multimodal-en.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/arxiv-batch-reporter"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/arxiv-batch-reporter",
    "downloadUrl": "https://openagent3.xyz/downloads/arxiv-batch-reporter",
    "agentUrl": "https://openagent3.xyz/skills/arxiv-batch-reporter/agent",
    "manifestUrl": "https://openagent3.xyz/skills/arxiv-batch-reporter/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/arxiv-batch-reporter/agent.md"
  }
}
```
## Documentation

### 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.

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

--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):

{{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:

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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: xukp20
- Version: 0.1.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/arxiv-batch-reporter)
- [Send to Agent page](https://openagent3.xyz/skills/arxiv-batch-reporter/agent)
- [JSON manifest](https://openagent3.xyz/skills/arxiv-batch-reporter/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/arxiv-batch-reporter/agent.md)
- [Download page](https://openagent3.xyz/downloads/arxiv-batch-reporter)