dsh-paddleocr-skills-setup

dsh-paddleocr-skills-setup is a skill for Claude Code, Codex from Aidenwu0209/dsh-PaddleOCR-Skills. It costs 88 tokens per session (599 once invoked), scanned A, original, Apache-2.0.

A setup guide for installing and configuring PaddleOCR in DeepSeek Harness, a tool environment for running these document-processing features. PaddleOCR reads text and document structure from images and PDFs.

In plain words
What is it for?
Use it to install the DSH PaddleOCR bundle and configure endpoints, credentials, timeouts, and result storage for OCR or structured document parsing.
Why use it?
It explains how to make OCR available for scans, screenshots, Chinese or other CJK text, tables, formulas, and page layouts. It also covers the required settings and service connections.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to install the DSH PaddleOCR bundle and configure endpoints, credentials, timeouts, and result storage for OCR or structured document parsing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aidenwu0209/dsh-paddleocr-skills/dsh-paddleocr-skills-setup
Install

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.

Any agent
npx skills add Aidenwu0209/dsh-PaddleOCR-Skills --skill dsh-paddleocr-skills-setup
Clone the repo
git clone --depth 1 https://github.com/Aidenwu0209/dsh-PaddleOCR-Skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for dsh-paddleocr-skills-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/aidenwu0209/dsh-paddleocr-skills/dsh-paddleocr-skills-setup/github.svg)](https://agentmods.dev/skills/aidenwu0209/dsh-paddleocr-skills/dsh-paddleocr-skills-setup)
Your own site
<a href="https://agentmods.dev/skills/aidenwu0209/dsh-paddleocr-skills/dsh-paddleocr-skills-setup"><img src="https://agentmods.dev/badge/skills/aidenwu0209/dsh-paddleocr-skills/dsh-paddleocr-skills-setup/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.

agentmods 80×15 button for dsh-paddleocr-skills-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/aidenwu0209/dsh-paddleocr-skills/dsh-paddleocr-skills-setup"><img src="https://agentmods.dev/badge/skills/aidenwu0209/dsh-paddleocr-skills/dsh-paddleocr-skills-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 599 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00088 $0.00599
Opus 5 $0.00044 $0.00300
Sonnet 5 $0.00018 $0.00120
Haiku 4.5 $0.00009 $0.00060

Measured 12d ago against content hash 66d297db429a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

dsh-paddleocr-skills-setup scanned grade A with 0 findings 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 12d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.clawhub/skills/dsh-paddleocr-skills-setup/SKILL.md · 54 lines

What it actually says

Set up DSH PaddleOCR Skills

Install the native DeepSeek Harness bundle. Do not present it as an OpenClaw code plugin; this setup skill guides installation into DSH.

Use this setup skill when the request mentions DeepSeek Harness, DSH, the Settings → PaddleOCR GUI, or tasks such as 图片转文字 / 截图识字 / 扫描件 OCR / PDF 转 Markdown / 表格提取 / 公式识别 / 版面分析. The bundle provides native tools for plain OCR and structured document parsing, plus GUI fields for service endpoints, credentials, timeouts, uv, and result storage.

Install and launch

  1. Check Node.js 22.19+, Python 3.9+, npx, and uv. Explain any missing prerequisite before using its official installer. Do not use sudo or change unrelated settings without permission.

  2. Run:

    npx @deepseek-ai/dsh plugin --profile web add "github:Aidenwu0209/dsh-PaddleOCR-Skills#main"
    npx @deepseek-ai/dsh web
    
  3. Wait for the real local Web URL, open it, and confirm that Settings → PaddleOCR is visible.

  4. Confirm the settings panel links to https://www.paddleocr.com, the API-token page, and official API documentation.

Configure safely

  • Ask the user for the HTTPS /ocr and /layout-parsing endpoints they need.
  • Store the token through the DSH Credential field; never echo, log, or place it in ordinary settings or source files.
  • Confirm uv, the selected endpoint, and credential status in the GUI.
  • Do not claim success unless the plugin install succeeded, the Web URL responded, and the Settings panel was actually visible.

Report prerequisite versions, commands, the Web URL, visible configuration status, and any values still required from the user.

Files

What ships with it

1 file 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.

Changes

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.

  1. 12d ago First seen · 54 lines · 88 tokens per session scan A 66d297db429a

Subscribe to this mod's changes

dsh-paddleocr-skills-setup is a skill published in the GitHub repository Aidenwu0209/dsh-PaddleOCR-Skills (3 stars, last pushed 9d ago), licensed Apache-2.0. It adds 88 tokens to every session and 599 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

pdf-image-text-extractor

A tool for reading text from images and PDF files, including scanned documents. OCR means recognizing printed or handwritten characters in an image and turning them into editable text.

redfox-data/redfox-community-dsh · 179 tokens

nutrient-document-processing

Process, convert, OCR, extract, redact, sign, and fill documents using the Nutrient DWS API. Works with PDFs, DOCX, XLSX, PPTX, HTML, and images. Use when converting, OCRing, extracting from, redacting, signing, or filling documents via the Nutrient DWS API.

gongyijie85/dsh-ecc · 73 tokens

yao-ocr

OCR text recognition expert. ALWAYS invoke this skill when you need to extract text from images or PDFs — including invoices, receipts, ID cards, bank cards, business licenses, tables, handwritten documents, or any visual text content.

YaoApp/yao · 50 tokens

youtube-digest

A transcript extractor for YouTube videos. It reads available subtitles or automatically generated captions, can translate non-Chinese captions into Chinese, and can export the text to Excel, a spreadsheet application.

redfox-data/redfox-community-dsh · 127 tokens

dsh-cowork

Read and write office documents and Jupyter notebooks (xlsx, pdf, docx, pptx, ipynb) with bounded windows and stable cell/slide addresses.

Jesse-njx/dsh-cowork · 40 tokens

dsh-office-artifacts

Create, repair, transform, or verify XLSX, DOCX, PPTX, and PDF deliverables with format-aware tools and reopen or render checks.

hackerFish/awesome-dsh-skills · 37 tokens