GitHub / alexa-samples 47 Repositories
alexa-samples/skill-sample-nodejs-fact
Build An Alexa Fact Skill
Language: JavaScript - Size: 434 KB - Last synced at: 8 days ago - Pushed at: almost 2 years ago - Stars: 1,149 - Forks: 1,189

alexa-samples/skill-sample-python-first-skill
This Alexa Skills Kit sample skill shows how to build a simple skill called Cake Time that counts down the number of days until the customer's birthday.
Language: Python - Size: 518 KB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 145 - Forks: 116

alexa-samples/skill-sample-nodejs-audio-player
An Alexa Skill Sample showing how to play long form audio in 3P-skills
Language: JavaScript - Size: 811 KB - Last synced at: 6 days ago - Pushed at: about 2 years ago - Stars: 472 - Forks: 321

alexa-samples/alexa-smarthome
Resources for Alexa Smart Home developers.
Language: Python - Size: 1.21 MB - Last synced at: 8 days ago - Pushed at: 2 months ago - Stars: 696 - Forks: 338

alexa-samples/skill-sample-nodejs-trivia
Language: JavaScript - Size: 4.15 MB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 259 - Forks: 306

alexa-samples/skill-sample-nodejs-quiz-game
An Alexa Skill Sample showing how to build a quiz game skill.
Language: JavaScript - Size: 271 KB - Last synced at: 5 days ago - Pushed at: about 2 years ago - Stars: 264 - Forks: 289

alexa-samples/skill-sample-python-howto
This tutorial will walk first-time Alexa skills developers through allthe required steps involved in creating a parameter-based skill using atemplate called ‘Minecraft Helper’. Ask how to craft an item in thegame Minecraft, and this skill will give you instructions.
Language: Python - Size: 80.1 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 22 - Forks: 24

alexa-samples/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.
Language: Python - Size: 141 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 72 - Forks: 99

alexa-samples/skill-sample-nodejs-alexa-conversations-weather-bot
Language: JavaScript - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 6 - Forks: 4

alexa-samples/skill-sample-python-smarthome-switch
This is a basic Alexa Smart Home skill sample that implements a virtual switch. It shows the discovery and directive handling process for a virtual device implementing Alexa Smart Home switch capabilities.
Language: Python - Size: 244 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 44 - Forks: 20

alexa-samples/skill-sample-python-fact
An Alexa Skill Sample showing how to build a fact skill in Python.
Language: Python - Size: 376 KB - Last synced at: 10 days ago - Pushed at: about 2 years ago - Stars: 122 - Forks: 155

alexa-samples/skill-sample-python-audio-player
This project demonstrates the use of Alexa Audio Player for skills, using the ASK Python SDK
Language: Python - Size: 40 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 58 - Forks: 44

alexa-samples/skill-sample-nodejs-first-apl-skill
This Alexa Skills Kit sample skill extends the original simple skill that counts down the number of days until the customers birthday with visuals using Alexa Presentation Language.
Language: JavaScript - Size: 155 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 19 - Forks: 25

alexa-samples/skill-sample-nodejs-first-skill
This Alexa Skills Kit sample skill shows how to build a simple skill called Cake Time that counts down the number of days until the customer's birthday.
Language: JavaScript - Size: 688 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 44 - Forks: 67

alexa-samples/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.
Language: JavaScript - Size: 156 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 168 - Forks: 144

alexa-samples/skill-sample-nodejs-city-guide 📦
An Alexa Skill Sample showing how to build a skill featuring a single city's landmarks and news.
Language: JavaScript - Size: 204 KB - Last synced at: 22 days ago - Pushed at: over 2 years ago - Stars: 198 - Forks: 221

alexa-samples/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.
Language: JavaScript - Size: 286 KB - Last synced at: 5 days ago - Pushed at: over 2 years ago - Stars: 246 - Forks: 189

alexa-samples/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 session and persistent attributes.
Language: JavaScript - Size: 201 KB - Last synced at: 16 days ago - Pushed at: about 2 years ago - Stars: 104 - Forks: 149

alexa-samples/alexa-oauth-sample 📦
A sample code for Alexa Skill developers to set up an OAuth 2.0 server.
Language: Java - Size: 354 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 32 - Forks: 44

alexa-samples/skill-sample-nodejs-petmatch
This Alexa Skill Kit sample shows how to build a skill using Dialog Management and Entity Resolution.
Language: JavaScript - Size: 262 KB - Last synced at: 23 days ago - Pushed at: almost 2 years ago - Stars: 98 - Forks: 95

alexa-samples/skill-sample-nodejs-smarthome-switch
This is a basic Alexa Smart Home skill sample that implements a virtual switch. It shows the discovery and directive handling process for a virtual device implementing Alexa Smart Home switch capabilities.
Language: JavaScript - Size: 249 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 56 - Forks: 44

alexa-samples/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 the use of session and persistent attributes.
Language: Java - Size: 69.3 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 7

alexa-samples/skill-sample-nodejs-hello-world
Language: JavaScript - Size: 188 KB - Last synced at: 5 days ago - Pushed at: almost 2 years ago - Stars: 213 - Forks: 296

alexa-samples/skill-sample-nodejs-responsive-layouts
Alexa Presentation Language (APL) tutorial skill demonstrate Alexa Responsive Components and Responsive Templates and how to use them. Simply open the skill and follow the instructions from there.
Language: JavaScript - Size: 60.5 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 29 - Forks: 11

alexa-samples/skill-sample-plant-care-widget
Sample Skill for Alexa Widget
Language: JavaScript - Size: 30.3 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 2

alexa-samples/skill-sample-python-city-guide 📦
This Alexa sample skill is a template for a basic city-guide skill. Provided some data about a city's restaurants, attractions, Alexa will recommend a restaurant based on the meal type or recommend an attraction. It can also suggest the current temperature and weather conditions of the city.
Language: Python - Size: 45.9 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 29 - Forks: 49

alexa-samples/skill-sample-nodejs-adventure-game 📦
This tool provides an easy to use front-end that allows developers to instantly deploy code for your story, or use the generated code as a starting point for more complex projects.
Language: HTML - Size: 970 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 514 - Forks: 219

alexa-samples/alexa-skills-cicd-pipeline
A sample CICD Deployment Pipeline for your Alexa Skills, using AWS CDK, CodeBuild and CodePipeline
Language: TypeScript - Size: 1.35 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 6

alexa-samples/Alexa-Gadgets-Raspberry-Pi-Samples 📦
This repository enables you to prototype an Alexa Gadget using Raspberry Pi. It includes Python-based software, sample projects, and step-by-step instructional guides that walk you through how to use key features of the Alexa Gadgets Toolkit to create new, engaging customer interactions with gadget devices.
Language: Python - Size: 26.1 MB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 92 - Forks: 29

alexa-samples/skill-sample-nodejs-test-automation 📦
This sample skill demonstrates how to automate testing an Alexa Skill.
Language: JavaScript - Size: 1.83 MB - Last synced at: 9 months ago - Pushed at: about 3 years ago - Stars: 32 - Forks: 14

alexa-samples/skill-sample-python-sauce-boss
Learn how to build a multimodal skill with APL.
Language: Python - Size: 92.8 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 11

alexa-samples/skill-sample-controls-fruit-shop 📦
Language: JavaScript - Size: 151 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 13 - Forks: 14

alexa-samples/skill-sample-controls-hello-world 📦
Language: JavaScript - Size: 75.2 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 9 - Forks: 10

alexa-samples/skill-sample-java-smarthome-switch
This is a basic Alexa Smart Home skill sample that implements a virtual switch. It shows the discovery and directive handling process for a virtual device implementing Alexa Smart Home switch capabilities.
Language: Java - Size: 253 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 19

alexa-samples/alexa-smart-home-e2e-solution-workshop
Language: JavaScript - Size: 355 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 2

alexa-samples/skill-sample-nodejs-web-api-hello-world
This is minimal sample of using the Alexa Web API for Games feature
Language: JavaScript - Size: 87.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 4

alexa-samples/skill-sample-python-fact-in-skill-purchases
Demonstrates how to use the new in-skill purchasing (ISP) features of Alexa skills by offering different packs of facts behind a purchase, and a subscription to unlock all of the packs at once.
Language: Python - Size: 70.3 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 16 - Forks: 13

alexa-samples/alexa-sample-fire-tv-app-only-integration 📦
Language: Java - Size: 153 KB - Last synced at: 3 months ago - Pushed at: over 3 years ago - Stars: 9 - Forks: 9

alexa-samples/skill-sample-java-quiz-game
An Alexa Skill Sample showing how to build a skill using V2 of the Java SDK
Language: Java - Size: 47.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 28 - Forks: 37

alexa-samples/skill-sample-java-fact
An Alexa Skill Sample to demonstrate how to write skills for Echo Show and Echo Spot in Java using the Alexa Skills Kit (ASK) SDK v2
Language: Java - Size: 82 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 21 - Forks: 24

alexa-samples/skill-sample-java-premium-hello-world
An Alexa sample skill in Java that demonstrates how to use In-Skill Purchasing (ISP) features by offering a "Greetings Pack” and a “Premium Subscription" that greets the customer in a variety of languages in different accents using Amazon Polly.
Language: Java - Size: 93.8 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 7 - Forks: 10

alexa-samples/skill-sample-nodejs-multistream-audio-player
Language: JavaScript - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 3

alexa-samples/alexa-samples-pin-confirmation
This sample demonstrate how to use new Pin Confirmation feature of Alexa skills to inform user to provide voice pin to proceed further with skill functionality.
Language: JavaScript - Size: 18.6 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 2

alexa-samples/skill-sample-nodejs-feed 📦
An Alexa Skill Template to help create skills that read RSS/Atom feeds.
Language: JavaScript - Size: 112 KB - Last synced at: 22 days ago - Pushed at: about 2 years ago - Stars: 107 - Forks: 59

alexa-samples/skill-sample-nodejs-facts-aws-microservice 📦
Language: JavaScript - Size: 50.8 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 10 - Forks: 15

alexa-samples/skill-sample-smarthome-fireplace-python
An Alexa skill that simulates a virtual fireplace to illustrate the Alexa Smart Home Skill APIs.
Language: JavaScript - Size: 24.6 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 6

alexa-samples/skill-sample-nodejs-shopping-actions
Sample skill with handlers for the Add to Cart and Buy Product actions in the Alexa Shopping Actions feature.
Language: JavaScript - Size: 21.5 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 3

alexa-samples/alexa-presentation-language-apl-button-and-voice-interactivty-demo
Language: JavaScript - Size: 15.6 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 19 - Forks: 8

alexa-samples/skill-sample-flash-briefing-audio-feed-generator
Learn how to leverage AWS resources like Lambda and S3 to automatically generate a valid JSON audio feed to use with your flash briefing skill.
Language: Python - Size: 2.59 MB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

alexa-samples/skill-sample-nodejs-pet-tales
This sample shows how to build a skill with APL and APL for Audio
Language: JavaScript - Size: 395 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 8 - Forks: 6

alexa-samples/skill-sample-nodejs-alexa-conversations-pet-match
This skill was built with Alexa Conversations and recommends dogs through a multi-turn conversation.
Language: JavaScript - Size: 15.6 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 12

alexa-samples/skill-sample-java-pet-match 📦
Pet Match matches the user with a pet
Language: Java - Size: 31.3 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 5

alexa-samples/skill-sample-nodejs-premium-hello-world 📦
An Alexa sample skill that demonstrates how to use In-Skill Purchasing (ISP) features by offering a "Greetings Pack” and a “Premium Subscription that greets the customer in a variety of languages in different accents using Amazon Polly.
Language: JavaScript - Size: 81.1 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 18 - Forks: 20

alexa-samples/skill-sample-nodejs-buttons-trivia 📦
This is a sample trivia skill that will allow developers to get a head start on their trivia games using Echo Buttons. It allows for roll-call of the players, asking trivia questions, and determining whether the voice inputs matched the answers.
Language: JavaScript - Size: 599 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 32 - Forks: 35

alexa-samples/apl-lazy-load-lists-demo
Language: JavaScript - Size: 16.6 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

alexa-samples/alexa-video-multimodal 📦
This repository contains sample code and reference materials for Alexa Video Skills for Echo Show. For technical issues using this repository please reach out to https://forums.developer.amazon.com/spaces/232/video-skills-kit-vsk.html or through https://developer.amazon.com/alexa/console/contact-us
Language: JavaScript - Size: 9.73 MB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 21 - Forks: 7

alexa-samples/skill-sample-nodejs-college-finder
This is a complex Node.js sample skill with examples of DynamoDB integration, display templates, dialog management, state management, contextual help and errors, and entity resolution.
Language: JavaScript - Size: 691 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 25 - Forks: 23

alexa-samples/Alexa-Gadgets-Embedded-Sample-Code 📦
C sample code for assisting developers to develop Alexa Gadgets for embedded platforms
Language: C - Size: 119 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 36 - Forks: 19

alexa-samples/apl-video-demo
Language: JavaScript - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 4

alexa-samples/skill-sample-nodejs-salesforce 📦
This project demonstrates how to build an Alexa private skill that integrates with your Salesforce data, utilizing account linking and a personal voice code.
Language: JavaScript - Size: 98.6 KB - Last synced at: 22 days ago - Pushed at: over 2 years ago - Stars: 31 - Forks: 49

alexa-samples/skill-sample-nodejs-zero-to-hero 📦
Support code for "Zero to Hero": A comprehensive course to building an Alexa Skill
Language: JavaScript - Size: 62.9 MB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 106 - Forks: 99

alexa-samples/skill-sample-nodejs-the-foodie
This Alexa Skills Kit sample shows how to build a conversational skill.
Language: JavaScript - Size: 114 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 41 - Forks: 34

alexa-samples/skill-sample-nodejs-cloudformation-guide 📦
Intro and sample projects for Alexa Skills Kit (ASK) CLI's AWS CloudFormation deployer
Language: JavaScript - Size: 112 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 3

alexa-samples/skill-sample-acdl-flightsearch-tutorial
Language: JavaScript - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

alexa-samples/skill-sample-python-quiz-game
An Alexa Skill Sample showing how to build a quiz game skill in Python.
Language: Python - Size: 688 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 61 - Forks: 94

alexa-samples/skill-sample-csharp-smarthome-switch 📦
This is a basic Alexa Smart Home skill sample that implements a virtual switch. It shows the discovery and directive handling process for a virtual device implementing Alexa Smart Home switch capabilities.
Language: C# - Size: 248 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 18 - Forks: 12

alexa-samples/skill-sample-python-send-change-report
Language: Python - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 2

alexa-samples/code-sample-nodejs-automatic-catalog-update
Language: JavaScript - Size: 15.6 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 2

alexa-samples/skill-sample-python-petmatch
Pet Match matches the user with a pet. When launched, this Alexa Skill will prompt the user for the information it needs to determine a match. Once all of the required information is collected, it will send the data to an external web service which processes the data and returns the match. Through this workshop, you will learn how to use advanced Alexa Skills Kit features to create and configure an Alexa Skill and AWS Lambda.
Language: Python - Size: 37.1 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 23 - Forks: 59

alexa-samples/skill-sample-python-colorpicker
The color picker skill is a simple skill where alexa asks you to pick a color and responds back with the color you chose, when you ask it what is your favorite color. This sample Alexa Skill is written in Python and demonstrates the use of session attributes.
Language: Python - Size: 72.3 KB - Last synced at: about 2 months ago - Pushed at: almost 2 years ago - Stars: 11 - Forks: 38

alexa-samples/skill-sample-python-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 Python and demonstrates the use of session and persistent attributes.
Language: Python - Size: 123 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 19 - Forks: 32

alexa-samples/amazon-kendra-skill-sample-python
Language: Python - Size: 745 KB - Last synced at: about 2 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

alexa-samples/skill-sample-nodejs-fact-in-skill-purchases
Demonstrates how to use the new in-skill purchasing (ISP) features of Alexa skills by offering different packs of facts behind a purchase, and a subscription to unlock all of the packs at once
Language: JavaScript - Size: 465 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 60 - Forks: 64

alexa-samples/skill-sample-nodejs-celebrity-older-or-younger 📦
Language: JavaScript - Size: 34.2 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/community-templates 📦
Language: JavaScript - Size: 197 KB - Last synced at: 3 months ago - Pushed at: about 3 years ago - Stars: 8 - Forks: 8

alexa-samples/ama-sample-client 📦
Alexa Mobile Accessory (AMA) Sample Client
Language: C++ - Size: 39.1 KB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 4

alexa-samples/skill-sample-python-smarthome-sandbox 📦
This is Alexa skill sample code for showing how several areas of a Smart Home model come together to define and provide endpoint devices using Lambda, IoT Core, DynamoDB, and API Gateway services.
Language: Python - Size: 777 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 26 - Forks: 30

alexa-samples/skill-sample-nodejs-humour-me
This project demonstrates how to build an Alexa skill with "paid feature"
Language: JavaScript - Size: 19.5 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 4

alexa-samples/local-persistence-adapter 📦
Language: JavaScript - Size: 8.79 KB - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/list-api-list-events-demo 📦
Language: JavaScript - Size: 13.7 KB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 2

alexa-samples/skill-sample-nodejs-web-api-my-cactus 📦
Language: JavaScript - Size: 12.8 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 33 - Forks: 19

alexa-samples/skill-sample-csharp-fact 📦
An Alexa Skill Sample showing how to build a fact skill in C#.
Language: C# - Size: 688 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 39 - Forks: 26

alexa-samples/skill-sample-python-buttons-hellobuttons 📦
This is a sample skill used to show 3P developers how to develop for Echo Buttons. It is the exact same functionality as the existing alexa/skill-sample-nodejs-buttons-hellobuttons except this one is written using the Python ASK SDK.
Language: Python - Size: 202 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 4

alexa-samples/skill-sample-python-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).
Language: Python - Size: 207 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 3

alexa-samples/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).
Language: JavaScript - Size: 59.6 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 18 - Forks: 24

alexa-samples/skill-sample-nodejs-buttons-hellobuttons 📦
Hello World buttons skill opens with buttons roll call and asks the user to push two buttons. On button one press, she changes the color to red and on button two press she changes the color to blue. Then closes. This skill demonstrates how to send directives to, and receive events from, Echo Buttons.
Language: JavaScript - Size: 44.9 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 13 - Forks: 14

alexa-samples/alexa-conversations-pizza-reference-skill 📦
Language: JavaScript - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/skill-connections-provider-demo 📦
Language: JavaScript - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/entity-resolution-demo 📦
Language: JavaScript - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/catalog-entity-demo 📦
Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/skill-connections-requester-demo 📦
Language: JavaScript - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/shared-slots-demo 📦
Language: JavaScript - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/intent-chaining-auto-delegate-demo 📦
Language: JavaScript - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/s3-select-demo 📦
Language: JavaScript - Size: 12.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/skill-flow-builder-snippet 📦
Language: TypeScript - Size: 5.86 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/dynamic-entities-heroes-demo 📦
Language: JavaScript - Size: 10.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/reminders-api-banana-stand-demo 📦
Language: JavaScript - Size: 11.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/progressive-response-demo 📦
Language: JavaScript - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/device-settings-demo 📦
Language: JavaScript - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

alexa-samples/sfb-tutorial 📦
Skill Flow Builder tutorial companion project
Language: TypeScript - Size: 99.6 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0
