Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add joonlab/joonlab-claudecode-setting-for-share --skill deepseek-ocrgit clone --depth 1 https://github.com/joonlab/joonlab-claudecode-setting-for-shareWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/joonlab/joonlab-claudecode-setting-for-share/deepseek-ocr)<a href="https://agentmods.dev/skills/joonlab/joonlab-claudecode-setting-for-share/deepseek-ocr"><img src="https://agentmods.dev/badge/skills/joonlab/joonlab-claudecode-setting-for-share/deepseek-ocr/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/joonlab/joonlab-claudecode-setting-for-share/deepseek-ocr"><img src="https://agentmods.dev/badge/skills/joonlab/joonlab-claudecode-setting-for-share/deepseek-ocr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00120 | $0.02071 |
| Opus 5 | $0.00060 | $0.01035 |
| Sonnet 5 | $0.00024 | $0.00414 |
| Haiku 4.5 | $0.00012 | $0.00207 |
Grade A, and why
deepseek-ocr scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
process = subprocess.Popen( How it starts
The opening of the file, as written. The whole thing — 302 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DeepSeek OCR
Overview
Extract text from images and PDFs using the DeepSeek-OCR-8bit model optimized for Apple Silicon. Process single or multiple files at once, with results automatically saved to the Downloads folder as {filename}_OCR.txt.
Supported formats: PNG, JPG, WEBP, BMP, GIF, TIFF, PDF
When to Use This Skill
Use this skill ONLY when the user explicitly mentions DeepSeek in their request:
- "딥식 OCR 해줘"
- "Deepseek으로 이미지 읽어줘"
- "DeepSeek OCR 돌려줘"
- "딥시크로 텍스트 추출해줘"
- "이 이미지 딥식으로 OCR"
DO NOT use this skill for general OCR requests like:
- ❌ "Extract text from this image"
- ❌ "Run OCR on these images"
- ❌ "Read the text from this PNG"
- ❌ "이미지 텍스트 추출해줘"
The user must specifically request DeepSeek/딥식 for this skill to activate.
Quick Start
Command Line Usage
Run the OCR processor directly from the terminal:
~/.claude/skills/deepseek-ocr/scripts/run_ocr.sh
The script will prompt for image paths. Paste one or more paths (separated by newlines or spaces), then press Enter twice to start processing.
Python Usage
Run the Python script directly:
python3 ~/.claude/skills/deepseek-ocr/scripts/ocr_images.py
How It Works
- Input: User provides one or more image/PDF file paths
- Validation: Checks that files exist and are valid formats
- Processing:
- Images: Direct OCR on the image
- PDFs: Converts each page to image, then runs OCR on all pages
- Output:
- Images: One TXT file per image
- PDFs: One TXT file with all pages (marked as [Page 1], [Page 2], etc.)
Supported Formats
Images:
- PNG, JPG/JPEG, WEBP, BMP, GIF, TIFF
Documents:
- PDF (all pages processed automatically)
Usage Examples
Example 1: Single Image
User provides:
~/Desktop/document.png
Result:
- File saved:
~/Downloads/document_OCR.txt
Example 2: Multiple Images (Newline Separated)
User provides:
~/Desktop/page1.png
~/Desktop/page2.png
~/Desktop/page3.png
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 302 lines · 120 tokens per session scan A 0bd908f6ba96
deepseek-ocr is a skill published in the GitHub repository joonlab/joonlab-claudecode-setting-for-share (10 stars, last pushed 1mo ago), licensed MIT. It adds 120 tokens to every session and 2,071 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
pydicom
Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
pdf-extract-create-workflow
Complete PDF lifecycle: download, extract, and generate structured documents with reportlab.
document-direct-python
Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports.
pdf-text-extraction-fallback-85d5ca
Fallback workflow for extracting text from PDFs when readfile returns binary data.