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 agentmods add skills/alohays/paper2pr/deploynpx skills add alohays/paper2pr --skill deploygit clone --depth 1 https://github.com/alohays/paper2prWhat 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 | $0.00025 | $0.00475 |
| Opus 5 | $0.00013 | $0.00237 |
| Sonnet 5 | $0.00005 | $0.00095 |
| Haiku 4.5 | $0.00003 | $0.00047 |
Grade A, and why
deploy 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 2d 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.
What it actually says
Deploy Slides to GitHub Pages
Deployment is automated via GitHub Actions CI/CD. Pushing to main triggers rendering and deployment.
Production Deploy (CI/CD)
- Commit and push source changes to
main - GitHub Actions automatically:
- Renders every QMD under the genre directories listed in
Quarto/_genres.txt(a folder that is not a listed genre is never published) - Strips speaker notes from HTML (safety net)
- Assembles site: HTML + RevealJS assets + Figures
- Deploys to GitHub Pages
- Renders every QMD under the genre directories listed in
- Verify at the GitHub Pages URL
Local Preview (Optional)
For testing before push:
-
Run the sync script:
- If
$ARGUMENTSis provided (e.g., "DreamZero"):./scripts/sync_to_docs.sh $ARGUMENTS - If no argument:
./scripts/sync_to_docs.sh(renders and assembles every deck)
It calls the same
scripts/assemble_site.shthat CI runs, thencheck_site_assets.pyover the result. That check is the point of previewing locally: a deck whose figures or runtime JS did not get copied renders perfectly and 404s in the browser. - If
-
Open in browser:
open docs/slides/<genre>/DeckName.html# macOSpython3 scripts/deckpath.py DeckName --field genreif unsure
Note: docs/ is gitignored — local preview output does not enter git.
Speaker Notes Policy
- QMD source always contains
::: {.notes}blocks (single source of truth) - Local (
Quarto/<genre>/*.html): notes included — pressSfor speaker view - Public (GitHub Pages): notes stripped by CI/CD pipeline
- Git clean filter strips notes from QMD before commit (
.gitattributes)
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.
- 2d ago First seen · 47 lines · 25 tokens per session scan A da02c95f397f
deploy is a skill published in the GitHub repository alohays/paper2pr (5 stars, last pushed 2d ago), licensed MIT. It adds 25 tokens to every session and 475 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.
Other skills, from other repositories
paperjury
Three modes for CS-conference papers (CVPR/ICCV/ECCV vision, ACL/EMNLP/NAACL NLP, ICLR/NeurIPS/ICML/AAAI ML). DIRECT-EDIT mode (common): the user describes a change in Chinese or English and the manuscript (LaTeX or Markdown) is edited directly through a CS-venue writing toolkit with author sign-off (use for 改这段 /…
beamer-academic
Generate high-quality academic Beamer slides from a thesis/paper (PDF, Word, or LaTeX source). Compatible with Claude Code and Codex. Supports thesis defense, proposal presentations, and conference talks. Built-in layout library with 13 professional page types, 5 color schemes, and interactive editing loop. Use when…
beamer-presentation
Create academic presentations in Beamer with professional themes.
flow-nexus-neural
Train and deploy neural networks in distributed E2B sandboxes with Flow Nexus.
inno-reference-audit
This skill provides reference guidance for citation verification in academic writing.
paper-reviewer
Use this skill when the task is to review an academic paper PDF from the repo input folder, run specialized auditors, and compile a final report.