ars-format-convert

ars-format-convert is a command for Claude Code from LEg-er/academic-research-skills-opencode. It costs 22 tokens per session (106 once invoked), scanned A, original, no licence file.

A command for converting academic papers between formats such as LaTeX, DOCX, PDF, and Markdown. LaTeX is a text-based system commonly used to typeset research papers.

In plain words
What is it for?
It is for converting academic papers into LaTeX, Word, PDF, or Markdown files.
Why use it?
It avoids repeating manual formatting work when the same paper is needed in different file types.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the academic-research-skills plugin — 13 commands, 3 agents, 1 hook shipped together

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.

agentmods
npx agentmods add commands/leg-er/academic-research-skills-opencode/ars-format-convert
Clone the repo
git clone --depth 1 https://github.com/LEg-er/academic-research-skills-opencode

Made for: Claude Code.

Or install academic-research-skills, the plugin that ships this one along with the rest of its 13 commands, 3 agents, 1 hook.

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 ars-format-convert

README.md
[![agentmods](https://agentmods.dev/badge/commands/leg-er/academic-research-skills-opencode/ars-format-convert.svg)](https://agentmods.dev/commands/leg-er/academic-research-skills-opencode/ars-format-convert)
Your own site
<a href="https://agentmods.dev/commands/leg-er/academic-research-skills-opencode/ars-format-convert"><img src="https://agentmods.dev/badge/commands/leg-er/academic-research-skills-opencode/ars-format-convert.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 106 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00022 $0.00106
Opus 5 $0.00011 $0.00053
Sonnet 5 $0.00004 $0.00021
Haiku 4.5 $0.00002 $0.00011

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

Security

Grade A, and why

ars-format-convert 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 6d 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.

archive/upstream-claude-only/commands/ars-format-convert.md · 10 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 6d ago First seen · 10 lines · 22 tokens per session scan A e06e9672e862

Subscribe to this mod's changes

ars-format-convert is a command published in the GitHub repository LEg-er/academic-research-skills-opencode (5 stars, last pushed 3mo ago), with no licence file. It adds 22 tokens to every session and 106 once invoked, about $0.0001 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-31.

Related

Other commands, from other repositories

compile_paper

Convert a SWARM paper from markdown to LaTeX (if needed), compile to PDF, and open it.

swarm-ai-research/swarm · 0 tokens

paperfit

作用: /paperfit 是 Claude Code 中的 PaperFit 主入口。用户可以直接用自然语言描述任务,例如排版分析、完整修复、模板迁移、长度调整、局部表格修复、视觉检查或状态查询。Agent 负责解析意图、识别主 .tex、判断是否需要画像、并自动进入对应的 PaperFit 子流程。.

OpenRaiser/PaperFit · 0 tokens

latex-polish

Inspect a cleanly compiling LaTeX document for source pathologies and rendered visual defects by linting and viewing selected PDF pages. Use when compilation succeeds but title pages, floats, tables, figures, or layout still need publication-quality review. Not for basic compilation health; use $latex-health-check.

flonat/flonat-research · 60 tokens

latex

Compile one specified LaTeX document, resolve build errors, audit citations, and report build quality. Use when a .tex source must be built or a concrete compilation failure repaired. Not for corpus-wide build checks, visual polish after a clean build, or creating a project; use $latex-health-check, $latex-polish, or…

flonat/flonat-research · 72 tokens

bib-filter

Filter a LaTeX project's bibliography to the entries actually cited, with Overleaf-source resolution, temporary staging, validation, approval-gated canonical replacement, and compilation. Use before submission or after large revisions.

flonat/flonat-research · 41 tokens

wtfp:export-latex

Export the manuscript and bibliography to portable LaTeX source with declared formatting.

akougkas/wtf-p · 22 tokens