2026-01-21 18:06:34 +08:00

25 lines
432 B
Markdown

---
name: pdf-tools
description: Extract and convert PDF documents using Python scripts
version: 1.0.0
allowed-tools:
- Bash
- Read
- Write
---
# PDF Tools Skill
This skill provides tools for extracting text and metadata from PDF documents and converting them to different formats.
## Available Scripts
### extract.py
see [extract](extract.md)
### convert.sh
see [convert](convert.md)
### parse.py
see [parse](parse.md)