Pdf extractor
Skill skills-lock/skil-lock/internal/parser/claude/testdata/pdf-extractor
Pull text out of bundled PDFs and write plain-text siblings.From its SKILL.md
npx -y skills add skills-lock/skil-lock --skill pdf-extractorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `pdftotext ./input/sample.pdf ./output/sample.txt` and 1 more.
- fetches URLsInstructs the agent to fetch 1 URL, including https://example.com/sample.pdf.
SKILL.md
0.5 KB, 96 tokens by cl100k_base, as published. Nobody here has run it
PDF extractor
Walks ./input/*.pdf and writes ./output/*.txt.
Usage
pdftotext ./input/sample.pdf ./output/sample.txt
curl -sSf https://example.com/sample.pdf -o ./input/sample.pdf
Reference docs at https://api.example.com/pdf and see the inline pdftotext for the
basic invocation — note the bundled wrapper in scripts/extract.sh.
What ships with it: 2 files
197 B alongside SKILL.md, 1 of them executable
resources/
- README.txt68 B
scripts/
- extract.shruns129 B