web-monkey-qa
v0.2.0Product-agnostic AI exploratory monkey testing for Claude Code. Wanders a web app with weighted-random actions to surface what humans would notice (console errors, unhandled rejections, 4xx/5xx, error boundaries, layout overflow, broken images, dead-end navigation). Profile-YAML driven with two-layer safety (dispatcher forces production to anonymous read-only + compiles a denylist; explorer matches every action against the denylist at runtime). Markdown + schema only, no hooks/mcpServers (local-first, zero auto-run code).
By Hidari0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 25, 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 web-monkey-qa for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install web-monkey-qa@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/hidari/agentic-coding-toolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/web-monkey-qa/.
Plugin files
├── .claude-plugin/plugin.json└── SKILL.md
Included Skills1
Web アプリを重み付きランダム操作で探索し、コンソールエラーや HTTP 4xx/5xx、レイアウト崩れ、行き止まり遷移などを検出する monkey test バンドルの入口。実行は `/monkey-qa` を呼ぶ。
Plugin manifests1
{
"name": "web-monkey-qa",
"version": "0.2.0",
"description": "Product-agnostic AI exploratory monkey testing for Claude Code. Wanders a web app with weighted-random actions to surface what humans would notice (console errors, unhandled rejections, 4xx/5xx, error boundaries, layout overflow, broken images, dead-end navigation). Profile-YAML driven with two-layer safety (dispatcher forces production to anonymous read-only + compiles a denylist; explorer matches every action against the denylist at runtime). Markdown + schema only, no hooks/mcpServers (local-first, zero auto-run code).",
"author": {
"name": "Hidari"
}
}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.
[web-monkey-qa on Agent Plugins Marketplace](https://pluginsmp.com/plugins/web-monkey-qa)