DeepSeek Harness plugin

dsh-jmcomic

DeepSeek Harness plugin: a "comic" trigger in the sidebar foot that opens search/download, an importable local library, and an in-modal manga reader. Bundles the jmcomic source so it works without

Jump to install

Source facts

Repository
lywusichen/dsh-jmcomic
Latest update
Aug 21, 2026
Category
Docs & Rendering
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/lywusichen/dsh-jmcomic
Plugin: dsh-jmcomic
Author: lywusichen

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

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 → Plugins → Plugin Configuration → jmcomic card 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

![Sidebar comic trigger](assets/comic-trigger.png)

![Small panel: search + local covers](assets/comic-pop.png)

![Large modal: local library grid](assets/comic-library.png)

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:

MissingBehavior
curl_cffifalls back to requests
Pillowno image decode; files download but can't be previewed
pycryptodomeprompts 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/:

Copyright belongs to their respective authors.