What problem does it solve?
This Skill solves the problem of setting up reliable, authenticated automation for websites by turning a recorded login flow into a Tabby profile you can reuse for agent API/workflow execution.
Core Features & Use Cases
- Record an authenticated login flow for a specific app and login URL by capturing browser extension events.
- Export and review a login bundle that includes generated login steps and a generator validity gate to prevent broken registrations.
- Register and validate the login with Tabby to obtain a
tabby_profile_id, then ensure a live Tabby browser session is ready for runtime use.
- Set credentials securely (interactive) so Tabby can perform the authenticated login at tool-call time.
Quick Start
Start the backend, record a login session, export and review the bundle, then register it with Tabby and record the printed tabby_profile_id for later workflow export.