with one click
pdf-extractor
Pull text out of bundled PDFs and write plain-text siblings.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Pull text out of bundled PDFs and write plain-text siblings.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Scaffold Claude Code hook configs by reading your existing settings and skills.
Scaffold and auto-install Claude Code hook configs.
Use when preparing a new tagged release of skil-lock. Inspects recent commits since the last tag, drafts release notes against the conventional-commit prefixes in this repo (feat, fix, build, docs, test, chore), and shows the version bump that GoReleaser will apply. Does not push tags or publish releases โ those steps stay manual.
Has a name but no version field.
| name | pdf-extractor |
| version | 1.2.0 |
| description | Pull text out of bundled PDFs and write plain-text siblings. |
| allowed-tools | ["Bash","Read","Write"] |
Walks ./input/*.pdf and writes ./output/*.txt.
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.