1. Determine the user's intent: sending, receiving, or AI agent inbox setup.
2. Route to the appropriate sub-skill (`send-email`, `resend-inbound`, or `moltbot`).
3. Gather necessary information (e.g., API key, email content, configurations).
4. Execute the sub-skill using the Resend API.
5. Configure webhooks for delivery or inbound email processing.
6. Provide feedback to the user on the task's completion.
7. Handle any errors or exceptions during the process.