Grow your team on GitHub
GitHub is home to over 50 million developers working together. Join them to grow your own development teams, manage permissions, and collaborate on projects.
Sign up
Pinned repositories
Repositories
-
alexa-skills-kit-sdk-for-nodejs
The Alexa Skills Kit SDK for Node.js helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
-
ask-cli
Alexa Skills Kit Command Line Interface
-
skill-sample-nodejs-city-guide
An Alexa Skill Sample showing how to build a skill featuring a single city's landmarks and news.
-
skill-sample-python-first-skill
This Alexa Skills Kit sample skill shows how to build a simple skill called Cake Walk that counts down the number of days until the customer's birthday.
-
alexa-apis-for-python
The Alexa APIs for Python consists of python classes that represent the request and response JSON of Alexa services. These models act as core dependency for the Alexa Skills Kit Python SDK (https://github.com/alexa/alexa-skills-kit-sdk-for-python).
-
alexa-apis-for-nodejs
The Alexa APIs for NodeJS consists of JS and Typescript definitions that represent the request and response JSON of Alexa services. These models act as core dependency for the Alexa Skills Kit NodeJS SDK (https://github.com/alexa/alexa-skills-kit-sdk-for-nodejs).
-
alexa-skills-kit-sdk-for-java
The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
-
apl-core-library
APL Core Library enables device makers to create their own "APL viewhost", bringing Alexa experiences with visual renderings to new devices or platforms using any programming language that can invoke C/C++ code.
-
alexa-apis-for-java
The Alexa APIs for Java consists of JAVA POJO classes that represent the request and response JSON of Alexa services. These models act as core dependency for the Alexa Skills Kit Java SDK (https://github.com/alexa/alexa-skills-kit-sdk-for-java ).
-
alexa-cookbook
A series of sample code projects to be used for educational purposes during Alexa hackathons and workshops, and as a reference for tutorials and blog posts.
-
alexa-smarthome
Resources for Alexa Smart Home developers.
-
skill-sample-python-fact
An Alexa Skill Sample showing how to build a fact skill in Python.
-
skill-sample-python-quiz-game
An Alexa Skill Sample showing how to build a quiz game skill in Python.
-
skill-sample-java-highlowgame
The high low game is a game where the player tries to guess the target number between 1 to 100. After each incorrect guess, the player is informed if the target number is higher or lower than their current guess. This continues until the target number is guessed or the player gives up. This sample Alexa Skill is written in Java and demonstrates …
-
skill-sample-nodejs-quiz-game
An Alexa Skill Sample showing how to build a quiz game skill.
-
skill-sample-nodejs-team-lookup
An Alexa Skill Sample showing how to build a team lookup skill.
-
skill-sample-nodejs-petmatch
This Alexa Skill Kit sample shows how to build a skill using Dialog Management and Entity Resolution.
-
skill-sample-nodejs-the-foodie
This Alexa Skills Kit sample shows how to build a conversational skill.
-
skill-sample-nodejs-fact
Build An Alexa Fact Skill
-
skill-sample-nodejs-highlowgame
The high low game is a game where the player tries to guess the target number. After each incorrect guess, the player is informed if the target number is higher or lower than their current guess. This continues until the target number is guessed or the player gives up. This sample Alexa Skill is written in Node.js and demonstrates the use of ses…
-
skill-sample-nodejs-howto
This tutorial will walk first-time Alexa skills developers through all the required steps involved in creating a parameter-based skill using a template called ‘Minecraft Helper’. Ask how to craft an item, and this skill will give you instructions.
-
skill-sample-nodejs-decision-tree
An Alexa Skill Sample that progresses through a series of questions and then provides a career suggestion. Demonstrates an 'expert system' approach as opposed to a 'branching tree' approach.
-
skill-sample-nodejs-buttons-colorchanger
Color Changer buttons skill opens with buttons roll call and asks the user to push buttons to change their colors with various animations. It covers roll call, starting and stopping the Input Handler, and defining animations for different button events. It also demonstrates how Echo Buttons can interrupt text-to-speech (TTS).
-
skill-sample-java-quiz-game
An Alexa Skill Sample showing how to build a skill using V2 of the Java SDK
-
skill-sample-python-helloworld-classes
This tutorial will walk first-time Alexa skills developers through all the required steps involved in creating a skill using this hello world template, called ‘hello world’. This post assumes you have some familiarity with Python (or a similar programming language) and the Alexa Skills Kit.
-
workshop-in-skill-purchasing
A sample skill which demonstrates the use of in-skill purchasing (ISP) of consumables within an Alexa skill. Examples of the other types of in-skill purchases can be found in other samples.
-
skill-sample-nodejs-zero-to-hero
Support code for "Zero to Hero": A comprehensive course to building an Alexa Skill