bymax-web-verify
v1.2.1Real-browser verification and assisted UI testing for web apps. /bymax-web-verify:test brings the full stack up — reuses a running backend instance or starts one, opens the frontend in the Claude Desktop Browser pane (preview) — and walks a UI flow step by step while the user watches, verifying via page state, console, network (2xx gate), and server logs; falls back to the agent-browser CLI in a terminal. /bymax-web-verify:verify drives a real browser to confirm a single change works. /bymax-web-verify:setup installs the agent-browser CLI + Chrome for Testing in one shot. A SessionStart hook detects a missing CLI and offers to install it. Depends on `agent-browser` but never bundles it. /bymax-web-verify:record captures a UI flow as reviewable video evidence: the project's own Playwright with video forced on for one isolated run, human pacing (slowMo with a resized timeout), ffmpeg lead-in trim with a verified first frame, an ffprobe pacing gate, optional --mp4, and a plain-text walkthrough derived from the spec that ran.
By Bymax OneLicense: MIT0 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 22, 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 bymax-web-verify for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install bymax-web-verify@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/bymaxone/bymax-agent-kitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bymax-web-verify/.
Plugin files
└── .claude-plugin/plugin.json
Plugin manifests1
{
"name": "bymax-web-verify",
"description": "Real-browser verification and assisted UI testing for web apps. /bymax-web-verify:test brings the full stack up — reuses a running backend instance or starts one, opens the frontend in the Claude Desktop Browser pane (preview) — and walks a UI flow step by step while the user watches, verifying via page state, console, network (2xx gate), and server logs; falls back to the agent-browser CLI in a terminal. /bymax-web-verify:verify drives a real browser to confirm a single change works. /bymax-web-verify:setup installs the agent-browser CLI + Chrome for Testing in one shot. A SessionStart hook detects a missing CLI and offers to install it. Depends on `agent-browser` but never bundles it. /bymax-web-verify:record captures a UI flow as reviewable video evidence: the project's own Playwright with video forced on for one isolated run, human pacing (slowMo with a resized timeout), ffmpeg lead-in trim with a verified first frame, an ffprobe pacing gate, optional --mp4, and a plain-text walkthrough derived from the spec that ran.",
"version": "1.2.1",
"author": {
"name": "Bymax One",
"email": "[email protected]",
"url": "https://github.com/bymaxone"
},
"license": "MIT",
"homepage": "https://github.com/bymaxone/bymax-agent-kit/tree/main/plugins/bymax-web-verify",
"keywords": [
"browser",
"automation",
"agent-browser",
"e2e",
"verification",
"qa",
"playwright-alternative",
"web"
]
}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.
[bymax-web-verify on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bymax-web-verify)