Agent Skills
› terrense/LilBot-agent
› pdf
提供PDF文件的读取、文本提取、拆分、合并、旋转、加水印、表单填写、OCR识别及创建等功能。遵循检查文件状态、先提取后总结、保留原文件并输出新路径等规范流程,确保转换结果准确。
触发场景
用户需要处理PDF文件内容
用户请求对PDF进行编辑或格式转换
安装
npx skills add terrense/LilBot-agent --skill pdf -g -y
SKILL.md
Frontmatter
{
"mode": "inline",
"name": "pdf",
"description": "Read, extract, split, merge, rotate, watermark, fill, OCR, or create PDF files."
}
Use this skill for PDF work.
Procedure:
- Inspect file existence, size, and page count when possible.
- Extract text before summarizing.
- For edits, keep the original file and write a new output path.
- Verify output page count and text extraction after conversion.
- If OCR or PDF libraries are unavailable, state the missing dependency and provide the exact next command the user can run.
User task: {{args}}
版本历史
- ac8228e 当前 2026-07-05 10:50


