open_url
Open HTTP, HTTPS, or Windy ecosystem URLs (windypro://, windychat://, windyword://, windyfly://) in the default browser. Mirrors UI actions like viewing history or upgrading.
Instructions
Open an http/https URL or one of the Windy ecosystem schemes (windypro://, windychat://, windyword://, windyfly://) in the user's default browser via Electron's shell.openExternal. Mirrors UI buttons like "View all history in Web Portal" and the Upgrade → checkout flow. Allowlisted: file://, javascript:, and other dangerous schemes are rejected with 403.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to open. Must use an allowlisted protocol. |