Agent Plugins Marketplace
← All plugins

gomore-qa-master

v0.9.8

AI 測試大師 — QA testing agent skill. Drives gomore-qa-master's 19-tool MCP surface (pytest / Jest / Cypress / Maestro / Schemathesis / Newman) plus the v0.7 AI Visual Challenge Solver and v0.8 OWASP API Security scanner. Auto-activates from prompts like 'run my tests', 'why did this test fail', 'generate tests for this URL', 'scan this API for OWASP issues'.

CodexClaude Code1 Skill

By Jack KaoLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 26, 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 gomore-qa-master for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add gomore-qa-master@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/stonebomdic/GoMore-QA-Master

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

gomore-qa-master/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/gomore-qa-master/SKILL.md

Included Skills1

gomore-qa-masterskills/gomore-qa-master/SKILL.md

Run, generate, debug, and improve software tests through gomore-qa-master's MCP tools (pytest / Playwright / Jest / Cypress / Maestro / Schemathesis / Newman) and its v0.7 AI Visual Challenge Solver (reCAPTCHA / hCaptcha) and v0.8 OWASP API Security Top 10 scanner. Use when the user asks to run their test suite, diagnose a failing test, generate new tests from a URL or mobile screen, scan an OpenAPI spec for security findings, solve a CAPTCHA blocking a test, or get a self-improvement plan for their suite. Auto-activates from phrases like "run my tests", "why did this test fail", "generate tests for this URL", "scan this API for OWASP issues", "the test is stuck on a reCAPTCHA".

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "gomore-qa-master",
  "version": "0.9.8",
  "description": "AI 測試大師 — QA testing agent skill. Drives gomore-qa-master's 19-tool MCP surface (pytest / Jest / Cypress / Maestro / Schemathesis / Newman) plus the v0.7 AI Visual Challenge Solver and v0.8 OWASP API Security scanner. Auto-activates from prompts like 'run my tests', 'why did this test fail', 'generate tests for this URL', 'scan this API for OWASP issues'.",
  "author": {
    "name": "Jack Kao",
    "url": "https://github.com/kao273183"
  },
  "homepage": "https://github.com/kao273183/gomore-qa-master",
  "repository": "https://github.com/kao273183/gomore-qa-master",
  "license": "MIT",
  "keywords": [
    "qa",
    "testing",
    "pytest",
    "playwright",
    "owasp",
    "api-security",
    "mcp",
    "captcha"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "gomore-qa-master",
    "shortDescription": "QA testing skill — runs, generates, debugs tests + OWASP API scanner",
    "longDescription": "Single-file agent skill backed by gomore-qa-master's MCP server. Surfaces 5 flows: run tests, generate tests from URL/mobile, debug failures, solve CAPTCHAs, scan APIs for OWASP API Top 10. Same skill folder loads in Claude Code, Codex, OpenClaw, and Hermes via the agentskills.io convention.",
    "developerName": "Jack Kao",
    "category": "Developer Tools",
    "capabilities": [
      "Bash",
      "Read",
      "Write",
      "Edit"
    ],
    "websiteURL": "https://github.com/kao273183/gomore-qa-master"
  }
}
.claude-plugin/plugin.json
{
  "name": "gomore-qa-master",
  "version": "0.9.8",
  "description": "AI 測試大師 — run, generate, debug, and harden software tests via gomore-qa-master's MCP tools. Includes the v0.7 AI Visual Challenge Solver (reCAPTCHA / hCaptcha) and the v0.8 OWASP API Security Top 10 scanner. Same skill folder loads in Claude Code, Codex, OpenClaw, and Hermes.",
  "author": {
    "name": "Jack Kao",
    "url": "https://github.com/kao273183"
  },
  "homepage": "https://github.com/kao273183/gomore-qa-master",
  "repository": "https://github.com/kao273183/gomore-qa-master",
  "license": "MIT",
  "keywords": [
    "qa",
    "testing",
    "pytest",
    "playwright",
    "owasp",
    "api-security",
    "mcp",
    "captcha"
  ],
  "commands": "./skills/gomore-qa-master/commands",
  "skills": "./skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[gomore-qa-master on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gomore-qa-master)