Run AI-powered exploratory tests on web applications using natural language prompts.
ScoutQA automatically tests your websites for accessibility issues, broken user flows, and usability problems — all from simple English instructions.
- Install the ScoutQA CLI:
npm i -g @scoutqa/cli@latest- Add your [API key][api-key] by logging in:
scoutqa auth login- Install the plugin:
claude plugin marketplace add https://github.com/scoutqa-dot-ai/claude-code
claude plugin i scoutqa-plugin@scoutqa-marketplaceclaude plugin marketplace updateAsk Claude to test any website:
- "Test the login flow on https://example.com"
- "Check https://example.com for accessibility issues"
- "Run a smoke test on our staging site"
- "Verify the checkout process works"
claude --plugin-dir /path/to/repoDiagnostic tool for troubleshooting the installation and health of Claude Code and plugins:
claude doctorMake sure you have the ScoutQA CLI installed:
scoutqa --versionRun Claude with verbose logging to see any plugin load errors:
claude --debugRe-authenticate if your session expired:
scoutqa auth login