browser_autofill_login
Fill and submit login forms automatically using credentials stored in macOS Keychain, eliminating manual entry and enabling persistent access.
Instructions
Automatically fill and submit a login form using credentials stored securely in macOS Keychain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account username or email (e.g. "alex@example.com") | |
| service | Yes | Service identifier in Keychain (e.g. "github", "reddit", "workportal") | |
| submitSelector | No | CSS selector for the submit button to click after filling | |
| passwordSelector | Yes | CSS selector for the password input field | |
| usernameSelector | No | CSS selector for the username/email input field |