一键导入
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.