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
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.
Run:
npx @deepseek-ai/dsh plugin --profile web add "github:Aidenwu0209/dsh-PaddleOCR-Skills#main"
npx @deepseek-ai/dsh web
Wait for the real local Web URL, open it, and confirm that Settings →
PaddleOCR is visible.
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.
1---2name: dsh-paddleocr-skills-setup3description: Install and configure the native PaddleOCR plugin for DeepSeek Harness (DSH) from the Settings → PaddleOCR GUI. Use for OCR and image-to-text from screenshots, scans, and PDFs; Chinese/CJK text; PDF-to-Markdown; structured document parsing with tables, formulas, layout, and reading order; or DSH endpoint, credential, GUI setup, verification, and troubleshooting.4license: MIT-05---67# Set up DSH PaddleOCR Skills89Install the native DeepSeek Harness bundle. Do not present it as an OpenClaw10code plugin; this setup skill guides installation into DSH.1112Use this setup skill when the request mentions **DeepSeek Harness**, **DSH**,13the **Settings → PaddleOCR** GUI, or tasks such as **图片转文字 / 截图识字 /14扫描件 OCR / PDF 转 Markdown / 表格提取 / 公式识别 / 版面分析**. The bundle15provides native tools for plain OCR and structured document parsing, plus GUI16fields for service endpoints, credentials, timeouts, `uv`, and result storage.1718## Install and launch19201. Check Node.js 22.19+, Python 3.9+, `npx`, and `uv`. Explain any missing21 prerequisite before using its official installer. Do not use `sudo` or22 change unrelated settings without permission.232. Run:2425 ```bash26 npx @deepseek-ai/dsh plugin --profile web add "github:Aidenwu0209/dsh-PaddleOCR-Skills#main"27 npx @deepseek-ai/dsh web28 ```29303. Wait for the real local Web URL, open it, and confirm that **Settings →31 PaddleOCR** is visible.324. Confirm the settings panel links to https://www.paddleocr.com, the API-token33 page, and official API documentation.3435## Configure safely3637- Ask the user for the HTTPS `/ocr` and `/layout-parsing` endpoints they need.38- Store the token through the DSH Credential field; never echo, log, or place it39 in ordinary settings or source files.40- Confirm `uv`, the selected endpoint, and credential status in the GUI.41- Do not claim success unless the plugin install succeeded, the Web URL42 responded, and the Settings panel was actually visible.4344Report prerequisite versions, commands, the Web URL, visible configuration45status, and any values still required from the user.