lywusichen / dsh-jmcomic

已收录

DeepSeek Harness 插件:JMComic 搜索下载、本地漫画库、窗内阅读器,内置源码离线可用。

main其他 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:lywusichen/dsh-jmcomic

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 e376000同步于 2026年8月17日

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

Small panel: search + local covers

Large modal: local library grid

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.

仓库信息

开发语言
JavaScript
许可证
MIT
最新发布
v1.0.0
最后更新
2026年8月17日 05:39

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。