Creating the weather skill is going to follow the same steps as the previous skills that we have created. This is a great process to follow whenever you are creating any new Alexa skill. To recap the process, it is as follows:
- Create a conversational flow from perfect conversations
- Create the skill on Alexa Skills Kit, including all intents, slots, and utterances
- Create the Lambda to handle the requests
- Test the skill
- Improve the skill