pdf-case-converter

pdf-case-converter is a skill for Claude Code, Codex from wangwei1237/agent-skills. It costs 20 tokens per session (290 once invoked), scanned A, original, Apache-2.0.

A tool for converting text in a PDF document to lowercase. It uses a local Python script and saves the converted document as a separate PDF.

In plain words
What is it for?
Use it when you need a PDF's text changed to lowercase, such as preparing a document for a case-sensitive processing step.
Why use it?
It removes the need to manually change the letter case throughout a PDF and gives the output a predictable filename when none is provided.

Skill for Claude CodeCodex

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 skills/wangwei1237/agent-skills/pdf-lowercase-skill
Any agent
npx skills add wangwei1237/agent-skills --skill pdf-lowercase-skill
Clone the repo
git clone --depth 1 https://github.com/wangwei1237/agent-skills

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-case-converter

README.md
[![agentmods](https://agentmods.dev/badge/skills/wangwei1237/agent-skills/pdf-lowercase-skill.svg)](https://agentmods.dev/skills/wangwei1237/agent-skills/pdf-lowercase-skill)
Your own site
<a href="https://agentmods.dev/skills/wangwei1237/agent-skills/pdf-lowercase-skill"><img src="https://agentmods.dev/badge/skills/wangwei1237/agent-skills/pdf-lowercase-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 290 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00020 $0.00290
Opus 5 $0.00010 $0.00145
Sonnet 5 $0.00004 $0.00058
Haiku 4.5 $0.00002 $0.00029

Measured 4d ago against content hash c83db65cd4e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pdf-case-converter 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/pdf_lowercase.py), 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.

pdf-lowercase-skill/SKILL.md · 26 lines

What it actually says

PDF Case Converter Skill

Description

这是一个用于处理 PDF 文件的工具,专门用于将 PDF 中的文本内容转换为小写。它通过调用本地的 Python 脚本来完成转换。

Instructions

当用户请求将某个 PDF 文件的内容转换为小写时,请遵循以下步骤:

  1. 检查文件路径:确认用户提供的输入文件路径存在。
  2. 构建输出路径:如果用户没有指定输出路径,默认在原文件名后加上 _lower 后缀(例如 input.pdf -> input_lower.pdf)。
  3. 执行脚本: 在当前文件所在的目录下,使用 Bash 工具运行以下命令:
    python3 scripts/pdf_lowercase.py <输入文件路径> <输出文件路径>
    
  4. 验证结果:脚本执行完成后,检查输出文件是否生成成功,并向用户报告结果。

Examples

User: "把 document.pdf 里的字都变成小写。" Assistant: (Executing Bash from this file's directory) python3 scripts/pdf_lowercase.py document.pdf document_lower.pdf

Files

What ships with it

3 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.

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. 4d ago First seen · 26 lines · 20 tokens per session scan A c83db65cd4e9

Subscribe to this mod's changes

pdf-case-converter is a skill published in the GitHub repository wangwei1237/agent-skills (4 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 20 tokens to every session and 290 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 skills, from other repositories

download-fulltext-pdf

当用户明确要求"下载文献全文"或"获取论文PDF"时使用。通过 DOI 号下载学术论文全文 PDF,支持 arXiv、Sci-Hub、Unpaywall、期刊官网等多源策略。⚠️ 不适用:用户只是想解析或处理已有的 PDF 文件(应使用 pdf skill)、只是想搜索论文信息而无需下载全文、没有提供 DOI/标题/BibTeX 任何标识符。.

huangwb8/skills · 105 tokens

report-helper

当用户说「深度研究 X」「深入研究 X」或要求生成某产品、公司、概念、人物、产业链、政策、趋势的深度研究/发展研究报告时触发,自动进行联网搜索和研究,产出排版后的 PDF 文档,总字数通常 1-3 万字。 作者:嘉然 | GitHub: https://github.com/Jiaranbb/report-helper.

Jiaranbb/report-helper · 92 tokens

markdown-to-pdf

Convert Markdown (.md) files to a polished PDF with ALL images preserved and scaled to the page. Use whenever the user asks to "save this markdown as a PDF", "convert README.md to pdf", "export the .md as a pdf", "turn these notes/docs into a PDF", or wants a PDF deliverable of any GitHub-flavored Markdown document…

kennethkhoocy/applied-micro-skills · 188 tokens

download-gated-pdfs

Download the actual PDF binary from bot-gated sites (taxpolicycenter.org, urban.org, SSRN-hosted mirrors, think-tank/publisher sites) via the Wayback Machine id URL form. Use when: (1) curl/WebFetch of a .pdf URL returns HTML instead of a PDF even with a browser User-Agent, (2) pypdf fails with "invalid pdf header…

kennethkhoocy/applied-micro-skills · 137 tokens

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables/formulas from PDFs (including scanned and photographed documents), OCR, combining or merging multiple PDFs, splitting, rotating, watermarking, creating new PDFs, encrypting/decrypting, and extracting…

kennethkhoocy/legal-scholarship-skills · 143 tokens

pdf-analyze

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

aiskillstore/marketplace · 52 tokens