with one click
pdf-case-converter
将 PDF 文件的内容转换为小写 (PDF to Lowercase)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
将 PDF 文件的内容转换为小写 (PDF to Lowercase)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Use this skill for STORM-style multi-perspective research, contradiction mapping, evidence-grounded synthesis, and self-review. Trigger when the user asks for STORM, Stanford STORM, SOTRM, multi-perspective analysis, research briefing, deep research, topic outline synthesis, contradiction analysis, or a cited report built from web/corpus evidence.
Test Agent Skills from tests/skill_cases.yaml files. Use when validating whether a Skill triggers correctly, produces a dry-run plan, satisfies output contracts, handles edge/failure cases, or when asked to run Skill Test cases, judge Agent responses against YAML expectations, or produce Skill test reports.
| name | pdf-case-converter |
| description | 将 PDF 文件的内容转换为小写 (PDF to Lowercase) |
| allowed-tools | Bash |
这是一个用于处理 PDF 文件的工具,专门用于将 PDF 中的文本内容转换为小写。它通过调用本地的 Python 脚本来完成转换。
当用户请求将某个 PDF 文件的内容转换为小写时,请遵循以下步骤:
_lower 后缀(例如 input.pdf -> input_lower.pdf)。Bash 工具运行以下命令:
python3 scripts/pdf_lowercase.py <输入文件路径> <输出文件路径>
User: "把 document.pdf 里的字都变成小写。"
Assistant: (Executing Bash from this file's directory) python3 scripts/pdf_lowercase.py document.pdf document_lower.pdf