explorbot-fundamentals
Installation
SKILL.md
Explorbot Fundamentals
Explorbot is an autonomous AI web-testing CLI. It drives its own browser through cycles of research → plan → test, and an agent drives it like git or npm.
Answer command and flag questions from the installed CLI, never from memory.
npx explorbot --help # commands, and the EXPLORBOT_* variables
npx explorbot <command> --help # flags for one command
Running it with nothing installed
Explorbot needs no project install: npx plus a provider is enough, and nothing is written into the working directory. Reach for this when the user wants to try Explorbot, or is pointing it at an app that has no repo here.
npx explorbot init --global --provider <name> # once per machine, key in ~/.explorbot/.env
npx explorbot explore https://app.example.com/login --max-tests 3