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.
npx skills add BingHanOfUESTC/open_agent_team --skill latex-paper-artifactgit clone --depth 1 https://github.com/BingHanOfUESTC/open_agent_teamWrote 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.
[](https://agentmods.dev/skills/binghanofuestc/open_agent_team/latex-paper-artifact)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 12d ago First seen · 141 lines · 39 tokens per session scan A 2c3f1fb2af2e
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.
Other skills, from other repositories
paper-length-gate
Deterministic artifact-backed manuscript readiness gate for meta-paper-write. Validates the workspace LaTeX artifact before compilation while leaving final page-count enforcement to compilepdf.
paper-plot-stub
Plot a results CSV (x, ybaseline, yours) as a two-line matplotlib chart and write a PDF. Demo-only.
pdf-processor
Extracts text and tables from PDF files, fills forms, and merges documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.
docx
Instructions for safely reading, creating, and editing Microsoft Word documents and templates, including tables, images, comments, and tracked changes.
A guide for working with PDF files, including reading, extracting content, creating, editing, and checking documents.
pptx
Instructions for reading, creating, and editing PowerPoint presentation files and templates, including .pptx, .potx, and older .ppt files. They cover text, tables, images, charts, layouts, and speaker notes.