This is a collection of example skills that uses the ASK Amy framework for deployment. ASK Amy is a lightweight Python framework that greatly simplifies Alexa Skill development and deploy.
Many of the example skills here were first published as Java or Node.js code by Amazon https://github.com/amzn. However since Amazon created the new interaction model the original code is no longer available.
- Hello Skill - Super Simple "Hello World" skill.
- Fun Facts Skill - Simple but useful skill that has Alexa say interesting fact of your choosing.
- High Low Skill - Guess a number from 0 to 100. The skill saves session data and knows how many games you have played.
- Session Skill - Demos Alexa Session management.
- Scorekeeper Skill - Demos Session management and persistence. Useful for carrying on a conversation that lasts longer that one Alexa invocation session.
- History Buff Skill - Demos Web API integration. History Buff provided details about a day in history. The data comes from Wikipedia.
- Tide Skill - A fun skill that gets local Tide information for coastal towns.
- Wise Guy Skill - A simple conversation skill. Wise guy tells knock knock jokes.
- Podcast Skill - Podcast skill will play a podcast and implements the Alexa Audio interface.
- Account Linking Skill - Demonstrates linking your skill to an External Account.
These skill are all full functioning Applications that can deployed in just a few minutes. You can then customize them to make them your own and deploy them to the Amazon Marketplace.
Have Fun!!