بنقرة واحدة
pdf-extractor
Pull text out of bundled PDFs and write plain-text siblings.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Pull text out of bundled PDFs and write plain-text siblings.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.