pdf-titre

pdf-titre is a skill for Claude Code, Codex from Ertinox7711/SGRR-AGI-V2. It costs 82 tokens per session (548 once invoked), scanned A, original, MIT.

A focused tool for changing a PDF's title metadata, the title stored inside a file and shown by some PDF readers and file browsers. It updates the title without rewriting the PDF's existing bytes and makes a backup.

In plain words
What is it for?
Use it to change a PDF's document title, including titles containing accented characters, while preserving the original file content.
Why use it?
It avoids re-creating a PDF just to correct its displayed title, which could damage its layout, links, images, or fonts. It also checks that the requested title was saved correctly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths.

Good fit Use it to change a PDF's document title, including titles containing accented characters, while preserving the original file content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ertinox7711/sgrr-agi-v2/pdf-titre
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.

Any agent
npx skills add Ertinox7711/SGRR-AGI-V2 --skill pdf-titre
Clone the repo
git clone --depth 1 https://github.com/Ertinox7711/SGRR-AGI-V2

Made for: Claude Code, Codex.

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 pdf-titre

README.md
[![agentmods](https://agentmods.dev/badge/skills/ertinox7711/sgrr-agi-v2/pdf-titre/github.svg)](https://agentmods.dev/skills/ertinox7711/sgrr-agi-v2/pdf-titre)
Your own site
<a href="https://agentmods.dev/skills/ertinox7711/sgrr-agi-v2/pdf-titre"><img src="https://agentmods.dev/badge/skills/ertinox7711/sgrr-agi-v2/pdf-titre/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.

agentmods 80×15 button for pdf-titre

Your own site · 80×15
<a href="https://agentmods.dev/skills/ertinox7711/sgrr-agi-v2/pdf-titre"><img src="https://agentmods.dev/badge/skills/ertinox7711/sgrr-agi-v2/pdf-titre.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 548 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00082 $0.00548
Opus 5 $0.00041 $0.00274
Sonnet 5 $0.00016 $0.00110
Haiku 4.5 $0.00008 $0.00055

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

Security

Grade A, and why

pdf-titre 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (pdf-titre.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/pdf-titre/SKILL.md · 29 lines

What it actually says

pdf-titre — modifier le titre d'un PDF sans rien casser

Quand l'utiliser

  • L'utilisateur demande de changer le titre affiché d'un PDF (barre de titre du lecteur, Explorateur Windows, Adobe, Chrome…).
  • On veut modifier ~/Title et le XMP dc:title sans ré-encoder le PDF (aucun risque de casser polices, mise en page, liens, images).

Comment

node ~/.claude/skills/pdf-titre/pdf-titre.mjs "Chemin/vers/fichier.pdf" "Nouveau titre"
  • Travaille sur le fichier en place : un update incrémental est simplement ajouté à la fin (mécanisme officiel PDF) — les 100 % d'octets d'origine restent intacts.
  • Backup automatique : <nom>.backup-pdf-titre.pdf à côté du fichier.
  • Vérif automatique : re-parcours de la chaîne xref comme un lecteur (le titre résolu doit être exactement celui demandé) + pdftotext si disponible.

Ce qui est géré

  • Fichiers Word 2024 (table classique + section finale vide avec /Prev, objet-streams, XMP optionnel).
  • PDF générés par bibliothèques (xref stream /Type/XRef + catalogues/Info dans des obj-streams).
  • Titres ASCII ou accentués (UTF-16BE si nécessaire), <, &, > échappés dans le XMP.

Ne PAS faire

  • Ne jamais ré-écrire un PDF entier (pdftotext n'est pas un éditeur ; exiftool ne modifie pas l'Info ; pad de /Title changeant la longueur sans recalculer la xref corrompt le fichier).
  • Ne jamais point-à-point écrire les offsets manuellement : toujours recalculer depuis la fin du fichier réel.
  • Si le script dit « xref stream non supporté » (vieille version) → mettre à jour le script depuis .freebuff/pdf-titre.mjs du projet Formation-SGRR.
  • PDF chiffrés : non gérés (Erreur).
Files

What ships with it

1 file 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.

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. 3d ago First seen · 29 lines · 0 tokens per session scan A 3e35c73fc7ea

Subscribe to this mod's changes

pdf-titre is a skill published in the GitHub repository Ertinox7711/SGRR-AGI-V2 (1 stars, last pushed 3d ago), licensed MIT. It adds 82 tokens to every session and 548 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-09-09.