DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Jmcomic — DeepSeek Harness 插件(DSH Plugin)
← Plugins
J

dsh-jmcomic

Jmcomic

DeepSeek Harness 插件:在侧边栏底部提供一个“comic”触发器,可打开搜索/下载功能;支持导入本地漫画库,并内置模态框内漫画阅读器。捆绑 jmcomic 源代码,因此无需安装 jmcomic PyPI 软件包即可运行。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:lywusichen/dsh-jmcomic#edf31cb00615e056e7568b131c5b40d164258b53
README兼容性版本

兼容性与来源证明

Jmcomic 以 dsh-jmcomic 发布,当前版本为 1.0.4。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/10

版本

1.0.4stable
2026/9/10
1.0.3stable
2026/8/23
1.0.2stable
2026/8/22

相关插件

正在加载相关插件…

最新版
1.0.4
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 3
周下载
0
最近提交
2026/9/10
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

dsh-jmcomic

English | 简体中文

A DeepSeek Harness plugin. Adds a comic button to the sidebar: search and download from JMComic (18comic), browse a local library, and read inside a window without leaving DSH.

The plugin bundles the download engine and the reader frontend, so it works without installing the jmcomic PyPI package.

Compatibility

Tested on DSH 0.1.5-rc.1 (web profile). Also runs on 0.1.2-rc.1 — those two releases are what dsh.engines.dsh in package.json declares, so a host or plugin manager can read the same range without parsing this file.

Uses the sidebar.footer.action and settings.section slots, the host's workspaces.pickDirectory, and webServer.register for its local routes. The DSH core is not modified.

Install

  1. Add the plugin:

    dsh plugin --profile web add github:lywusichen/dsh-jmcomic
    
  2. Restart DSH.

  3. A comic button appears in the sidebar foot, above the skills button. On first use it asks for a local library folder; set the Python path in Settings → jmcomic Settings if it is not detected.

What it does

  • Small panel — search by album ID or title and download. Once a local folder is bound, the panel shows the two or three most recent covers; click one to start reading.
  • Library window — a grid of everything in the local folder. Click a cover to see its chapter list.
  • Reader — drag any edge or corner to resize, drag the title bar to move. Size and position are remembered. Reopening an album returns to the chapter and page you were last on, and the footer has a page jump box.
  • Hover a card to reveal a delete button. Only albums inside the base folder can be deleted; the root and system directories are protected.
  • A downloading banner appears at the top while a download runs.

Screenshots

Sidebar comic trigger

Small panel: search and local covers

Library window

Offline operation

The plugin ships four things under vendor/, so a machine with only DSH and Python can run it:

  • jmcomic 2.7.3 source — the download engine
  • commonX — the engine's support package
  • jmcomic-ai — helper scripts
  • the reader frontend

Missing binary dependencies degrade instead of failing:

MissingBehavior
curl_cffifalls back to requests
Pillowno image decoding; files download but cannot be previewed
pycryptodomeprompts to install it

Known limitations

  • Python is required. The plugin calls a Python bridge; it does not reimplement the download engine in JavaScript.
  • Downloads talk to JMComic's mobile API domain directly, so no proxy or Cloudflare workaround is needed. If that domain is blocked on your network, the plugin has no fallback.
  • The plugin does not manage your library for you: it downloads into the folder you bind and reads what is there.

Build

npm install   # esbuild
npm run build # generates lib/client.js and lib/server.cjs

Commit both artifacts. Git-hosted installs consume them directly.

Configuration

  • Settings file: ~/.dsh/plugins/dsh-jmcomic/settings.json (Windows)
  • Directory rule: Bd/{Atitle}/第{Pindex}話
  • Concurrency is kept low on purpose: 3 for images, 1 for photo albums.

Credits

The download engine, the 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.

License

MIT

相关插件

继续浏览 search-research 分类下经过校验的插件。

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-plugin向模型提供 BrowserSkill 浏览器自动化(browser_* 工具)的 DeepSeek Harness 工具插件Weknora@wxg-prc-cpg/dsh-weknora适用于 DeepSeek Harness (dsh) 的 WeKnora 知识检索工具:通过自有知识库进行语义搜索、文档阅读以及 RAG/代理回答。Free Searchdsh-free-searchDeepSeek Harness 的免费网页搜索:13 个引擎(Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl 无需密钥;Parallel/Perplexity/SerpBase/DeepSeek 需要密钥),支持时间筛选、平台搜索和 web_fetch,并提供网页设置界面。Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。