auth-handler
Installation
SKILL.md
Auth Handler
Ensures a valid MCP browser session exists before page exploration. Procedural checklist — not an LLM prompt.
Skip condition
If setup/auth.ts does not exist, skip this skill entirely.
The explorer will proceed without auth (public routes only).
Step 1 — Check environment variables
Read credentials from .env:
TEST_EMAILorADMIN_EMAIL— the admin usernameTEST_PASSWORDorADMIN_PASS— the admin password