burn-after-login

Generate dev-only authentication shortcuts that return 404 in production.

40|3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/pbakaus/burn-after-login --skill burn-after-login
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: burn-after-login
Source: https://github.com/pbakaus/burn-after-login/tree/main
Command: npx skills add https://github.com/pbakaus/burn-after-login --skill burn-after-login

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI browser automation agents repeatedly get stuck at login walls, waste time filling forms and handling redirects, and lose session state.

Core Features & Use Cases

  • Dev-only auth shortcuts: Generates guarded login endpoints and/or token generator scripts that work in development but are hidden in production (returns 404).
  • Auth-system-aware setup: Validates dev-mode detection, detects your existing authentication approach (session/cookies and/or tokens), and builds shortcuts that call your existing auth functions.
  • Agent instruction updates + self-destruct: Detects common browser automation tools and updates agent instruction files with tool-specific authentication usage, then removes the installed skill after completion.

Quick Start

Ask an agent to install and run burn-after-login so it sets up your dev-only login shortcut(s) and updates your agent instructions, then self-destructs afterward.

Frequently Asked Questions about burn-after-login

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bypass login walls for AI browser automation in development?

To bypass login walls for AI browser automation, you can generate dev-only authentication shortcuts that return 404 in production. These guarded endpoints or token generator scripts let agents authenticate instantly without filling forms or handling redirects.

What is a dev-only authentication shortcut and how does it work?

A dev-only authentication shortcut is a guarded login endpoint or token generator script that works exclusively in development mode. It detects your existing session, cookie, or token auth system and calls those functions to authenticate instantly, remaining hidden in production.

How do I set up session cookies for browser automation agents without manual login?

Setting up session cookies for browser automation agents involves detecting your existing auth system and generating scripts that call your login functions directly. The process also updates agent instruction files with tool-specific authentication usage details.

Does my existing authentication system work with dev-only login shortcuts?

Your existing authentication system works with dev-only login shortcuts if it relies on session, cookie, or token-based approaches. The setup validates dev-mode detection and builds shortcuts that integrate directly with your current auth functions.

Can I automatically remove authentication shortcuts after updating agent instructions?

You can automatically remove authentication shortcuts by using a self-destruct cleanup feature. After the skill generates the shortcuts and updates your agent instruction files, it removes the installed skill to ensure no leftover artifacts remain.

What happens to dev-only auth endpoints if deployed to production?

If deployed to production, dev-only auth endpoints return a 404 error. The system requires detecting development mode before generating the login shortcuts, ensuring the authentication bypass remains completely hidden and inaccessible outside development.