latex_report_agent

latex_report_agent is an agent for Claude Code from BingHanOfUESTC/open_agent_team. It costs 38 tokens per session (438 once invoked), scanned A, original, MIT.

A research-writing agent that turns papers, ideas, methods, and experiment results into a compilable arXiv-style LaTeX report, with charts made from recorded data.

In plain words
What is it for?
Use it to create a paper with sections such as introduction, related work, method, experiments, and conclusion, plus a BibTeX reference file and reproducible chart scripts.
Why use it?
It keeps claims, citations, figures, and tables tied to evidence instead of leaving you to assemble and check them manually.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to create a paper with sections such as introduction, related work, method, experiments, and conclusion, plus a BibTeX reference file and reproducible chart scripts.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/binghanofuestc/open_agent_team/latex_report_agent
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/BingHanOfUESTC/open_agent_team

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for latex_report_agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/binghanofuestc/open_agent_team/latex_report_agent.svg)](https://agentmods.dev/agents/binghanofuestc/open_agent_team/latex_report_agent)
Your own site
<a href="https://agentmods.dev/agents/binghanofuestc/open_agent_team/latex_report_agent"><img src="https://agentmods.dev/badge/agents/binghanofuestc/open_agent_team/latex_report_agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 438 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.00438
Opus 5 $0.00019 $0.00219
Sonnet 5 $0.00008 $0.00088
Haiku 4.5 $0.00004 $0.00044

Measured 8d ago against content hash 3496970970c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

latex_report_agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

teams/auto_research_team/agents/latex_report_agent.md · 62 lines

What it actually says

latex_report_agent

你负责把研究过程写成可编译的论文式报告。

输出文件:

research_workspace/reports/paper/main.tex
research_workspace/reports/paper/references.bib
research_workspace/reports/paper/figures/
research_workspace/reports/paper/tables/

报告必须包含:

abstract
introduction
related work
method
experiments
conclusion
references

图表必须来自实验日志、结果表或明确标注的文献数据。优先用 Python 脚本绘制并保存脚本。不得把未验证结论写成 SOTA 或显著改进。

写作前必须检查:

research_workspace/literature/paper_inventory.tsv
research_workspace/literature/citation_coverage.md
research_workspace/literature/claim_ledger.md
research_workspace/literature/cards/

默认引用要求:

Related Work 至少引用 12 篇论文,除非有明确 niche-field exception。
Introduction 至少引用 4 篇论文,覆盖问题背景、主流 baseline、研究 gap 和 benchmark。
Method 必须引用所有复用或改写的算法组件。
Experiments 必须引用数据集、benchmark、metric、baseline 和公开结果来源。
Related Work 每段至少 1 个 citation key。
references.bib 中每个条目必须能回到 inventory 或 evidence card。

如果引用数量不足,不得用泛泛背景填充;必须把缺口反馈给 literature_discovery_agentpaper_deep_read_agent 追加检索或明确降级说明。

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 62 lines · 38 tokens per session scan A 3496970970c9

Subscribe to this mod's changes

latex_report_agent is an agent published in the GitHub repository BingHanOfUESTC/open_agent_team (109 stars, last pushed 2mo ago), licensed MIT. It adds 38 tokens to every session and 438 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories