explorbot
Autonomous exploratory web testing with self-healing browser runs
All Skills in This Repository (3)
Pure Emerald Level Indicatorsexplorbot-debug
Diagnose Explorbot test failures from Langfuse exports or log files.
prompt-audit
Audit AI prompts and rules for contradictions, ambiguity, and incomplete guidance.
image-processing
Apply borders and shadows to screenshots, create GIFs from videos, and resize images.
Frequently Asked Questions
FAQPage SchemaHow to install Explorbot?โผ
Run `npx skills add testomatio/explorbot --all -g -y` in your terminal to install all skills in this suite globally.
How to test a web app without writing test scripts?โผ
Point Explorbot at your app URL and it researches pages, plans scenarios, and executes tests on its own. It saves passing flows as runnable Playwright or CodeceptJS tests you can commit to CI.
How to debug a failed Explorbot session?โผ
Use the explorbot-debug skill to analyze Langfuse traces and session logs, identify why the AI made wrong decisions, and generate a knowledge file that fixes the behavior on the next run.
Does Explorbot work with Claude Code and Cursor?โผ
Yes. Its skills follow the universal SKILL.md standard, and coding agents can drive Explorbot as a terminal command or subagent to execute test plans against a real app.
Can Explorbot test REST APIs too?โผ
Yes. Point it at an OpenAPI specification and it plans and runs API tests alongside its browser-based exploratory testing.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core