ui-sweep
v0.2.0中文版:SOP 截图前/改完一批 UI 后,把全站可交互元素系统性点一遍——agent-browser(Rust CLI,自带 Chrome,a11y 快照)驱动 + 通用化遍历引擎(config 外置、默认拦截名单只增不减、八分类记账 + 可选孤儿功能对账:代码清单 vs 遍历实际到达,查「功能实现了但前端没入口/入口打不通」)。安全边界:破坏性按钮只记不点、confirm/prompt 一律驳回、出域双层防护(--allowed-domains 限显式导航 + 引擎逐击域名校验,出域即拉回),只用于自家或已获授权的站点。
By Tony Jiang2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 20, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install ui-sweep for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ui-sweep@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/7bata/claude-workflow-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ui-sweep/.
Plugin files
├── .claude-plugin/plugin.json└── skills/ui-sweep/SKILL.md
Included Skills1
在 SOP 截图前把全站可交互元素系统性点一遍、改完一批 UI 后做回归扫描、用户说“把所有按钮点一遍”、或需要一次交互冒烟测试时触发。用 agent-browser 驱动 + 通用化遍历引擎,逐屏逐元素点击观察并八分类记账,产出 JSONL 台账、每屏截图与报告。
Plugin manifests1
{
"name": "ui-sweep",
"version": "0.2.0",
"description": "中文版:SOP 截图前/改完一批 UI 后,把全站可交互元素系统性点一遍——agent-browser(Rust CLI,自带 Chrome,a11y 快照)驱动 + 通用化遍历引擎(config 外置、默认拦截名单只增不减、八分类记账 + 可选孤儿功能对账:代码清单 vs 遍历实际到达,查「功能实现了但前端没入口/入口打不通」)。安全边界:破坏性按钮只记不点、confirm/prompt 一律驳回、出域双层防护(--allowed-domains 限显式导航 + 引擎逐击域名校验,出域即拉回),只用于自家或已获授权的站点。",
"author": {
"name": "Tony Jiang"
},
"homepage": "https://github.com/7bata/claude-workflow-kit",
"keywords": [
"claude-code",
"ui-testing",
"agent-browser",
"regression-sweep",
"skills"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[ui-sweep on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ui-sweep)