con un clic
pdf-extractor
Pull text out of bundled PDFs and write plain-text siblings.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Pull text out of bundled PDFs and write plain-text siblings.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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.
Basado en la clasificación ocupacional SOC
| 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.