Agent Skills
› terrense/LilBot-agent
› pdf
用于处理PDF文件,支持读取、提取、拆分、合并、旋转、加水印、填表、OCR及创建等操作。流程包括检查文件属性、先提取文本再总结、保留原文件并输出新路径、验证结果,以及提供缺失依赖的解决命令。
触发场景
需要读取或提取PDF内容
需要对PDF进行编辑(如合并、拆分、水印)
需要对扫描版PDF进行OCR识别
需要生成或填写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


