Agent Plugins Marketplace
All plugins

ui-sweep-en

v0.2.0

English version: before SOP screenshots or after a batch of UI changes, systematically click every interactive element on the site — driven by agent-browser (Rust CLI, bundled Chrome, a11y snapshots) plus a generalized traversal engine (externalized config, an append-only default denylist, eight-category ledger, plus an optional orphan-feature audit: code inventory vs what the sweep actually reached, finding features with no UI entry point or a broken one). Safety boundary: destructive buttons are logged, never clicked; confirm/prompt dialogs are always dismissed; two-layer domain guard (--allowed-domains for explicit navigation + per-click hostname check, off-domain clicks pulled back on the spot); only for sites you own or are authorized to test.

Claude Code1 Skill

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-en for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ui-sweep-en@agent-plugin-marketplace

Paste 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-kit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/ui-sweep-en/.

Plugin files

plugins/ui-sweep-en/
├── .claude-plugin/plugin.json
└── skills/ui-sweep/SKILL.md

Included Skills1

ui-sweepskills/ui-sweep/SKILL.md

Triggers before SOP screenshots to systematically click every interactive element on the site, as a regression sweep after a batch of UI changes, when the user says "click through all the buttons", or whenever an interaction smoke test is needed. Driven by agent-browser plus a generalized traversal engine: click and observe every element on every screen, log to an eight-category ledger, and emit a JSONL ledger, a per-screen screenshot, and a report.

Plugin manifests1

plugins/ui-sweep-en/.claude-plugin/plugin.json
{
  "name": "ui-sweep-en",
  "version": "0.2.0",
  "description": "English version: before SOP screenshots or after a batch of UI changes, systematically click every interactive element on the site — driven by agent-browser (Rust CLI, bundled Chrome, a11y snapshots) plus a generalized traversal engine (externalized config, an append-only default denylist, eight-category ledger, plus an optional orphan-feature audit: code inventory vs what the sweep actually reached, finding features with no UI entry point or a broken one). Safety boundary: destructive buttons are logged, never clicked; confirm/prompt dialogs are always dismissed; two-layer domain guard (--allowed-domains for explicit navigation + per-click hostname check, off-domain clicks pulled back on the spot); only for sites you own or are authorized to test.",
  "author": {
    "name": "Tony Jiang"
  },
  "homepage": "https://github.com/7bata/claude-workflow-kit",
  "keywords": [
    "claude-code",
    "ui-testing",
    "agent-browser",
    "regression-sweep",
    "skills"
  ]
}

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-en on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ui-sweep-en)