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 Rylaispirit/rylai-codex-hermes-skills --skill pdfgit clone --depth 1 https://github.com/Rylaispirit/rylai-codex-hermes-skillsWrote 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/rylaispirit/rylai-codex-hermes-skills/pdf)<a href="https://agentmods.dev/skills/rylaispirit/rylai-codex-hermes-skills/pdf"><img src="https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/pdf/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/rylaispirit/rylai-codex-hermes-skills/pdf"><img src="https://agentmods.dev/badge/skills/rylaispirit/rylai-codex-hermes-skills/pdf.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.00030 | $0.00714 |
| Opus 5 | $0.00015 | $0.00357 |
| Sonnet 5 | $0.00006 | $0.00143 |
| Haiku 4.5 | $0.00003 | $0.00071 |
Grade A, and why
pdf 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 9d 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 — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Rylai PDF
Original Codex-Hermes-Claude skill by Rylai.
Use local files and deterministic tools. Preserve the source document unless the user explicitly requests an in-place replacement. Never invent passwords, embed credentials, or upload documents to an external service without direct approval.
Runtime
Use Python 3 with:
pypdffor page-level inspection and editing.pdfplumberwhen higher-quality text extraction is useful.pypdfium2or Popplerpdftoppmfor optional page rendering.- LibreOffice only when converting an Office source into PDF.
Probe before installing:
python -c "import pypdf; print(pypdf.__version__)"
python -c "import pdfplumber; print(pdfplumber.__version__)"
Install only missing Python packages:
python -m pip install pypdf pdfplumber pypdfium2
Resolve scripts/rylai_pdf.py relative to this skill directory.
Workflow
- Confirm the input path, requested operation, output path, and page range.
- Run
infobefore editing an unfamiliar or encrypted PDF. - Write to a new output path. Use
--forceonly when replacement is intended. - Re-open the result and check page count, metadata, and extracted text where applicable.
- For layout-sensitive work, render representative pages and inspect the PNG output.
- Report skipped checks when Poppler, LibreOffice, OCR, or another optional dependency is absent.
For scanned pages with no useful text layer, use an available local OCR engine. Keep the original PDF and state which OCR tool and language model were used.
Bundled CLI
Inspect:
python scripts/rylai_pdf.py info input.pdf
Extract selected pages:
python scripts/rylai_pdf.py extract input.pdf output.txt --pages 1-3,7
Merge:
python scripts/rylai_pdf.py merge output.pdf first.pdf second.pdf
Split selected pages into individual files:
python scripts/rylai_pdf.py split input.pdf output-pages --pages 2-5
Rotate selected pages clockwise:
python scripts/rylai_pdf.py rotate input.pdf rotated.pdf 90 --pages 1,3
What ships with it
2 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.
- 9d ago First seen · 107 lines · 30 tokens per session scan A 72d17f42de3e
pdf is a skill published in the GitHub repository Rylaispirit/rylai-codex-hermes-skills (55 stars, last pushed 26d ago), licensed MIT. It adds 30 tokens to every session and 714 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
nano-pdf
Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).
hive.pdf
Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…
recipe-bulk-download-folder
List and download all files from a Google Drive folder.
cli-anything-wps
A command-line tool that controls WPS Office on Windows, including Writer, Calc, and Impress. It can also build presentations from structured JSON data and export them as PowerPoint and PDF files.
solidworks-engineering-drawing
A SolidWorks skill for creating and reviewing engineering drawings, which are manufacturing documents showing views, measurements, holes, parts lists, and title-block information.
nutrient-document-processing
A guide for processing documents through the Nutrient DWS API, an online service for converting, reading, editing, and signing files. It supports PDFs, office documents, web pages, and images.