test-login

Automate test account login via browser automation or Supabase API token retrieval.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tklee/agentic-layer --skill test-login
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-login
Source: https://github.com/tklee/agentic-layer/tree/main/.claude/skills/test-login
Command: npx skills add https://github.com/tklee/agentic-layer --skill test-login

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates login for test accounts via browser automation or API token retrieval, enabling testing of authenticated features and flows.

Core Features & Use Cases

  • Browser Automation: Log in using test credentials through the app UI.
  • API Token: Retrieve a Supabase auth token for CLI or curl-based tests.
  • Test Session Setup: Create and reuse a test user for consistent test runs.

Quick Start

Use browser automation to log in to the test UI, or fetch an API token for API calls.