test-auth-wrapper

Test CLI endpoints using auth bypass headers and environment variables.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Sanchay-T/influencer-platform-app --skill test-auth-wrapper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-auth-wrapper
Source: https://github.com/Sanchay-T/influencer-platform-app/tree/main/.claude/skills/test-auth-wrapper
Command: npx skills add https://github.com/Sanchay-T/influencer-platform-app --skill test-auth-wrapper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Expert knowledge on CLI testing with auth bypass, automated endpoint testing, and the 3 bypass methods (headers, environment, test headers).

Core Features & Use Cases

  • The 3 Auth Bypass Methods: Test Headers, Dev Bypass Header, Environment Bypass.
  • Per-Request Impersonation: Use x-test-user-id and x-test-email.
  • Dev & CI Testing: Patterns for automated tests and curl examples.

Quick Start

Examples: curl http://localhost:3000/api/campaigns -H "x-dev-auth: dev-bypass" to bypass Clerk in dev; or use x-test-user-id headers.