插件目录 / Developer / dsh-jmcomic
dsh-jmcomic
未验证 lywusichen
功能简介
DeepSeek Harness 插件:JMComic 搜索下载、本地漫画库、窗内阅读器,内置源码离线可用。
未验证 — 尚未实测
DeepSeek Harness 插件:JMComic 搜索下载、本地漫画库、窗内阅读器,内置源码离线可用。 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dsh-jmcomic
English · 简体中文
A DeepSeek Harness plugin. Adds a comic button in the sidebar to search & download manga from JMComic (18comic), browse your local library, and read inside a window.
Features
- Sidebar comic button (above the skills button)
- Small panel: search by ID or title and download; once a local folder is bound, shows the 2–3 most recent covers, click one to start reading
- Large modal: grid of every comic in the local folder, click in to see the chapter list
- Reader window: drag any edge/corner to resize, drag the top bar to move; size and position are remembered
- Reopening a comic jumps back to the chapter and page you last read
- Reader footer shows current page / total, with an input to jump to any page
- Hover a card to reveal a delete button (only albums inside the base folder; root and system directories are protected)
- "downloading …" banner while downloads run
- Settings → jmcomic Settings to change the default folder and Python path
- One-time hint on first run if the environment is incomplete, with a link to the upstream project
Screenshots



Offline
The plugin bundles jmcomic 2.7.3 source, commonX, the jmcomic-ai package and the reader frontend (in vendor/), so it works without installing the jmcomic PyPI package. Missing binary deps degrade automatically:
| Missing | Behavior |
|---|---|
| curl_cffi | falls back to requests |
| Pillow | no image decode; files download but can't be previewed |
| pycryptodome | prompts to install |
Install
dsh plugin --profile web add github:lywusichen/dsh-jmcomic
Build
npm install # esbuild
npm run build # generates lib/client.js and lib/server.cjs
Configuration
- Settings file:
~/.dsh/plugins/dsh-jmcomic/settings.json(Windows) - Downloads use the api client directly, directory rule
Bd/{Atitle}/第{Pindex}話, low concurrency (image 3 / photo 1)
Disclaimer
The download engine, reader frontend and some helper scripts come from hect0x7's projects, vendored under vendor/:
- JMComic-Crawler-Python — download engine
- jm-view-server — reader frontend
- jmcomic-ai — helper scripts
Copyright belongs to their respective authors.
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-jmcomic」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:lywusichen/dsh-jmcomic Headless(CLI)profile:
dsh plugin --profile headless add github:lywusichen/dsh-jmcomic 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。