Set up DSH Unlimited-OCR Skill
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 → Unlimited-OCR GUI, Baidu Cloud, SGLang, or tasks such
as 长文档 OCR / PDF、OFD、Office 转 Markdown / 多页扫描件 / 表格提取 /
公式识别 / 阅读顺序. The bundle adds a native parsing tool and GUI fields for
provider selection, credentials, endpoints, timeouts, local inference, 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-Unlimited-OCR-Skill#main"
npx @deepseek-ai/dsh web
Wait for the real local Web URL, open it, and confirm that Settings →
Unlimited-OCR is visible.
Confirm that the official model repository, cloud API, authentication, and
local-deployment links are visible and clickable.
Configure safely
- Ask the user to choose Baidu Cloud or a local/OpenAI-compatible service.
- Store API keys through DSH Credentials; never echo, log, or place them in
ordinary settings or source files.
- For local mode, allow loopback HTTP or remote HTTPS only.
- 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, provider status, and any
values still required from the user.
1---2name: dsh-unlimited-ocr-skill-setup3description: Install and configure the native Unlimited-OCR plugin for DeepSeek Harness (DSH) from its Settings GUI, using Baidu Cloud or a local SGLang/OpenAI-compatible service. Use for long-document OCR; PDF, OFD, Office, text, and scanned-image to Markdown; tables, formulas, and reading order; or DSH provider, credential, local inference, GUI setup, verification, and troubleshooting.4license: MIT-05---67# Set up DSH Unlimited-OCR Skill89Install 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 → Unlimited-OCR** GUI, **Baidu Cloud**, **SGLang**, or tasks such14as **长文档 OCR / PDF、OFD、Office 转 Markdown / 多页扫描件 / 表格提取 /15公式识别 / 阅读顺序**. The bundle adds a native parsing tool and GUI fields for16provider selection, credentials, endpoints, timeouts, local inference, and17result storage.1819## Install and launch20211. Check Node.js 22.19+, Python 3.9+, `npx`, and `uv`. Explain any missing22 prerequisite before using its official installer. Do not use `sudo` or23 change unrelated settings without permission.242. Run:2526 ```bash27 npx @deepseek-ai/dsh plugin --profile web add "github:Aidenwu0209/dsh-Unlimited-OCR-Skill#main"28 npx @deepseek-ai/dsh web29 ```30313. Wait for the real local Web URL, open it, and confirm that **Settings →32 Unlimited-OCR** is visible.334. Confirm that the official model repository, cloud API, authentication, and34 local-deployment links are visible and clickable.3536## Configure safely3738- Ask the user to choose Baidu Cloud or a local/OpenAI-compatible service.39- Store API keys through DSH Credentials; never echo, log, or place them in40 ordinary settings or source files.41- For local mode, allow loopback HTTP or remote HTTPS only.42- Do not claim success unless the plugin install succeeded, the Web URL43 responded, and the Settings panel was actually visible.4445Report prerequisite versions, commands, the Web URL, provider status, and any46values still required from the user.