1. User requests an action related to Gmail (e.g., send email, read email).
2. The skill parses the user's request and extracts relevant parameters (recipient, subject, body).
3. The skill authenticates with the Gmail API using provided credentials.
4. The skill calls the appropriate Gmail API endpoint based on the user's request.
5. The skill formats the API response into a human-readable format.
6. The skill presents the result to the user.