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_EMAIL or ADMIN_EMAIL — the admin username
  • TEST_PASSWORD or ADMIN_PASS — the admin password
Installs
1
First Seen
8 days ago
auth-handler — thapaliyabikendra/agentic-dev-flow