Agent Skills
› terrense/LilBot-agent
› pdf
提供PDF文件的读取、提取、拆分、合并、旋转、加水印、填写、OCR识别及创建等功能。支持检查文件属性、提取文本、保留原文件并生成新输出,以及处理依赖缺失情况。
Trigger Scenarios
需要处理PDF文件内容或结构时
执行PDF格式转换或编辑操作时
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


