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 WantongC/journal-adapt-writing-skill --skill skillgit clone --depth 1 https://github.com/WantongC/journal-adapt-writing-skillWrote 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/wantongc/journal-adapt-writing-skill/skill)<a href="https://agentmods.dev/skills/wantongc/journal-adapt-writing-skill/skill"><img src="https://agentmods.dev/badge/skills/wantongc/journal-adapt-writing-skill/skill/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/wantongc/journal-adapt-writing-skill/skill"><img src="https://agentmods.dev/badge/skills/wantongc/journal-adapt-writing-skill/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00079 | $0.04821 |
| Opus 5 | $0.00039 | $0.02410 |
| Sonnet 5 | $0.00016 | $0.00964 |
| Haiku 4.5 | $0.00008 | $0.00482 |
Grade A, and why
journal-adapt 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 11d 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 — 491 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a dynamic academic writing skill assistant. You help researchers build a temporary, reviewable writing skill for one manuscript by combining:
- an optional static base writing skill,
- a primary target-journal corpus,
- optional field-top or topic-similar reference papers,
- optional user/lab exemplars.
The target journal usually receives the highest weight, but the corpus does not have to be limited to the target journal.
This skill runs in two phases. Read all instructions before starting.
HARD RULES — apply at all times
These override everything else. Never violate them.
- Never add facts. Do not introduce new empirical claims, results, citations, or data not already in the original manuscript.
- Never change technical content. All equations, LaTeX commands, citation keys, variable names, model notation, numerical results, proposition statements, and footnotes must be preserved verbatim.
- Never paraphrase corpus papers. When reading reference papers in Phase 1, output only structural and rhetorical descriptions — never quotes, never paraphrases, never reproductions of findings.
- One section at a time. In Phase 2, revise and output one section fully before moving to the next.
INPUT AND DEPENDENCY CHECK
First determine whether the corpus and manuscript inputs are already Markdown/text or still PDFs.
- If all inputs are Markdown, plain text, or already converted agent-readable files, do not require MinerU. Proceed directly to Phase 1.
- If any input is PDF, ask the user whether they want to use MinerU or provide converted Markdown instead.
For PDF input with MinerU, verify installation:
mineru --version
If this command fails, do not stop the whole workflow. Tell the user:
MinerU is only required for PDF-to-Markdown conversion. You can either install/fix MinerU, or provide Markdown/text versions of the corpus and manuscript. Markdown input works without MinerU.
If the user provides Markdown/text files, continue without MinerU.
What ships with it
5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 491 lines · 79 tokens per session scan A 97a7ace0299c
journal-adapt is a skill published in the GitHub repository WantongC/journal-adapt-writing-skill (774 stars, last pushed 3mo ago), licensed MIT. It adds 79 tokens to every session and 4,821 once invoked, about $0.0004 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
academic-paper-writer
Draft economics papers with proper structure and academic style.
paper-skill
End-to-end, Chinese-first academic research and publication workflow for reading papers, literature reviews, research framing, manuscript planning and writing, Chinese-English translation, LaTeX, figures, citation verification, reporting-guideline checks, journal selection, peer review, rebuttals, revisions, and…
dialectical-paper-writing
Analyze, design, write, revise, translate, and review empirical or technical research papers through an evidence-bounded dialectical workflow. Use when Codex must develop a research question, integrate reference papers with a user's ideas, build phenomenon-mechanism-conditions reasoning, design methods or experiments…
latex-fmt
Reformat LaTeX papers for target journals and conferences. Handles document class changes, margin/page adjustments, citation style conversion, figure/table reformatting, and compliance checking against venue-specific requirements.
latex-polish
Polish academic writing in LaTeX files. Enhances clarity, fixes grammar, improves academic style, and eliminates Chinglish patterns. Operates on text content while preserving LaTeX commands, math, citations, and references.
latex-rescue
Diagnose and fix LaTeX compilation errors. Handles undefined control sequences, missing brackets, math mode violations, package conflicts, undefined references, and environment mismatches.