DeepSeek Harness Plugin

173787247/dsh-wsl-media

Stars ★ 1 Category WSL & Windows Interop Added 2026-09-24

Local media/doc pipeline: ffprobe, extract, thumbnail, PDF, ASR, pandoc, OCR, exif.

Install

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:173787247/dsh-wsl-media

Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time — pnpm blocks those until you allow them, so an install can stop with ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED or ERR_PNPM_IGNORED_BUILDS; dsh prints the exact key to add under allowBuilds in your profile’s pnpm-workspace.yaml, and the install works on the next run. Allowing a build is a trust decision: only install sources you trust, and pin a commit (github:owner/repo#sha).

README

Languages: 中文(首页) · English (this file)

Local media/doc pipeline: probe, extract, thumbnail, PDF, ASR, pandoc, OCR, exif.

Version 0.2.0
Kit Optional companion to dsh-wsl-kit; not in install.sh

Install

dsh plugin --profile web add github:173787247/dsh-wsl-media

Batch link (optional): bash dsh-wsl-kit/scripts/link-linux-plugins.sh

Tools

Tool Role
media_status CLI probe
media_probe ffprobe
media_extract_audio extract audio
media_thumbnail thumbnail
media_pdf_text PDF text
media_asr whisper ASR
media_pandoc pandoc convert
media_ocr tesseract OCR
media_exif exiftool

Config

allowRoots / timeoutMs / maxPdfChars

Paths must stay under allowRoots (home, /tmp, /mnt/c|d by default).

License

MIT

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →

Community comments

Comments are public GitHub Discussions. Loading them connects to GitHub and Giscus; a GitHub account is required to post.