PDF ファイルをテキスト抽出して Markdown 形式に変換するスキルです。
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionpdf-readerExecute the skills CLI command in your project's root directory to begin installation:
Fetches pdf-reader from childbamboo/claude-code-marketplace-sample and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate pdf-reader. Access via /pdf-reader in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
0
upvotes
Run in your terminal
0
installs
0
this week
—
stars
PDF ファイルをテキスト抽出して Markdown 形式に変換するスキルです。
# WSL環境でPythonスクリプトを実行
wsl python3 scripts/read_pdf.py "/mnt/c/path/to/file.pdf"
pdfplumber パッケージが必要です:
wsl pip3 install pdfplumber
User: "C:\Users\keita\repos\guideline.pdf を読み込んで"
Assistant:
1. Windowsパスを WSL パスに変換: /mnt/c/Users/keita/repos/guideline.pdf
2. wsl python3 scripts/read_pdf.py を実行
3. 抽出されたテキストを Markdown 形式で表示
User: "ガイドライン.pdf を Markdown に変換して保存"
Assistant:
1. scripts/read_pdf.py でテキスト抽出
2. Markdown形式で構造化(ページごとに見出し、テーブルも含む)
3. Write ツールで ガイドライン.md に保存
4. 保存完了を報告
C:\ → /mnt/c/)wsl python3 scripts/read_pdf.py を実行# [PDFファイル名]
**Total Pages:** 10
---
## Page 1
[ページ1のテキスト内容]
### Tables
**Table 1:**
| 列1 | 列2 | 列3 |
| --- | --- | --- |
| データ1 | データ2 | データ3 |
---
## Page 2
[ページ2のテキスト内容]
---
Python スクリプトは scripts/read_pdf.py に配置されています。
主な機能:
使い方:
python scripts/read_pdf.py <file_path>
wsl pip3 install pdfplumber
# 日本語対応の確認
wsl locale
# UTF-8 が含まれていることを確認
大きな PDF ファイルの場合、ページごとに分割して処理することを検討してください。
Windows パスから WSL パスへの変換:
C:\Users\... → /mnt/c/Users/...D:\Projects\... → /mnt/d/Projects/...\ をスラッシュ / に変換スクリプトを修正して pdf.pages[0:5] のようにスライスを使用できます。
スクリプト内の extract_tables() 部分のみを使用します。
pytesseract と pdf2image を組み合わせて使用します(別スキルとして作成推奨)。
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
yejinlei/pdf-ocr-skill
yejinlei/pdf-ocr-skill
duc01226/easyplatform
steipete/clawdis
claude-office-skills/skills
alchaincyf/huashu-skills
pdf-reader has been reliable in day-to-day use. Documentation quality is above average for community skills.
I recommend pdf-reader for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Solid pick for teams standardizing on skills: pdf-reader is focused, and the summary matches what you get after install.
pdf-reader fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
pdf-reader has been reliable in day-to-day use. Documentation quality is above average for community skills.
I recommend pdf-reader for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Registry listing for pdf-reader matched our evaluation — installs cleanly and behaves as described in the markdown.
We added pdf-reader from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Keeps context tight: pdf-reader is the kind of skill you can hand to a new teammate without a long onboarding doc.
Useful defaults in pdf-reader — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
showing 1-10 of 28