login-using-querystring
CommunityLogin via URL parameters
AuthorScotterMonk
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill simplifies the process of logging into a web application for debugging or testing purposes by allowing authentication via URL query parameters.
Core Features & Use Cases
- Querystring Authentication: Enables login by appending email and password (hashed) to the URL.
- Debugging & Testing: Facilitates quick access for developers and testers without manual form submission.
- Use Case: A developer needs to quickly test a feature on the logged-in user's dashboard. They can use a URL like
http://localhost:5000/auth/login?email=test@example.com&password=hashed_passwordto log in instantly.
Quick Start
Use the browser-use skill to navigate to http://localhost:5000/auth/login?email=user@example.com&password=hashed_password.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: login-using-querystring Download link: https://github.com/ScotterMonk/AgentAutoFlow/archive/main.zip#login-using-querystring Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.