1
votes

I have created a custom alexa skill and not touched anything but the develop tab and the test tab but I'm not able to use the created skill on my Alexa dot or my Alexa assistant. How do I deploy my skill only to devices which are connected to my account or is there any way to deploy because when I tried it showed me many errors.

1

1 Answers

0
votes

On the Alexa Developer Console enter in the tab "Skills" and you will see the list of custom skills you have developed. If the status of your Skill is "In Dev" it means you can test your last changes on web console or associated devices like Echo Dot (must be registered with the same account you use on Alexa Developer Console to create the skill). The activation on the skill depends on the Skill Invocation Name you defined to the Skill. For example, if the invocation name is "daily horoscopes", users can say: "Alexa, open daily horoscopes". Before test your skill on physical devices you should use the web console to test it and save time.

Alexa Developer Console - Custom Skills Tab