AgentStack
SKILL verified Apache-2.0 Self-run

Pdf Case Converter

skill-wangwei1237-agent-skills-pdf-lowercase-skill · by wangwei1237

将 PDF 文件的内容转换为小写 (PDF to Lowercase)

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-wangwei1237-agent-skills-pdf-lowercase-skill

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Pdf Case Converter? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

PDF Case Converter Skill

Description

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

Instructions

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

  1. 检查文件路径:确认用户提供的输入文件路径存在。
  2. 构建输出路径:如果用户没有指定输出路径,默认在原文件名后加上 _lower 后缀(例如 input.pdf -> input_lower.pdf)。
  3. 执行脚本

在当前文件所在的目录下,使用 Bash 工具运行以下命令: ``bash python3 scripts/pdf_lowercase.py ``

  1. 验证结果:脚本执行完成后,检查输出文件是否生成成功,并向用户报告结果。

Examples

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

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.