latex-paper-artifact

latex-paper-artifact is a skill for Claude Code, Codex from BingHanOfUESTC/open_agent_team. It costs 39 tokens per session (582 once invoked), scanned A, original, MIT.

A package for producing an arXiv-style research paper in LaTeX, along with references, figures, tables, scripts, and a reproducibility record. LaTeX is a text-based system for formatting technical documents.

In plain words
What is it for?
Use it to assemble a paper, BibTeX references, figures, tables, appendices, experiment details, reproducibility notes, and an artifact manifest.
Why use it?
It turns research findings and supporting files into a structured paper package with required sections, citations, limitations, and evidence expectations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to assemble a paper, BibTeX references, figures, tables, appendices, experiment details, reproducibility notes, and an artifact manifest.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/binghanofuestc/open_agent_team/latex-paper-artifact
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.

Any agent
npx skills add BingHanOfUESTC/open_agent_team --skill latex-paper-artifact
Clone the repo
git clone --depth 1 https://github.com/BingHanOfUESTC/open_agent_team

Made for: Claude Code, Codex.

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-paper-artifact

README.md
[![agentmods](https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/latex-paper-artifact/github.svg)](https://agentmods.dev/skills/binghanofuestc/open_agent_team/latex-paper-artifact)
Your own site
<a href="https://agentmods.dev/skills/binghanofuestc/open_agent_team/latex-paper-artifact"><img src="https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/latex-paper-artifact/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for latex-paper-artifact

Your own site · 80×15
<a href="https://agentmods.dev/skills/binghanofuestc/open_agent_team/latex-paper-artifact"><img src="https://agentmods.dev/badge/skills/binghanofuestc/open_agent_team/latex-paper-artifact.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 582 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.00039 $0.00582
Opus 5 $0.00019 $0.00291
Sonnet 5 $0.00008 $0.00116
Haiku 4.5 $0.00004 $0.00058

Measured 12d ago against content hash 2c3f1fb2af2e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

latex-paper-artifact 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 12d 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/skills/latex-paper-artifact/SKILL.md · 141 lines

How it starts

The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LaTeX Paper Artifact

This skill turns the research process into a paper-style deliverable and a reproducible artifact package.


1. Paper Directory

Create:

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

Use a compact arXiv-style article layout unless Boss specifies a venue template.


2. Required Sections

main.tex must include:

abstract
introduction
related work
method
experiments
conclusion

Recommended:

limitations
reproducibility statement
ethics or broader impact when relevant
appendix

Default citation floor:

Introduction: at least 4 cited works
Related Work: at least 12 cited works for normal ML/CS reports
Method: cite every reused or adapted method component
Experiments: cite datasets, benchmarks, metrics, baselines, and public result sources

If the citation floor is not met, do not pad with weakly related papers. Return to literature discovery or record a narrow-scope exception.


3. Claim Discipline

For every core claim, identify its backing:

literature evidence card
experiment id
result table row
figure script
documented limitation

Also verify the claim appears in:

research_workspace/literature/claim_ledger.md

Do not write:

state-of-the-art
significant improvement
robustly outperforms
proves

unless the experiment design and evidence actually support the claim.


4. Figures and Tables

Generate plots from scripts:

research_workspace/reports/paper/scripts/make_<figure>.py

Every figure/table caption should state:

what is measured
dataset/split
number of seeds if available
source file or experiment id
main takeaway

5. Compilation and Delivery

Try:

latexmk -pdf main.tex

or a locally available equivalent. If LaTeX is unavailable, record the missing tool and still deliver source files.

Read the full file on GitHub · 141 lines

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. 12d ago First seen · 141 lines · 39 tokens per session scan A 2c3f1fb2af2e

Subscribe to this mod's changes

latex-paper-artifact is a skill published in the GitHub repository BingHanOfUESTC/open_agent_team (106 stars, last pushed 2mo ago), licensed MIT. It adds 39 tokens to every session and 582 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.