Agent Skills
› terrense/LilBot-agent
› pdf
用于处理PDF文件的技能,支持读取、提取文本、拆分、合并、旋转、加水印、填写表单、OCR识别及创建PDF。操作前检查文件状态,编辑时保留原文件并输出新路径,验证结果并在依赖缺失时提供解决方案。
Trigger Scenarios
需要阅读或提取PDF内容
需要对PDF进行拆分、合并或格式转换
需要向PDF添加水印或填写表单
需要对扫描版PDF进行OCR文字识别
Install
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}}
Version History
- ac8228e Current 2026-07-05 10:50


