DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Liulanqi — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
L

liulanqi

Liulanqi

DSH desktop plugin: Orca-style embedded browser and Design Mode (screenshot, inspect, insert into chat).

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:yueyexiayu/dsh-liulanqi#1ff0b05a165ab8923711dd3fcd3c30af61b10ed4
READMECompatibilityVersions

Compatibility and provenance

Liulanqi is published as liulanqi and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/18/2026

Versions

0.1.0stable
9/18/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
Not declared
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/18/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

liulanqi

当前项目是深度适配个人使用,项目只是给大家提供思路和借鉴,尽量不要直接照搬。

把 Orca 里最有用的浏览器能力接到 DeepSeek Harness:右侧栏「开始」页增加 浏览器 入口(与工作区文件、新建终端并列),用本机 Chrome 无头打开网页、截图、点选元素(设计模式),把 HTML / CSS / 裁剪截图写入工作区并插入当前对话。

DSH 插件不能嵌入一整颗 Electron Chromium,所以页面以截图显示;设计模式点击的是截图上的坐标,由 Chrome DevTools 在真实 DOM 上取元素。

安装

插件目录:$DSH_HOME/plugins/liulanqi。在 $DSH_HOME/profiles/desktop/cordis.patch.yml 加入:

- insert:
    - id: liulanqi
      name: ../../plugins/liulanqi/lib/index.js

完全退出 DeepSeek Harness(macOS:⌘Q)再打开。展开右侧栏,在「开始」里会出现 浏览器。

需要本机已安装 Google Chrome / Chromium / Edge。可用 LIULANQI_CHROME 指定可执行文件。

用法

  1. 打开会话,展开右侧栏,在开始页点 浏览器
  2. 输入网址,回车或点 打开
  3. 点 设计模式,再点截图上的按钮、文字、输入框
  4. 右侧查看 selector / HTML / CSS / 元素截图
  5. 在右侧写下要对这个元素做什么,点 加入对话:写入 .dsh-browser/inspect.md(含你的说明)和 element.png,并插入输入框;再在对话里发送
  6. 填入页面 才会把文字打进网页,不会发给 agent
  7. 关闭设计模式后,点击截图相当于在页面上 click
  8. 工具栏 − / 百分比 / + 缩放页面;⌘/Ctrl + 滚轮、⌘/Ctrl + +/-/0 同样有效

Agent 读到的是工作区里的抓取文件,不是一个活的内嵌浏览器。

说明

  • 只允许 http / https
  • Chrome 用户数据在 $DSH_HOME/cache/liulanqi-chrome
  • 无工作区的会话仍可浏览;加入对话会改成插入文本
  • 不包含 Orca 的 cookie 导入、标签组、screencast、SSH 浏览器

开发

/usr/local/bin/node --check lib/index.js lib/client.js lib/parse.js lib/chrome.js
/usr/local/bin/node --test