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.

Screenshot Review — DSH Plugin for DeepSeek Harness
← Plugins
S

dsh-screenshot-review

Screenshot Review

Screenshot review dsh skill: the model takes screenshots, reviews them, modifies the code, and iteratively improves the frontend.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:wenyixiaoqingnian/screenshot-review#74305811d367ffc5af4986394f9c2140e49d4661
READMECompatibilityVersions

Compatibility and provenance

Screenshot Review is published as dsh-screenshot-review 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
any
Release source
github
Registry updated
8/29/2026

Versions

0.1.0stable
8/29/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
any
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/29/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

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)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

screenshot-review(截图审阅)

A DeepSeek Harness (dsh) skill that runs a screenshot review loop: the agent opens a frontend page, screenshots it, views the screenshot itself, revises the code, then re-screenshots — iterating until the page visually matches the user's requirements.

一个 dsh skill:让模型自己截图、自己看图、自己改代码,反复迭代直到前端效果符合要求。

闭环流程 (Loop)

改代码 → browser_navigate 刷新页面 → browser_screenshot 截图
   ↑                                          ↓
   └── 不满意,再改 ←── read_image 自己查看 ←──┘

安装 (Install)

方式一:dsh plugin add(推荐,自动注册 skill)

# 1. 安装浏览器截图插件(提供 browser_* 工具)
dsh plugin --profile <你的profile名> add dsh-browser

# 2. 安装本 skill 包(含 dsh.bundle,自动注册 skill)
dsh plugin --profile <你的profile名> add github:wenyixiaoqingnian/screenshot-review

方式二:克隆到 skills 目录

git clone https://github.com/wenyixiaoqingnian/screenshot-review.git \
  ~/.dsh/skills/screenshot-review

重启 dsh web(或重开对话)后,skill 自动生效。

使用 (Usage)

直接对模型说:

打开 http://localhost:3000 看看效果,帮我调好看一点,改完截图确认,反复改到满意为止

模型看到"看效果 / 截图审阅 / 改到满意"等表述时,会自动加载本 skill 走截图迭代闭环。

依赖 (Dependencies)

依赖说明
dsh-browser提供 browser_open / browser_navigate / browser_screenshot 等工具
支持图像输入的模型模型需能调用 read_image 自己查看截图(如 deepseek-v4-flash、GLM-4V 等)

配置 (Configuration)

字段默认说明
最大迭代轮数5每轮截图-评估-修改,收敛或达上限即停

License

MIT